User: user57  
  Date: 01/09/01 01:31:01

  Modified:    bin      ant
  Log:
   o exit 1 if we can't find java.
  
  Revision  Changes    Path
  1.4       +1 -1      tools/bin/ant
  
  Index: ant
  ===================================================================
  RCS file: /cvsroot/jboss/tools/bin/ant,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- ant       2001/08/30 22:37:31     1.3
  +++ ant       2001/09/01 08:31:01     1.4
  @@ -66,7 +66,7 @@
   if [ ! -x "$JAVACMD" ] ; then
     echo "Error: JAVA_HOME is not defined correctly."
     echo "  We cannot execute $JAVACMD"
  -  exit
  +  exit 1
   fi
   
   if [ -n "$CLASSPATH" ] ; then
  
  
  

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

Reply via email to