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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Feb 28 12:24:55 EST 2007


Author: dimitris at jboss.org
Date: 2007-02-28 12:24:54 -0500 (Wed, 28 Feb 2007)
New Revision: 61007

Modified:
   branches/Branch_4_2/system/src/bin/run.sh
Log:
JBAS-4161, run.sh/.bat should not complaint when running with a JRE

Modified: branches/Branch_4_2/system/src/bin/run.sh
===================================================================
--- branches/Branch_4_2/system/src/bin/run.sh	2007-02-28 17:17:07 UTC (rev 61006)
+++ branches/Branch_4_2/system/src/bin/run.sh	2007-02-28 17:24:54 UTC (rev 61007)
@@ -112,8 +112,8 @@
 if [ ! -f "$JAVAC_JAR_FILE" ]; then
    # MacOSX does not have a seperate tools.jar
    if [ "$darwin" != "true" -a "x$JAVAC_JAR" != "x" ]; then
-      warn "Missing file: $JAVAC_JAR"
-      warn "Unexpected results may occur.  Make sure JAVA_HOME points to a JDK and not a JRE."
+      warn "Missing file: JAVAC_JAR=$JAVAC_JAR"
+      warn "Unexpected results may occur."
    fi
    JAVAC_JAR_FILE=
 fi




More information about the jboss-cvs-commits mailing list