-
Notifications
You must be signed in to change notification settings - Fork 2
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
testShacl.jar should be compiled on Travis #14
Comments
* Basic setup for testing SHACL. * Basic SHACL test. * Explicitly typed every Node as obo:CDAO_0000140. * Command line options to check for version number and help. * Python script that invokes Java program for testing. * Install Java 8 and use Maven in Travis for CI testing * For now, need to compile uber-JAR locally, then upload it for testing. See #14.
I managed to get the JAR file compiling successfully on Travis, and the ensuing JAR file is executable. However, when given a set of shapes to validate, it gives an error message:
I've figured out that the JAR files produced remotely and the one produced locally doesn't have exactly the same files in them, but they have all the files mentioned in the error message, so I'm still not sure what's causing this. Since we're fine producing JAR files locally for now, I'm going to hold off on this issue until it's needed. |
Right now, it needs to be compiled locally because of a strange error on Travis (https://travis-ci.org/gaurav/phylo2owl/builds/177837977#L923). When we have more time, I'd like to look into this and figure out why it isn't working.
The text was updated successfully, but these errors were encountered: