conor 2003/02/02 03:40:23
Modified: src/script ant
Log:
Add info about JAVA_HOME possibly being set but not exported
PR: 14181
Revision Changes Path
1.31 +1 -1 jakarta-ant/src/script/ant
Index: ant
===================================================================
RCS file: /home/cvs/jakarta-ant/src/script/ant,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -w -u -r1.30 -r1.31
--- ant 2 Feb 2003 06:56:30 -0000 1.30
+++ ant 2 Feb 2003 11:40:23 -0000 1.31
@@ -151,7 +151,7 @@
fi
fi
else
- echo "Warning: JAVA_HOME environment variable is not set."
+ echo "Warning: JAVA_HOME environment variable is not set (or not
exported)."
echo " If build fails because sun.* classes could not be found"
echo " you will need to set the JAVA_HOME environment variable"
echo " to the installation directory of java."