On Wed, 27 Feb 2002, Colin Sampaleanu <[EMAIL PROTECTED]> wrote:
> I very of do use
> 
>   ant A B C D 

> where A,B,C are only there to set things up, and D is the one the
> does the 'real' work.

Any reason why 

  <target name="D" depends="A,B,C">

is not feasible?

Stefan

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

Reply via email to