Did you ever think about making the ant task a directory based task? This would make it possible to call a target in several build.scripts at once.
<ant target="main"> <fileset dir="."> <include name="*/build.xml"/> </fileset> </ant> This should call the target "main" of all build.xml files in all subdirectories. Holger -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>