Jason van Zyl <[EMAIL PROTECTED]> writes:
> On Thu, 2002-03-14 at 22:55, Daniel Rall wrote:
> > [EMAIL PROTECTED] writes:
>>
>> > kaz 02/03/14 18:00:24
>> >
>> > Modified: . build-bootstrap.xml
>> > Log:
>> > Since the default for ${maven.home} is specified in the
>> > project.properties file, we might as well use that instead of redefining
>> > the default.
>> >
>> > Revision Changes Path
>> > 1.34 +1 -2 jakarta-turbine-maven/build-bootstrap.xml
>> >
>> > Index: build-bootstrap.xml
>> > ===================================================================
>> > RCS file: /home/cvs/jakarta-turbine-maven/build-bootstrap.xml,v
>> > retrieving revision 1.33
>> > retrieving revision 1.34
>> > diff -u -r1.33 -r1.34
>> > --- build-bootstrap.xml 15 Mar 2002 00:59:56 -0000 1.33
>> > +++ build-bootstrap.xml 15 Mar 2002 02:00:24 -0000 1.34
>> > @@ -11,8 +11,7 @@
>> > <!-- Allow any user specific values to override the defaults -->
>> > <property file="${user.home}/build.properties" />
>> >
>> > - <!-- Set a default in case the user doesn't specify -->
>> > - <property name="maven.home" value="${user.home}/maven"/>
>> > + <property file="$project.properties" />
>>
>> Is $project an Ant property? If so, doesn't it need enclosing curly
>> braces?
>
> This file is actually a velocity template :-) So we can use ${project}
> or $project ;-) We actually won't have the name anymore because we've
> figured out how to use the same build files for all projects.
Okay. I'd like to see a .vm at the end of any Velocity templates so I
can tell the difference easily. :)
Thanks, Dan
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>