Gerardo wrote:
Hi,
i'm newbie with xdoclet, could someone tell me how to use the xdoclet template classes programmatically instead of writing a template?

thanks

I think what you want is to use xjavadoc on its own, rather than using xdoclet templates at all.

Check the TemplateSubTask (http://cvs.sourceforge.net/viewcvs.py/xdoclet/xdoclet/core/src/xdoclet/TemplateSubTask.java?view=markup) to see how it uses xjavadoc to get javadoc tag info out of the classes. Start with the startProcess() method.


-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
xdoclet-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to