What I did in Nile was use a default.properties (rather than a
build.properties.sample), and allow a user's build.properties file
(placed in the same directory as the build.xml file) to override
what's specified in the default.properties.  It's working extremely
well so far.

[EMAIL PROTECTED] writes:

> jon         01/09/19 11:17:20
> 
>   Added:       .        build.properties.sample
>   Removed:     .        build.properties
>   Log:
>   renamed to build.properties.sample
>   
>   Revision  Changes    Path
>   1.1                  jakarta-turbine-3/build.properties.sample
>   
>   Index: build.properties.sample
>   ===================================================================
>   # -------------------------------------------------------------------
>   # B U I L D  P R O P E R T I E S
>   # -------------------------------------------------------------------
>   # These properties are used by the Turbine build, you may override
>   # any of these default values by placing property values in
>   # your ${user.home}/build.properties file.
>   # -------------------------------------------------------------------
>   
>   name = Turbine
>   version = 3.0-dev
>   project = turbine
>   package = org.apache.${project}
>   build.dir = ./bin
>   src.dir = ./src
>   conf.dir = ./conf
>   javadoc.destdir = ./docs/apidocs
>   jakarta.site2 = ../jakarta-site2
>   docs.src = ./xdocs
>   docs.dest = ./docs
>   turbine.jars = ./lib
>   year = 1999-2001
>   debug = on
>   optimize = off
>   deprecation = off
>   jdom.jar = jdom-b6.jar
>   adapterCode = true
>   
>   
>   velocity.jar = ${lib.repo}/velocity-1.2-dev.jar
>   log4j.jar = ${lib.repo}/log4j-1.1.jar
>   servlet.jar = ${lib.repo}/servlet.jar
>   fulcrum.jar = ${lib.repo}/fulcrum-1.0.jar
>   regexp.jar = ${lib.repo}/jakarta-regexp-1.3-dev.jar
>   torque.jar = ${lib.repo}/torque-1.0.jar
>   jaf.jar = ${lib.repo}/activation-1.0.1.jar
>   xerces.jar = ${lib.repo}/xerces-1.3.0.jar
>   commons-collections.jar = ${lib.repo}/commons-collections.jar
>   commons-util.jar = ${lib.repo}/commons-util-0.1-dev.jar
>   
>   junit.jar = ${lib.repo}/junit-3.2.jar
>   
>   
>   
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]

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

Reply via email to