On Wed, 2004-01-28 at 16:49, Samuel Cheung wrote: > Can I use xdoclet to generate code/xml file from my own custom javadoc > tag?
Yes. After all, that's all we've done with @ejb.*, @web.*, etc. They're not standard javadoc tags either. > If yes, could someone tell me where I can find example for that? Have a look at all the .xdt template files from the various modules' sources. There's also documentation for the available template tags in the distributed docs and on the web site, though there may be some missing. Then, once you've written your template, run it by using the generic xdoclet.DocletTask (see http://xdoclet.sourceforge.net/ant/xdoclet/DocletTask.html - you'll need to use its template or xmltemplate subtasks). Andrew. ------------------------------------------------------- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Development and Integration See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. http://www.eclipsecon.org/osdn _______________________________________________ xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
