mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2025-01-27 05:49:12 +01:00
Update notes for 2020-04-27
This commit is contained in:
@ -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: -->
|
||||
|
Reference in New Issue
Block a user