EcoStruxure / OLGA

an Ontology SDK
MIT License
39 stars 18 forks source link

Update OWL API and SLF4J #10

Closed joephayes closed 4 years ago

joephayes commented 4 years ago

Related to issue https://github.com/EcoStruxure/OLGA/issues/5

charbull commented 4 years ago

Thank you @joephayes !

charbull commented 4 years ago

Did this fixes the issue of the NPE for the OntologyDocumentLoader?

joephayes commented 4 years ago

Not sure but I am seeing a new error when I run the tests with the latest on master, which I did not see previously.

java.lang.NoClassDefFoundError: Could not initialize class org.semanticweb.owlapi.model.IRI
        at semanticstore.ontology.library.generator.global.UTILSTest.testcleanPath(UTILSTest.java:37)

Do you see this error when you run the following:

 mvn clean install --projects OLGA-Core

@charbull @radissoa ?

radissoa commented 4 years ago

I don't see it... Have you tried cleaning your .m2/repository directory and relaunching the test, it may be some dependency mixup ?

joephayes commented 4 years ago

I tried that and I think the dependencies are now OK, but I saw some new errors. Let me dig through those and I'll open an issue if it is not something environmental on my end! Thanks!