Skip to content

New tlddoc generator not on Maven Central #275

@slominskir

Description

@slominskir

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:

tags/tagsdoc/pom.xml

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

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions