v2.1.12 Build/Test Failures on Windows 10 #2744
Unanswered
randomguy7531
asked this question in
Help
Replies: 1 comment 6 replies
-
We use JDK17 to build the project, I haven't tested other versions. Since you are just trying things out you could skip the unit test with: |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello all!
Issue:
Trying to get UGS to build in debug mode so I can diagnose the lack of feedback from my CoastRunner machine. Unfortunately, I am getting a pair of test case failures in the FuildNCController during the ugs-core build on Windows 10 (which then skips the reset of the build process). UGS does successfully build on my workstation running Pop OS 22.04, but I would really like to get it running on the windows machine since that's where my machining software typically runs! My version information and error output is below.
Other Debug Steps I've Taken:
I attempted to build other UGS versions (2.1.9 in particular) and also attempted to comment out these two tests and rebuild. The 2.1.9 also had (different) build failures and naively removing the failing tests seemed to cause other build issues in 2.1.12. This does seem to indicate to me that something in either my Maven setup or elsewhere is causing this issue. I did also attempt to build with the Oracle JDK v21, which resulted in the exact same errors.
UGS Version: v2.1.12
OS: Windows 10 Pro Build 19045
Java Version: OpenJDK Runtime Environment Temurin-17.0.14+7 (build 17.0.14+7)
Javac Version: javac 17.0.14
Maven Version: Apache Maven 3.9.9
Steps to Replicate:
Maven Error Output:
Beta Was this translation helpful? Give feedback.
All reactions