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  Changes    Path
  1.2       +3 -1      tools/bin/ant
  
  Index: ant
  ===================================================================
  RCS file: /cvsroot/jboss/tools/bin/ant,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- ant       2001/08/26 07:00:33     1.1
  +++ ant       2001/08/30 14:48:52     1.2
  @@ -131,4 +131,6 @@
     LOCALCLASSPATH=`cygpath --path --windows "$LOCALCLASSPATH"`
   fi
   
  -$JAVACMD -classpath "$LOCALCLASSPATH" -Dant.home="${ANT_HOME}" $ANT_OPTS 
org.apache.tools.ant.Main "$@"
  +$JAVACMD $ANT_OPTS
  +echo ant opts = $ANT_OPTS
  +$JAVACMD $ANT_OPTS -classpath "$LOCALCLASSPATH" -Dant.home="${ANT_HOME}" 
org.apache.tools.ant.Main "$@"
  
  
  

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to