Is there a JavaDoc style tool for generating docs for custom ANT tasks

2012-11-25 Thread Stefan Bernsdorf
Hi, I spotted your thread lately, but here is another tool, that builds Ant Task documentation with the help of JavaDoc. The resulting Websites look like Ant Documentation and the tool can operate in multilanguage environments. https://github.com/gruenerheinrich/antdoclet Best regards, gruener

Re: Is there a JavaDoc style tool for generating docs for custom ANT tasks

2012-11-25 Thread Stefan Bernsdorf
Hi, I spotted your thread lately, but here is another tool, that builds Ant Task documentation with the help of JavaDoc. The resulting Websites look like Ant Documentation and the tool can operate in multilanguage environments. https://github.com/gruenerheinrich/antdoclet Best regards, gruener

Re: Getting all targets in a Buildfile

2012-06-07 Thread Stefan Bernsdorf
Again, sorry, my question was misleading. I am looking for a possibility to print all target names into a property and than feed a task with it. thanks, Stefan. Am 07.06.2012 13:09, schrieb Lewis John Mcgibbney: This can usually be achieved by doing ant -projecthelp which in turn prints out ta