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