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
Hi, I compiled from the latest git and seems to be OK
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 17.458 s
[INFO] Finished at: 2017-02-03T12:31:52-05:00
[INFO] Final Memory: 38M/2172M
[INFO] ------------------------------------------------------------------------
However, trying to run it gives the following error:
jsepulveda:target JS$ java -jar access2csv-0.2-SNAPSHOT-jar-with-dependencies.jar
no main manifest attribute, in access2csv-0.2-SNAPSHOT-jar-with-dependencies.jar
Looking back at the log I see no errors but the following:
objc[3147]: Class JavaLaunchHelper is implemented in both /Library/Java/JavaVirtualMachines/jdk1.8.0_111.jdk/Contents/Home/jre/bin/java and /Library/Java/JavaVirtualMachines/jdk1.8.0_111.jdk/Contents/Home/jre/lib/libinstrument.dylib. One of the two will be used. Which one is undefined.
...
Tests run: 7, Failures: 0, Errors: 0, Skipped: 4
...
[INFO] Building tar: /Users/JS/Dropbox/R_packages/JavaJS/access2csv/target/access2csv-0.2-SNAPSHOT-bin.tar.gz
[WARNING] The assembly descriptor contains a filesystem-root relative reference, which is not cross platform compatible /
...
Platform: x86_64-apple-darwin13.4.0 (64-bit)
Running under: OS X El Capitan 10.11.6
Thanks for any help!
The text was updated successfully, but these errors were encountered:
Hi, I compiled from the latest git and seems to be OK
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 17.458 s
[INFO] Finished at: 2017-02-03T12:31:52-05:00
[INFO] Final Memory: 38M/2172M
[INFO] ------------------------------------------------------------------------
However, trying to run it gives the following error:
jsepulveda:target JS$ java -jar access2csv-0.2-SNAPSHOT-jar-with-dependencies.jar
no main manifest attribute, in access2csv-0.2-SNAPSHOT-jar-with-dependencies.jar
Looking back at the log I see no errors but the following:
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ access2csv ---
....
[INFO] skip non existing resourceDirectory /Users/JS/Dropbox/R_packages/JavaJS/access2csv/src/main/resources
...
T E S T S
objc[3147]: Class JavaLaunchHelper is implemented in both /Library/Java/JavaVirtualMachines/jdk1.8.0_111.jdk/Contents/Home/jre/bin/java and /Library/Java/JavaVirtualMachines/jdk1.8.0_111.jdk/Contents/Home/jre/lib/libinstrument.dylib. One of the two will be used. Which one is undefined.
...
Tests run: 7, Failures: 0, Errors: 0, Skipped: 4
...
[INFO] Building tar: /Users/JS/Dropbox/R_packages/JavaJS/access2csv/target/access2csv-0.2-SNAPSHOT-bin.tar.gz
[WARNING] The assembly descriptor contains a filesystem-root relative reference, which is not cross platform compatible /
...
Platform: x86_64-apple-darwin13.4.0 (64-bit)
Running under: OS X El Capitan 10.11.6
Thanks for any help!
The text was updated successfully, but these errors were encountered: