remm 01/02/08 23:50:53
Modified: . build.sh
Log:
- Remove a test for tools.jar, which was failing on MacOS X.
Reported by Sixten Otto <[EMAIL PROTECTED]>
Revision Changes Path
1.11 +1 -6 jakarta-slide/build.sh
Index: build.sh
===================================================================
RCS file: /home/cvs/jakarta-slide/build.sh,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- build.sh 2001/02/07 02:47:19 1.10
+++ build.sh 2001/02/09 07:50:53 1.11
@@ -1,6 +1,6 @@
#! /bin/sh
-# $Id: build.sh,v 1.10 2001/02/07 02:47:19 remm Exp $
+# $Id: build.sh,v 1.11 2001/02/09 07:50:53 remm Exp $
BUILDFILE=build.xml
@@ -8,11 +8,6 @@
echo "ERROR: JAVA_HOME not found in your environment."
echo "Please, set the JAVA_HOME variable in your environment to match the"
echo "location of the Java Virtual Machine you want to use."
- exit
-fi
-
-if test ! -f ${JAVA_HOME}/lib/tools.jar ; then
- echo "ERROR: Your JAVA_HOME \"$JAVA_HOME\" environment variable doesn't seem to
point to a valid JDK"
exit
fi