[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 Changes

[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:

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 at the

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

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

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 first

[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