[JBoss-dev] CVS update: tools/bin ant

2001-08-30 Thread Chris Kimpton
User: kimptoc Date: 01/08/30 07:48:52 Modified:bin ant Log: put the ant_opts at the front of the command line - allows the setting of the vm, eg -green, which must be done as the first thing on the command line Revision ChangesPath 1.2 +3 -1 tools/bin/a

[JBoss-dev] CVS update: tools/bin ant

2001-08-30 Thread Jason Dillon
User: user57 Date: 01/08/30 15:37:31 Modified:bin ant Log: o only showing ANT_OPTS and running jvm for help message if $ANT_DEBUG is set. Revision ChangesPath 1.3 +5 -2 tools/bin/ant Index: ant ===

[JBoss-dev] CVS update: tools/bin ant

2001-09-01 Thread Jason Dillon
User: user57 Date: 01/09/01 01:31:01 Modified:bin ant Log: o exit 1 if we can't find java. Revision ChangesPath 1.4 +1 -1 tools/bin/ant Index: ant === RCS file: /cvsroot/jboss/too

[JBoss-dev] CVS update: tools/bin ant

2001-09-10 Thread Jason Dillon
User: user57 Date: 01/09/10 18:07:18 Modified:bin ant Log: o updating to ant v1.4 o ANT_OPTS has been moved closer to class name (like the dist version) o added JAVA_OPTS to replace it, though current usage of ANT_OPTS should still work Revision ChangesP

Re: [JBoss-dev] CVS update: tools/bin ant

2001-08-30 Thread Jason Dillon
do we have to echo its value? --jason On Thu, 30 Aug 2001, Chris Kimpton wrote: > User: kimptoc > Date: 01/08/30 07:48:52 > > Modified:bin ant > Log: > put the ant_opts at the front of the command line - allows the setting of the vm, >eg -green, which must be done as the fi

Re: [JBoss-dev] CVS update: tools/bin ant

2001-08-31 Thread Chris Kimpton
Hi, --- Jason Dillon <[EMAIL PROTECTED]> wrote: > User: user57 > Date: 01/08/30 15:37:31 > > Modified:bin ant > Log: >o only showing ANT_OPTS and running jvm for help message if > $ANT_DEBUG is set. > Thanks - I only meant to have that in for my testing ;-) I'll look

Re: [JBoss-dev] CVS update: tools/bin ant

2001-08-31 Thread Jason Dillon
> Does the javadoc generation work - I tried setting the > local.properties/javadoc generated property to false, but I still > don't seem to have any docs... You have to comment it, ant if/unless attributes only check for the existence of the property. --jason _

[JBoss-dev] CVS update: tools/bin ant ant.bat antRun antRun.bat antx.bat lcp.bat runant.pl runant.py

2001-08-25 Thread Jason Dillon
User: user57 Date: 01/08/26 00:00:33 Added: bin ant ant.bat antRun antRun.bat antx.bat lcp.bat runant.pl runant.py Log: o consolidated all tools/* stuff into tools/bin and tools/lib o upgraded ant to 1.4beta2 o consolidated config.xml into bui