> -----Original Message-----
> From: Robin Chaddock [mailto:[EMAIL PROTECTED]
> Sent: mercredi 19 décembre 2007 15:42
> To: Ant Users List
> Subject: Re: AW: extended parallelism
> 
> The target "depends" attribute already gives all the information you need to 
> be able to determine
> which targets can be executed in parallel?
> 
> As I mentioned earlier the only road-block at the moment to a totally 
> transparent mechanism for
> supporting parallel execution is the dubious implicit dependencies that the 
> documentation for the
> "depends" attribute makes reference to. (and the great many build scripts in 
> the wild that rely
> upon it :( )
> 
> 

Indeed, here is an example of such target I found in one of my script :

<target name="dev-deploy" depends="clean-cache , package , set-dev-env , target 
, deploy" description="full targeted
build and deployment in DEV"/>


The current behaviour offers a nice way to aggregates in sequence a set of 
independent target.

Gilles



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to