Closed Nepomucene-s closed 10 months ago
The app generator still sets a dependency on tei-publisher-lib 3 in the generated expath-pkg.xml
. To fix this until the next version of TP is out, you may change the dependency declaration in modules/lib/api/generate.xql
, see variable $deploy:EXPATH_DESCRIPTOR
:
<dependency package="http://existsolutions.com/apps/tei-publisher-lib" semver="4"/>
It appears to me as a bug but maybe I do not understand the "version structure" of the software.
So I built the "latest" version of TEI Publisher via Docker. In the Package Manager of the eXistdb server, I upgraded "TEI Publisher: Processing Model Libraries" from 3.0.0 to 4.0.0. Then, the App Generator in the TEI Publisher app stopped working.
The server logs say :
It clearly points to the Processing Model Libraries. Again, maybe it is a known behavior but it seems strange to me, hence the issues.
It's very easy to reproduce this behavior by the way.
Hope this helps.