You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] OUS Layout and Print Server ........................ SUCCESS [ 3.351 s]
[INFO] OUS Print Utilities ................................ FAILURE [ 5.244 s]
[INFO] Layout Test Resources Bundle ....................... SKIPPED
[INFO] Layout Engine ...................................... SKIPPED
[INFO] Layout Camel Component ............................. SKIPPED
[INFO] OUS Database Access ................................ SKIPPED
[INFO] SUB PrintServer .................................... SKIPPED
[INFO] Layout Command Line Interface ...................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 8.810 s
[INFO] Finished at: 2017-02-17T11:51:40+01:00
[INFO] Final Memory: 15M/165M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project util: Could not resolve dependencies for project de.unigoettingen.sub:util:jar:1.0-SNAPSHOT: Could not find artifact org.apache.commons:commons-vfs2:jar:2.1-SNAPSHOT in apache-snapshots (http://repository.apache.org/content/groups/snapshots) -> [Help 1]
This can be resolved by changing the required version of Apache Commons VFS from "2.1-SNAPSHOT" to "2.1". This is then followed by other dependency errors that I could resolve in a similar way. However, I finally encountered dependency errors that I couldn't solve.
The text was updated successfully, but these errors were encountered:
Thanks for the quick reply :) I only need the part that produces pdf files from LBS-Layouts. I managed to build the parts I need by commenting out some of the modules and fiddling with the code... No idea if it still works correctly in all circumstances. It does produce the pdf files I need, so I am happy for the time being. Thanks for sharing your work.
I've looked into this and got it in parts running, there is only one Issue left on the PDFBox part: https://pdfbox.apache.org/2.0/migration.html
Someone took my commit rights...
The command
results in the following error message:
This can be resolved by changing the required version of Apache Commons VFS from "2.1-SNAPSHOT" to "2.1". This is then followed by other dependency errors that I could resolve in a similar way. However, I finally encountered dependency errors that I couldn't solve.
The text was updated successfully, but these errors were encountered: