-
I am trying to build the ugs platform, starting from the zip file downloaded: Universal-G-Code-Sender-master.zip I tried to build ugs-parent without any modifications of the source, and got following errors: After searching I "concluded" that the first four errors were also related to the warning given for surefire: The other errors are due to "JavaScript" engine that was not found for some reason, probably because this was no longer in my java-jdk? So for solving the first four errors, I inserted in the ugs-parent pom.xml file the lines for the maven-surefire-plugin: com.willwinder.universalgcodesender.AbstractControllerTest Time elapsed: 0.16 s <<< ERROR! GUIBackendTest.setWorkPositionWithAdditionExpression:554 » NullPointer Cannot ... Two questions:
Thanks in advance for your help. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
You need Java 8 or 13 to build and run UGS. We are using a OpenGL library that only works on those JVM:s on certain platforms so we are stuck with older versions of Java for the time being. This causes moment 22 problems in other areas which you are experiencing. Short description below.
|
Beta Was this translation helpful? Give feedback.
-
I downloaded java 13.0.2 from Oracle, installed it, and configured it as the java engine for the project in Netbeans. ugs-platform-plugin-cloud-storage: FAILED Tests run: 4, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 4.302 s <<< FAILURE! - in com.willwinder.ugs.nbp.S3FileSystemViewTest Expected size: 2 but was: 1 in: com.willwinder.ugs.nbp.S3FileSystemViewTest.testUploadDownloadFile Time elapsed: 0.044 s <<< FAILURE! |
Beta Was this translation helpful? Give feedback.
You need Java 8 or 13 to build and run UGS.
We are using a OpenGL library that only works on those JVM:s on certain platforms so we are stuck with older versions of Java for the time being. This causes moment 22 problems in other areas which you are experiencing. Short description below.