Galigator / openllet

Openllet is an OWL 2 reasoner in Java, build on top of Pellet.
https://www.w3.org/TR/owl2-primer/
Other
100 stars 26 forks source link

[ERROR] Failed to execute goal org.apache.felix:maven-bundle-plugin:4.1.0:bundle #71

Closed lucaturchet closed 1 year ago

lucaturchet commented 2 years ago

I get this error when launching the openllet.sh (I am on a mac, with JDK 17.02, I tried with JDK 16.02, but the issue persists)

[ERROR] Failed to execute goal org.apache.felix:maven-bundle-plugin:4.1.0:bundle (default-bundle) on project openllet-protege: Execution default-bundle of goal org.apache.felix:maven-bundle-plugin:4.1.0:bundle failed.: ConcurrentModificationException -> [Help 1]

There should be an issue in the POM.xml, but I can't figure out what is

Galigator commented 1 year ago

This is a know issue of apache.felix on jdk 15+ . I have fixed that yesterday with appropriate version changes.