[jboss-cvs] JBossAS SVN: r61003 - branches/Branch_4_2/system/src/bin.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Feb 28 11:27:05 EST 2007


Author: jfrederic.clere at jboss.com
Date: 2007-02-28 11:27:05 -0500 (Wed, 28 Feb 2007)
New Revision: 61003

Modified:
   branches/Branch_4_2/system/src/bin/run.sh
Log:
Prevent adding a non exist jar file.


Modified: branches/Branch_4_2/system/src/bin/run.sh
===================================================================
--- branches/Branch_4_2/system/src/bin/run.sh	2007-02-28 16:13:00 UTC (rev 61002)
+++ branches/Branch_4_2/system/src/bin/run.sh	2007-02-28 16:27:05 UTC (rev 61003)
@@ -115,6 +115,7 @@
       warn "Missing file: $JAVAC_JAR"
       warn "Unexpected results may occur.  Make sure JAVA_HOME points to a JDK and not a JRE."
    fi
+   JAVAC_JAR=
 else
    JAVAC_JAR="$JAVAC_JAR_FILE"
 fi




More information about the jboss-cvs-commits mailing list