On Mon, 9 Sep 2002, Jacob Kjome <[EMAIL PROTECTED]> wrote: > Normally, I load buld.properties first thing before defining other > properties so that properties in the build file can be overridden by > those in build.properties. However, the target that runs the copy > of sample.buld.properties to build.properties runs *after* all the > properties would have been defined.
Two options: (1) Don't use <property> at the top level at all. (2) Use Ant's CVS HEAD version and put the <copy> task at the top level as well. Stefan -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
