I have created a configure task which allows the generation & use of build files on any level. Just copy the build.xml from the support directory to the highest package, modify it to your whishes and run target setup.
The task modifies the current build file to call the target (except for the predefined and excluded targets) via adding or replacing an task for ant to call the target in any subdirectory. When there is no build file in this subdirectory, it will be created using the current build file. This will also be processes, unless the recursive parameter is set to no. Any comments or improvements are welcome. Known issues can be found in the TODO file. Note that the java exe in window/system32 should be renamed, otherwise the build will fail when using Java 1.3. The files can be downloaded from <http://www.dsdelft.nl/~lemval/ant/> The tgz and zip package hold the same content. Just put the anttc.jar file in the classpath. Please read the README before use. Regards, Michael van Leeuwen [ [EMAIL PROTECTED] ] http://www.hotobjects.com
