-
Notifications
You must be signed in to change notification settings - Fork 4
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
Refactor project to build its own OpenSHA jar file after upstream refactoring #3
Conversation
@wsavran would you be willing to give this a test run? You'll need a java 11 jdk or newer. To try it out, check out the 2021_05-build-jar-refactor branch. You should be able to do this with your existing version by just doing a: git fetch Then if you run any U3ETAS commands it should prompt you to check out and build the project. The easiest is to run this script: u3etas_env_test.sh |
just ran the tests and it runs successfully! here is the output from the build.
|
Great, thanks @wsavran! I'll merge it in shortly, just have to get Java 11 tested and working on all of the machines first |
This is a fix for #2, and removes the OpenSHA jar file. It will instead try to checkout the OpenSHA git repository, and will also check for updates whenever you run the code. It will fallback to downloading a nightly build.
NOTE: this branch requires java 11, in line with the new OpenSHA project