You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by karel flipkees <ka...@hotmail.com> on 2003/09/22 18:08:18 UTC

tasklist and xdoc plugin

hello developers,

i am really starting to appreciate the possibilities that maven has to offer 
for build environments.
however while working on 'mavenizing' one of our project's build, i stumbled 
on two minor issues.

tasklist plugin's documentation states:
maven.tasklist.taskTag ... Defaults to todo so that @todo tags are 
processed.

this had me puzzled, i tried set this property to TODO and nothing happened.
when i looked into the plugin source i discovered that the property should 
include the '@' character.
so the documentation should read: Defaults to @todo so that .....

when this worked i still had a problem with the tasklist plugin. apparently 
the description fed to
@<tagname> is surrounded with a CDATA, this CDATA is not processed by xdoc 
plugin's standard
site.jsl .
i asked google about this situation, and it seems that at codehaus.org a 
patch exists for this issue
that simply adds template match="text()" behaviour so that the CDATA is 
included in the html result.
with this patch all is ok, without CDATA such as the tasklist plugin 
produces is not included in the html.
patch url:
http://jira.codehaus.org/secure/attachment/10442/patch.txt

greetings and thanks,
wouter

_________________________________________________________________
MSN 8 helps eliminate e-mail viruses. Get 2 months FREE*. 
http://join.msn.com/?page=features/virus


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org