You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by Jason van Zyl <jv...@apache.org> on 2001/09/23 08:11:20 UTC

Property Defs in build.xml

Hi,

Is there any particular reason that there are now properties defined in
the build.xml file? I would like to put them back in a properties file.

-- 

jvz.

Jason van Zyl

http://tambora.zenplex.org
http://jakarta.apache.org/turbine
http://jakarta.apache.org/velocity
http://jakarta.apache.org/alexandria
http://jakarta.apache.org/commons



---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-dev-help@jakarta.apache.org


Re: Property Defs in build.xml

Posted by Daniel Rall <dl...@finemaltcoding.com>.
Jason van Zyl <jv...@apache.org> writes:

> Is there any particular reason that there are now properties defined in
> the build.xml file? I would like to put them back in a properties file.

The only occasion that I've ever needed to put properties in a
build.xml file is when I'm using a properties file in more than one
build file, and that properties file depends on having certain
properties already defined.  +1 on moving all properties into the
properties files.

---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-dev-help@jakarta.apache.org