redundant dependencies--executing targets from a task

2009-04-03 Thread Mitch Gitman
I have a custom Ant task that is invoking Ant targets like so: theProject.getExecutor().executeTargets(theProject, new String[] { targetName }); I want the dependencies of the invoked target to be invoked themselves, so I don't need to specially use an *Executor *like *IgnoreDependenciesExecutor*.

Re: IDE's integration with Ant any clues

2009-04-03 Thread Jesse Glick
Raja Nagendra Kumar wrote: does ant have any extra interfaces, which ide vendors could use to integrate e.g setting the ant out redirection, query the ant api to get the list of targets etc. In case no, I assume that each IDE vendor must be writing their own xml parser to get these details etc.

Re: AW: ant -p does not list all the targets

2009-04-03 Thread Jesse Glick
jan.mate...@rzf.fin-nrw.de wrote: I dont think it would be a problem to have a new option "-pa" "-projecthelp-all" which will show all the targets. Try: ant -p -v - To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org For

IDE's integration with Ant any clues

2009-04-03 Thread Raja Nagendra Kumar
Hi, Most of the IDE's do support directly accepting the build file and showing the targets and running the targets, going to the respective xml source code and showing the ant build file output. For all these, does ant have any extra intefaces, which ide vendors could use to integrate e.g settin

Re: AW: AW: Ant arguments handling (Virtual Ant Targets handling using custom code)

2009-04-03 Thread Matt Benson
--- On Fri, 4/3/09, jan.mate...@rzf.fin-nrw.de wrote: > From: jan.mate...@rzf.fin-nrw.de > Subject: AW: AW: Ant arguments handling (Virtual Ant Targets handling using > custom code) > To: dev@ant.apache.org > Date: Friday, April 3, 2009, 12:03 AM > > > > * Could you pl. give > more details