jefft 02/04/11 16:34:46
Modified: . build.xml
Log:
document jlink bugginess
Revision Changes Path
1.149 +7 -0 jakarta-avalon-excalibur/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/build.xml,v
retrieving revision 1.148
retrieving revision 1.149
diff -u -r1.148 -r1.149
--- build.xml 11 Apr 2002 17:36:22 -0000 1.148
+++ build.xml 11 Apr 2002 23:34:46 -0000 1.149
@@ -165,6 +165,13 @@
<!-- 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"/>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>