xml-doclet icon indicating copy to clipboard operation
xml-doclet copied to clipboard

Feature/compile with java 11

Open magwas opened this issue 5 years ago • 8 comments

magwas avatar Mar 27 '19 10:03 magwas

fixes #14

magwas avatar Mar 27 '19 10:03 magwas

I get package com.sun.javadoc does not exist when I try and compile this branch

red61wjt avatar Aug 27 '19 13:08 red61wjt

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.

magwas avatar Aug 28 '19 07:08 magwas

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 avatar Aug 28 '19 16:08 magwas

@magwas did you ever get this published to maven central? Sorry if I'm missing something, running into the same issue you fixed

kingb12 avatar Jul 22 '20 06:07 kingb12

No, we just check out and mvn install.

magwas avatar Jul 24 '20 05:07 magwas

@MarkusBernhardt When changes will be made?

russo595 avatar Jul 31 '20 10:07 russo595

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>

manticore-projects avatar May 08 '23 11:05 manticore-projects