Sam Ruby wrote:
> FYI: this gump descriptor exports no jars.
>
Attached below is the patch I'd like to use. I don't think it will work
though as Gump only replaces one @@DATE@@ tag in the <jar> construct.
I could change the version property to something like "gump".
Let me know.
Conor
Index: project/checkstyle.xml
===================================================================
RCS file:
/home/cvspublic/jakarta-alexandria/proposal/gump/project/checkstyle.xml,v
retrieving revision 1.3
diff -3 -u -w -p -r1.3 checkstyle.xml
--- project/checkstyle.xml 3 Mar 2002 12:23:41 -0000 1.3
+++ project/checkstyle.xml 4 Mar 2002 13:36:08 -0000
@@ -10,7 +10,9 @@
<project name="checkstyle">
<package>com.puppycrawl.tools.checkstyle</package>
- <ant target="run.tests"/>
+ <ant target="build.bindist">
+ <property name="version" value="@@DATE@@"/>
+ </ant>
<depend project="jakarta-ant"/>
<depend project="xml-xerces"/>
<depend project="xml-xalan2"/>
@@ -19,5 +21,6 @@
<depend project="jakarta-regexp"/>
<work nested="classes/checkstyle"/>
<work nested="classes/tests"/>
+ <jar name="dist/checkstyle-@@DATE@@/checkstyle-@@DATE@@.jar"/>
</project>
</module>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>