xml-doclet
xml-doclet copied to clipboard
Feature/compile with java 11
fixes #14
I get package com.sun.javadoc does not exist when I try and compile this branch
Are you sure? I have just checked, and this works flawlessly:
git clone --branch feature/compile_with_java_11 https://github.com/magwas/xml-doclet.git;\
cd xml-doclet/; mvn install;
please share the build output so I can figure out what the problem is.
As there is no response from Markus, I intend to publish a package to OSSRH/maven central with the fix. https://issues.sonatype.org/browse/OSSRH-51109
@magwas did you ever get this published to maven central? Sorry if I'm missing something, running into the same issue you fixed
No, we just check out and mvn install.
@MarkusBernhardt When changes will be made?
As there is no response from Markus, I intend to publish a package to OSSRH/maven central with the fix. https://issues.sonatype.org/browse/OSSRH-51109
Greetings. I have done exactly that: https://github.com/manticore-projects/xml-doclet
<docletArtifact>
<groupId>com.manticore-projects.tools</groupId>
<artifactId>xml-doclet</artifactId>
<version>1.1.3</version>
</docletArtifact>