But the processing would go in the 'prep_work' target, that was the idea of the example shown, rather than the 'all' target. See??
----- Original Message ----- From: "Mark McMillan" <[EMAIL PROTECTED]> To: "Ant Developers List" <[EMAIL PROTECTED]> Sent: Tuesday, December 18, 2001 8:49 AM Subject: Re: [Fwd: RE: Dependency analysis] > > >Can you not do something like: > > > ><target name="all" depends="init, compile, prep_work, borland, > >weblogic"/> > > Almost, but if the 'all' target needs to do some processing before the > 'borland' and 'weblogic' targets run, then it cannot do it. > > -Mark > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
