> 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]