Update notes for 2020-04-27

This commit is contained in:
2020-04-27 16:57:32 +03:00
parent 96b3e853b6
commit b7ca5a80ad
3 changed files with 40 additions and 8 deletions

View File

@ -288,5 +288,23 @@ UPDATE 1
- File an issue on DSpace Jira about the [`mvn clean` task not removing the Mirage 2 target directory](https://jira.lyrasis.org/browse/DS-4492)
- My changes to DSpace XMLUI Mirage 2 build process mean that we don't need Ruby gems at all anymore! We can completely build without them!
- Trying to test the `com.atmire.statistics.util.update.atomic.AtomicStatisticsUpdateCLI` script but there is an error:
```
Exception: org.apache.solr.search.SyntaxError: Cannot parse 'cua_version:${cua.version.number}': Encountered " "}" "} "" at line 1, column 32.
Was expecting one of:
"TO" ...
<RANGE_QUOTED> ...
<RANGE_GOOP> ...
```
- Seems something is wrong with the variable interpolation, and I see two configurations in the `atmire-cua.cfg` file:
```
atmire-cua.cua.version.number=${cua.version.number}
atmire-cua.version.number=${cua.version.number}
```
- I sent a message to Atmire to check
<!-- vim: set sw=2 ts=2: -->