Jon,

<snip>
>   @@ -4,11 +4,6 @@
>
>    <project name="Turbine" default="jar" basedir=".">
>
>   -    <!-- Give user a chance to override without editing this file
>   -        (and without typing -D each time it compiles it -->
>   -    <property file="${user.home}/.ant.properties" />
>   -    <property file=".ant.properties" />
>   -
<snip>

Because Ant (currently) doesn't allow you to override properties that have
already been set, moving this block where you did makes it impossible to
override the defaults without editing build-turbine.xml. Is there a specific
reason why you moved it?

--
Christopher Elkins



------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]

Reply via email to