on 12/5/2000 10:46 AM, "Christopher Elkins" <[EMAIL PROTECTED]> wrote:
> 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
Yea, I moved it cause it looked like it wouldn't do anything given that the
properties are being set on top of the ones in .ant.properties. How is this
actually working?
-jon
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?: [EMAIL PROTECTED]