Issue Details (XML | Word | Printable)

Key: MAVENTAGLIB-1
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Fabrizio Giustina
Reporter: Maria Elena Milani
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Maven taglib plugin

Stop the plugin from recursing into subdirectories

Created: 18/Jan/10 13:43   Updated: 31/Jan/10 16:57   Resolved: 30/Jan/10 17:20
Component/s: None
Affects Version/s: 2.3.1
Fix Version/s: 2.4


 Description  « Hide

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.



Fabrizio Giustina added a comment - 30/Jan/10 17:20

Added a new "dontRecurseIntoSubdirs" parameter (must be enabled explicitly)