owlcollab / owltools

OWLTools
BSD 3-Clause "New" or "Revised" License
107 stars 33 forks source link

mvn build from source fails for OWLTools-Core #290

Closed wdduncan closed 4 years ago

wdduncan commented 4 years ago

After doing a cd to OWLTools-Parent, mvn clean install fails with error:

[INFO] OWLTools-Core 0.3.0-SNAPSHOT ....................... FAILURE [01:11 min]

After this, there are number of other errors. Most important seems to be:

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-javadoc-plugin:2.10.1:jar (attach-javadocs) on project OWLTools-Core: MavenReportException: Error while creating archive: 
[ERROR] Exit code: 1 - javadoc: error - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
balhoff commented 4 years ago

What version of Java are you using?

wdduncan commented 4 years ago

Java 11 Should I try with Java 8?

wdduncan commented 4 years ago

Works with Java 8.

balhoff commented 4 years ago

I think it runs okay with Java 11. But that javadoc task doesn't seem to work. We haven't really actively updated to Java 11 yet.