Re: Are multiple targets run in order, or in parallel?

2011-08-08 Thread Joe Attardi
They run sequentially. On Mon, Aug 8, 2011 at 11:59 AM, Echlin, Robert wrote: > Hi > If I run > "ant target1 target2 target3" > Will target1 be guaranteed to be complete before target2 is run? > The docs don't say. > > Thanks, > Rob > > -- > Rob Echlin, Documentation Systems Architect, Wind Ri

RE: Are multiple targets run in order, or in parallel?

2011-08-08 Thread Echlin, Robert
Ooops. Spelling correction below caused by the spell checker - I clicked "change" by mistake. wk. should have been "wc" -- Rob Echlin, Documentation Systems Architect, Wind River direct: +1.613.270.5796 | Skype video: rob.echlin.wr | robert.ech...@windriver.com > -Original Message- > F

Re: Are multiple targets run in order, or in parallel?

2011-08-08 Thread kasim ahmed
yes. On Mon, Aug 8, 2011 at 5:59 PM, Echlin, Robert wrote: > Hi > If I run > "ant target1 target2 target3" > Will target1 be guaranteed to be complete before target2 is run? > The docs don't say. > > Thanks, > Rob > > -- > Rob Echlin, Documentation Systems Architect, Wind River > direct: +1.613

RE: Are multiple targets run in order, or in parallel?

2011-08-08 Thread Echlin, Robert
Hi guys, Thanks, Dominique, for the reminder about order of execution being dependent on dependencies. I remember that about dependencies declared in a target. I am surprised that there isn't a line in the "Running Ant" page referring to the targets page if the same ordering information applies.

Re: Are multiple targets run in order, or in parallel?

2011-08-08 Thread Dominique Devienne
On Mon, Aug 8, 2011 at 10:59 AM, Echlin, Robert wrote: >   "ant target1 target2 target3" > Will target1 be guaranteed to be complete before target2 is run? Yes, with two "but"s: 1) If you use the default executor. If you don't know what an executor is, you most likely are :) 2) If target1 declare

Re: Are multiple targets run in order, or in parallel?

2011-08-08 Thread Scot P. Floess
It should unless there is a failure... Of course, you could test it yourself :) On Mon, 8 Aug 2011, Echlin, Robert wrote: Hi If I run "ant target1 target2 target3" Will target1 be guaranteed to be complete before target2 is run? The docs don't say. Thanks, Rob -- Rob Echlin, Documentation

Are multiple targets run in order, or in parallel?

2011-08-08 Thread Echlin, Robert
Hi If I run "ant target1 target2 target3" Will target1 be guaranteed to be complete before target2 is run? The docs don't say. Thanks, Rob -- Rob Echlin, Documentation Systems Architect, Wind River direct: +1.613.270.5796 | Skype video: rob.echlin.wr | robert.ech...@windriver.com