On Thu, 2006-03-16 at 16:14, Bjørn T Johansen wrote:
> Is there a way to tell Ant to not include xdoclet tags when generating 
> javadoc?

Yes.  Use the <tag> nested element inside the <javadoc> task.
See http://ant.apache.org/manual/CoreTasks/javadoc.html#tagelement
Just set the enabled attribute to false, and it should be ignored.
If you don't want to specify all the ones you've used individually, use
the dir attribute to specify a separate file containing a list of them
all.


Andrew.
-- 
http://pseudoq.sourceforge.net/



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642
_______________________________________________
xdoclet-user mailing list
xdoclet-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to