Re: Target dependency

2006-01-04 Thread Stefan Bodewig
On Wed, 4 Jan 2006, shreedhar natarajan <[EMAIL PROTECTED]> wrote: > 1. Can a target in one project depend on target on another project ? In a way, yes. You can import that other build file, or you cn use an ant task as first task in your target that needs to depend on the other build. > 2. Is

RE: Target dependency

2006-01-04 Thread Stephen McConnell
> -Original Message- > From: shreedhar natarajan [mailto:[EMAIL PROTECTED] > > > > The above call builds all sub-builds in current directory. I > need to handle nested directories(not only the first level > but also subsequent levels). This requires a higher level applic

Target dependency

2006-01-04 Thread shreedhar natarajan
Hi all, I have couple of questions - 1. Can a target in one project depend on target on another project ? 2. Is there any order in which the sub build is invoked when subant is called ? For eg. if i invoke And I have 3 sub directories A,B and C. Which build.xml will be invoked first

Re: reg. target dependency

2005-12-28 Thread Stefan Bodewig
On Tue, 27 Dec 2005, shreedhar natarajan <[EMAIL PROTECTED]> wrote: > There was a mention about targets in ANT manual. "It should be > noted, however, that Ant's depends attribute only specifies the > order in which targets should be executed - it does not affect > whether the target that specifie

RE: reg. target dependency

2005-12-27 Thread shreedhar natarajan
Hi all, Any clarifications for the below statements. There was a mention about targets in ANT manual. "It should be noted, however, that Ant's depends attribute only specifies the order in which targets should be executed - it does not affect whether the target that specifies the dependency(s

reg. target dependency

2005-12-22 Thread shreedhar natarajan
Hi all, Thanks for ur prompt reply. There was a mention about targets in ANT manual. "It should be noted, however, that Ant's depends attribute only specifies the order in which targets should be executed - it does not affect whether the target that specifies the dependency(s) gets executed if