Issue Details (XML | Word | Printable)

Key: MAVENTAGLIB-8
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

Wrapping lost on tlddoc example code

Created: 18/Jan/10 13:54   Updated: 31/Jan/10 16:57   Resolved: 31/Jan/10 14:56
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=1543474&group_id=93991&atid=606303

In the tagreference, the examples retain the line
wrapping from the TLD source. But, in the tlddoc, the
line wrapping is not preserved.

*
http://displaytag.sourceforge.net/11/displaytag/tlddoc/display/caption.html

-Ted.



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

This is due to tlddoc, I am not sure we can change this behaviour in the plugin.
The correct place where to report this issue is in the tlddoc tracker at https://taglibrarydoc.dev.java.net/


Fabrizio Giustina added a comment - 31/Jan/10 14:56

This turned out to be a problem in a stylesheed used by taglibdoc which trims all the white space while converting tlds to the 2.1 version.

I added a patched copy to the taglib plugin in order to override the default one.
Foe reference, the xslt changed is:
com/sun/tlddoc/resources/tld2_1-tld2_1.xsl