At my current company, I've designed an XSL-T stylesheet for a simplified form of documenting my in-house ant tasks. I could send an example XML and the stylesheet out if anyone wants a copy, although it's somewhat "optimized" for our particular environment*. Also, there's a stylesheet for the table of contents to list out the tasks and data-types in the left-hand frame.
I know that the Jakarta standard is to use Velocity, but I was never able to get it to work how I wanted. So instead I just use the <style> ant task to build this documentation. * I created a <task-link name="taskname" />, a <data-link name="datatypename" />, and a <ant-link href="relative to manual" /> helper tags for easy linking to other tasks and the Ant online manual pages. -Matt Albrecht > -----Original Message----- > From: Richard Emberson [mailto:[EMAIL PROTECTED] > Sent: Friday, November 30, 2001 3:09 PM > To: [EMAIL PROTECTED] > Subject: documenting a task > > > If one wishes to document a task is there an html template that one > follows or an xml > template (that gets processed into html). If so, where it it. > I can not > find any of the current > task html documentation in xml form, only html. > > Richard Emberson > > > -- > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
