Erik Hatcher wrote:

Just use wl.home in your .properties files. And do this:

<property file="${user.home}/.build.properties"/>
<property name="wl.home" location="some default value"/>

If you want to use environment variables for overrides, it can be a little trickier. See the JavaDevWithAnt build file for lots to do with Ant properties. Again, I rarely (almost never) use <condition>.

Erik

Great. This is like Tim's solution, except you store the defaults in the user's home dir, so they don't get blown away when you delete and get a fresh copy of the app.


Thanks!

-- Chad

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



Reply via email to