On 02/02/18 18:02, Andy Seaborne wrote:
2/Full build, jaavdoc

javadoc fails at jena-core (despite it compiled). The problem is java.xml.bind - it looks to me like the javadoc is running in "java9" mode and I haven't found out how to override that.

java.xml.bind is not an available module by default in Java SE at Java9.

Solution: replace usage with commons-codec. That should fix the javadoc issue.

JENA-1476.

Then the javadoc generator is more picky and a bunch of WARNINGs so there's javadoc to clean up - the ones I looked at were bare use of < and >.

    Andy

Reply via email to