On 4 May 2001 [EMAIL PROTECTED] wrote:
> - <property name="dest.jardir.jar" value="${dest.jardir}/${name}.jar"/>
> + <property name="dest.jardir.jar"
>value="${dest.jardir}/${name}-${component.version}.jar"/>
>
I thought we agreed that the binary distribution directory would have
the version number in it, but not the JAR file name itself?
Doing it this way makes everyone's build scripts fragile, because a change
of version number means we all have to go update our build.properties if
we're just using "latest and greatest" code from CVS. On the other hand,
if you're using an official release directory, you only have to modify
your "commons-collections.home" property and everything works fine if you
also define:
commons-collections.jar=${commons-collections.home}/commons-collections.jar
Craig
- cvs commit: jakarta-commons/collections build.xml rwaldhoff
- cvs commit: jakarta-commons/collections build.xml geirm
- Re: cvs commit: jakarta-commons/collections b... Craig R. McClanahan
- Re: cvs commit: jakarta-commons/collectio... Geir Magnusson Jr.
- cvs commit: jakarta-commons/collections build.xml geirm
- cvs commit: jakarta-commons/collections build.xml geirm
- cvs commit: jakarta-commons/collections build.xml geirm
- cvs commit: jakarta-commons/collections build.xml geirm
- RE: cvs commit: jakarta-commons/collections build... Geir Magnusson Jr.
- RE: cvs commit: jakarta-commons/collections b... Peter Donald
- RE: cvs commit: jakarta-commons/collectio... Craig R. McClanahan
- RE: cvs commit: jakarta-commons/colle... Peter Donald
- RE: cvs commit: jakarta-commons/... Peter Donald
