Perhaps the ant code could create/touch a file at the conclusion of A and test if the file is created at the beginning of A. If the file does not exist at the start of A, then invoke to actions of A. If the file exists at the start of A then do not invoke the actions of A. A should be refactored to different targets: testA and actionA.
--glenn On Nov 12, 2007 1:10 PM, broken connection <[EMAIL PROTECTED]> wrote: > Yeah,I apologize for that....but how can i resolve this guys??? > > I want targetA and targetB to be indepently called under this scenario: > targetA can be called independently... > targetB always depends on targetA and should make sure targetA is ran > before > it runs.... > > Any advice??? > > Thanks > > > On 11/12/07, Rick Genter <[EMAIL PROTECTED]> wrote: > > > > > From: broken connection [mailto:[EMAIL PROTECTED] > > > Sent: Monday, November 12, 2007 11:07 AM > > > To: Ant Users List > > > Subject: Re: Question about "depends" attribute in the target element > > > > > > Thanks Rick, > > > But like Glenn specified if you add an extra target then > > > everything works > > > fine, please see below: > > > > Yes, that's correct. There's nothing broken. > > > > If you do "ant first third" first will be run twice. Each target on the > > command line is invoked independent of the other targets on the command > > line. > > > > Ant is not make/gmake. > > -- > > Rick Genter > > Principal Software Engineer > > Silverlink Communications > > [EMAIL PROTECTED] > > www.silverlink.com > > Office (781) 425-5763 > > Mobile (781) 771-9677 > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > >