jefft 02/04/13 04:37:47
Modified: . build.xml
Log:
Move warning to the end where it's more visible
Revision Changes Path
1.152 +7 -7 jakarta-avalon-excalibur/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/build.xml,v
retrieving revision 1.151
retrieving revision 1.152
diff -u -r1.151 -r1.152
--- build.xml 13 Apr 2002 11:33:55 -0000 1.151
+++ build.xml 13 Apr 2002 11:37:47 -0000 1.152
@@ -177,13 +177,6 @@
<!-- Generate one mega jar-ball -->
<target name="mega-jar" description="Generate one large jar for all the
products">
<!-- Sub projects which do not depend on any other excalibur sub
projects. -->
- <echo>
- -----------------------------------------------
- WARNING: the jlink task is buggy, and the final
- jar may not contain all the classes it's meant
- to! Use this target at your own risk.
- -----------------------------------------------
- </echo>
<ant dir="altrmi" target="jar"/>
<ant dir="collections" target="jar"/>
<ant dir="concurrent" target="jar"/>
@@ -227,6 +220,13 @@
<zipfileset src="excalibur-all-tmp.jar" />
</jar>
<delete file="excalibur-all-tmp.jar"/>
+ <echo>
+ -----------------------------------------------
+ WARNING: the jlink task is buggy, and the final
+ jar may not contain all the classes it's meant
+ to! Use this target at your own risk.
+ -----------------------------------------------
+ </echo>
</target>
<!-- Generate all docs -->
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>