dIon,
Well, I had to do it locally to build Maven and thus I imagined it could
be useful to others as well. Any that's what we have in all our
build.xml, right (look at maven build.xml file for example) ?
I don't want and like to use ${user.home} as I want these properties
only for this project.
I need to be able to define maven.home and lib.repo (they're not in the
default places because I don't want to put anything in ${user.home}).
How should I do that ?
Thanks
-Vincent
> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: 27 May 2002 13:22
> To: Turbine Maven Developers List
> Subject: Re: cvs commit: jakarta-turbine-maven build-bootstrap.xml
>
> Vincent, was this change necessary?
>
> So we now have - user properties, user properties for a project,
project
> defaults and maven defaults? Is this documented somewhere....?
> --
> dIon Gillard, Multitask Consulting
> Work: http://www.multitask.com.au
> Developers: http://adslgateway.multitask.com.au/developers
>
>
>
>
> [EMAIL PROTECTED]
> 05/27/02 05:55 PM
> Please respond to "Turbine Maven Developers List"
>
>
> To: [EMAIL PROTECTED]
> cc:
> Subject: cvs commit: jakarta-turbine-maven build-
> bootstrap.xml
>
>
> vmassol 02/05/27 00:55:43
>
> Modified: . build-bootstrap.xml
> Log:
> allow override of properties (for example maven.home and lib.repo)
>
> Revision Changes Path
> 1.89 +4 -3 jakarta-turbine-maven/build-bootstrap.xml
>
> Index: build-bootstrap.xml
> ===================================================================
> RCS file: /home/cvs/jakarta-turbine-maven/build-bootstrap.xml,v
> retrieving revision 1.88
> retrieving revision 1.89
> diff -u -r1.88 -r1.89
> --- build-bootstrap.xml 27 May 2002 05:30:35 -0000
1.88
> +++ build-bootstrap.xml 27 May 2002 07:55:43 -0000
1.89
> @@ -4,8 +4,10 @@
>
> <!-- Allow any user specific values to override the defaults -->
> <property file="${user.home}/build.properties" />
> -
> - <property file="project.properties"/>
> + <!-- Allow user defaults for this project -->
> + <property file="build.properties" />
> + <!-- Set default values for the build -->
> + <property file="project.properties" />
>
> <property name="maven.get.jars.baseUrl"
> value="http://jakarta.apache.org/turbine/jars" />
> @@ -182,7 +184,6 @@
> <path location="src/java"/>
> </src>
> <include name="org/apache/maven/ant/*"/>
> - <exclude name="org/apache/maven/ant/FileSetFromPath.java"/>
> </javac>
>
> </target>
>
>
>
>
> --
> To unsubscribe, e-mail: <mailto:turbine-maven-dev-
> [EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:turbine-maven-dev-
> [EMAIL PROTECTED]>
>
>
>
>
>
> --
> To unsubscribe, e-mail: <mailto:turbine-maven-dev-
> [EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:turbine-maven-dev-
> [EMAIL PROTECTED]>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>