> -----Original Message-----
> From: shreedhar natarajan [mailto:[EMAIL PROTECTED] 

>  <subant target="">
>       <fileset dir="." includes="*/build.xml"/>  </subant>
> 
> 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 application driving the build sequence.  The
higher level application could be a custom ant task or a application
embedding ant.  That application would sort projects based on some sort of
dependency model.  Either way - I think your looking for functionality that
is not inside Ant at this time - however there are projects around that deal
with these problems - e.g. the Ivy Project [1] or the DPML Depot Project [2]
amongst others.

[1] www.jayasoft.fr/org/modules/ivy/ 
[2] www.dpml.net/depot/

Cheers, Steve.

--------------------------
Stephen McConnell
mailto:[EMAIL PROTECTED]
http://www.dpml.net
 




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to