-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Labels
JakartaEE12JakartaEE12 PlanJakartaEE12 Plan
Description
It doesn't appear that the new tlddoc generator is available on Maven Central.
For reference, the old generator is here:
https://mvnrepository.com/artifact/taglibrarydoc/tlddoc/1.3
When upgrading to Jakarta EE 10, the .tld file XML now presumably should contain "xmlns="https://jakarta.ee/xml/ns/jakartaee" and the old generator will not accept that, and throws:
com.sun.tlddoc.GeneratorException: my.tld does not have xmlns="http://java.sun.com/xml/ns/javaee"
It appears the tlddoc code included in this project fixes that issue, but it doesn't appear to be published for others to use. The pom.xml suggests it should be found at coordinates org.glassfish.web:tagsdoc:
Lines 21 to 22 in a52b4be
| <groupId>org.glassfish.web</groupId> | |
| <artifactId>tagsdoc</artifactId> |
but those don't seem to exist, on Maven Central at least.
Metadata
Metadata
Assignees
Labels
JakartaEE12JakartaEE12 PlanJakartaEE12 Plan