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