-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HELP, TRICK WONT BUILD! #929
Comments
spfennell
referenced
this issue
Jan 15, 2020
If you don't care about the Java GUIs, you can run |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
UPDATE: 19.0.1 and 17.5.1 have been released to fix this issue.
As of January 15th 2020, all trick releases (17.5.0, 19.0.0, etc) can no longer download their java dependencies because of changes to security restrictions on the maven repo (see here: https://support.sonatype.com/hc/en-us/articles/360041287334).
This has been FIXED on the master branch and on the 17 branch here at github.com/nasa/trick.
If you need to fix your local copy you can edit ${TRICK_HOME}/libexec/trick/java/lib/Makefile and change all occurences of "http" to "https". run "make clean" in ${TRICK_HOME}/libexec/trick/java/lib to remove all of the jar files, then "make" again from the top level directory.
linked here are the changes necessary to correct this.
909d899
The text was updated successfully, but these errors were encountered: