At work, I am currently writing a lot of customizable JSP tags for our designers, which are written in JSP XML flavor (and not in Java classes).
When I sealed or made a mistake and tried to download TLDs or tag files, Tomcat always just throws an error without a description: Could not add one or more tag libraries.
Now I need to hunt around taglibs, figuring out which one is linked, and the trial version and the error - no one prefers the debugging method.
Eclipse is unfortunately useless when checking taglib.
Are there any tools that could help me? Icing on the cake would be a Maven integration. I tried this plugin but no luck.
source
share