RE: "Blueprints" for Ant Templates?

2003-03-18 Thread Paul Smith
> Paul- > In a 'regular build' You would be > deleting the old directories (source,build,class) > creating the new directories (source,build,class) > filling it up from PVCS / VSS > compile etc.. > anyway > How would this scenario be different? > -Martin Umm, I'm not sure if we're on the same pag

RE: "Blueprints" for Ant Templates?

2003-03-18 Thread Paul Smith
_PROJECT These could probably just be standard build.xml files in the ANT_HOME/etc that Ant recognises, and it simply creates directories, and perhaps populates some standard files. Great idea if not already thought of and implemented by someone!