Hi,
I am trying to build VeraPDF from based on the instructions in the README.md
I am building the software on a RHEL7 server with OpenJDK 1.8.0_151 (and I am aware that the readme says Java 7) and it is the latest release source that are being used.
However, when using the "mvn clean install -P clone-test-resources" I get the following warning - " [WARNING] The requested profile "clone-test-resources" could not be activated because it does not exist". Has I missed something or isn't the Readme up-to date?
The build ends succesfully but when I try to start by issuing the "java -jar gui/target/gui-1.8.0.jar" I get the message " No main manifest attribute, in gui/target/gui-1.8.0.jar". Is this due to trying to use Java 8 or is it related to something else?
Thanks in advance,
Bengt Neiss
Hi Bengt,
The build instructions you're listing are definitely out of date. Your best bet is to simpy offer 'maven clean package' and the installer will be in installer/target/verapdf-izpack-installer-1.8.0.jar. If you want to use the jar directly the fat jar is greenfield-apps/target/greenfield-apps-1.9.0-SNAPSHOT.jar, java -jar that and you'll get the GUI.
I hope this helps, Carl
On Wed, 15 Nov 2017 at 14:04 Bengt Neiss bengt.neiss@kb.se wrote:
Hi,
I am trying to build VeraPDF from based on the instructions in the README.md
I am building the software on a RHEL7 server with OpenJDK 1.8.0_151 (and I am aware that the readme says Java 7) and it is the latest release source that are being used.
However, when using the ”mvn clean install –P clone-test-resources” I get the following warning – ” [WARNING] The requested profile "clone-test-resources" could not be activated because it does not exist”. Has I missed something or isn’t the Readme up-to date?
The build ends succesfully but when I try to start by issuing the ”java –jar gui/target/gui-1.8.0.jar” I get the message ” No main manifest attribute, in gui/target/gui-1.8.0.jar”. Is this due to trying to use Java 8 or is it related to something else?
Thanks in advance,
Bengt Neiss _______________________________________________ Users mailing list Users@lists.verapdf.org http://lists.verapdf.org/listinfo/users
users@lists.openpreservation.org