Re: ANT -> ANTCALL or something Similar [Long and Ugly]

2001-05-03 Thread Diane Holt
--- David Scassa <[EMAIL PROTECTED]> wrote: > 1. Assuming that I have a principal build.xml [...] > How would I call a distribution.xml file that would contain > the move/copy functions? Use the task to run targets in other build-files. (Use to run targets within the same build-file but overrid

ANT -> ANTCALL or something Similar [Long and Ugly]

2001-05-03 Thread David Scassa
With most automated builds written in perl it is possible to break the build up into several portions. (e.g. Build, Package, Ship, Deploy) This leads me to ask the following Newbie questions: 1. Assuming that I have a principal build.xml file that performs the build and even creates the director