RE: Getting all targets in a Buildfile

2012-06-07 Thread Bickford, Mark
targets in a Buildfile 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 wh

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

Re: Getting all targets in a Buildfile

2012-06-07 Thread Lewis John Mcgibbney
This can usually be achieved by doing ant -projecthelp which in turn prints out targets along with a description if the target has one. hth Lewis On Thu, Jun 7, 2012 at 10:03 AM, GrĂ¼ner Heinrich wrote: > Hi ant-list, > > Is it possible to retrieve all targets from a buildfile? > > Thanks, Stefa