>>>>> "SR" == Stuart Roebuck <[EMAIL PROTECTED]> writes:
SR> I have to say that I'm a bit uncomfortable about this for the SR> following reasons: I think your points 1 and 3 are valid and should be considered, but your (2) and SR> 4. With the current "build.xml" for Ant the "clean" task will SR> clean all builds in the "../build/" directory. Not just Ant. You're wrong here. ant clean in the current build.xml is <target name="clean"> <delete dir="${build.dir}"/> <delete dir="${ant.dist.dir}"/> </target> with <property name="build.dir" value="../build/ant"/> so it will only delete Ant and nothing else in ../build Stefan