User: user57
Date: 01/09/26 19:30:39
Modified: jboss build.xml
Log:
o replaced custom command line option parsing in Main with gnu.getopt
o added -D to set system properties
o expanded the help text, moved examples to --help-examples
o setting -Djboss.boot.loader.name in run.sh and run.bat, so the cl help
bits know which program name to use (default to "jboss" when unknown)
o run.jar includes gnu.getopt.* (two classes and 6 properties files) this
makes run.jar about 17k.
Revision Changes Path
1.31 +8 -3 build/jboss/build.xml
Index: build.xml
===================================================================
RCS file: /cvsroot/jboss/build/jboss/build.xml,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- build.xml 2001/09/26 21:47:02 1.30
+++ build.xml 2001/09/27 02:30:39 1.31
@@ -10,7 +10,7 @@
<!-- -->
<!-- ====================================================================== -->
-<!-- $Id: build.xml,v 1.30 2001/09/26 21:47:02 d_jencks Exp $ -->
+<!-- $Id: build.xml,v 1.31 2001/09/27 02:30:39 user57 Exp $ -->
<project default="main" name="JBoss/Build">
@@ -280,8 +280,13 @@
</group>
<group name="standard">
- <include modules="security, messaging, pool, connector"/>
- <include modules="cluster, admin, testsuite"/>
+ <include modules="security,
+ messaging,
+ pool,
+ connector,
+ cluster,
+ admin,
+ testsuite"/>
</group>
<group name="optional">
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development