RE: Question about the Depends property

2006-05-26 Thread Burgess, Benjamin
So either you call Ant TestA TestReport Or you re-structure your build file to how you want it. Ben -Original Message- From: 1800 tbsfunny [mailto:[EMAIL PROTECTED] Sent: Friday, May 26, 2006 4:04 PM To: Ant Users List; Ninju Bohra Subject: Re: Question about the Depends property I

RE: [SPAM] - Question about the Depends property - Email has different SMTP TO: and MIME TO: fields in the email addresses

2006-05-26 Thread Jeff A. Drost
Try the task -Original Message- From: 1800 tbsfunny [mailto:[EMAIL PROTECTED] Sent: Friday, May 26, 2006 3:55 PM To: user@ant.apache.org Subject: [SPAM] - Question about the Depends property - Email has different SMTP TO: and MIME TO: fields in the email addresses In a given target I

Re: Question about the Depends property

2006-05-26 Thread 1800 tbsfunny
nt.apache.org Sent: Friday, May 26, 2006 2:54:44 PM Subject: Question about the Depends property In a given target I can call depends to point to which target should be run before this. Eg. Now if I call prompt> ant B How do I make A run after this? Thanks.

Re: Question about the Depends property

2006-05-26 Thread Ninju Bohra
Question about the Depends property In a given target I can call depends to point to which target should be run before this. Eg. Now if I call prompt> ant B How do I make A run after this? Thanks.

Question about the Depends property

2006-05-26 Thread 1800 tbsfunny
In a given target I can call depends to point to which target should be run before this. Eg. Now if I call prompt> ant B How do I make A run after this? Thanks.