migrated from sourceforge tracker : https://sourceforge.net/tracker/?func=detail&aid=2928111&group_id=93991&atid=606303
I have a project where I have both TLD files as well as tag-files. The tag
files are listed in the TLD and are located in a subdirectory of the
directory where the TLD is.
When I run the plugin I get an error because I parses both the TLD and then
recurses into the directory, where it finds the same tags again. But
instead of combining the two it throws the following exception:
[ERROR] Unable to run tlddodc due to a class
com.sun.tlddoc.GeneratorException: Two tag libraries exist with the same
short-name 'foo'. This is not yet supported.
com.sun.tlddoc.GeneratorException: Two tag libraries exist with the same
short-name 'foo'. This is not yet supported.
Added a new "dontRecurseIntoSubdirs" parameter (must be enabled explicitly)