Generating Ant Documentation

2011-10-11 Thread Steve Amerige
Hi all, I am looking for your recommendation as to what is the best currently-maintained tool for generating documentation from a collection of Ant build files and property files. It should work for versions of Ant that are 1.6 and higher. I looked at: http://antdoc.free.fr But, it does

Re: Possible reasons for failing to find XJC task class

2011-10-11 Thread Stefan Bodewig
On 2011-10-10, KARR, DAVID wrote: > I work with two groups who are both importing a build script written > by our team. The imported build script has a "taskdef" to define the > "xjc2" task, using "com.sun.tools.xjc.XJCTask". Below that, there is > a target that references the "xjc2" task. > Th