[EMAIL PROTECTED] writes:

> ---- you Daniel Rall <[EMAIL PROTECTED]> wrote ----
>> I've been using build.properties for per-project overrides and
>> personal overrides, but I would much prefer that the one in my homedir
>> was a dot file.
...
> Re: dot file in homedir - sure, whatever, as long as it works on Windows.
> 8-)

It works fine on Windows.

> Re: build.properties name: we could factor the work out one more step like
> we have in xml-xalan/test/build.xml:
>     <!-- First, read in the user's own default properties, if they exist
> -->
>     <property name="local.properties" value="my.test.properties"/>
>     <property file="${local.properties}" />
>     <!-- Then, read in the default checked-in properties -->
>     <property file="test.properties" />
>
> Then we can all just agree the default name is build.properties, and let
> users mess with it as they want. (Heck, they could even put in a
> path/filename so they can decide where it lives...)

So something like the following in .antrc would allow me to change
from "my.test.properties" to, say "overrides.properties"?

ANT_OPTS="-Dlocal.properties=overrides.properties"


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to