You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by pq...@apache.org on 2009/07/30 03:36:05 UTC

svn commit: r799151 - /httpd/site/trunk/build.sh

Author: pquerna
Date: Thu Jul 30 01:36:05 2009
New Revision: 799151

URL: http://svn.apache.org/viewvc?rev=799151&view=rev
Log:
Make setting JAVA_HOME optional.

Modified:
    httpd/site/trunk/build.sh

Modified: httpd/site/trunk/build.sh
URL: http://svn.apache.org/viewvc/httpd/site/trunk/build.sh?rev=799151&r1=799150&r2=799151&view=diff
==============================================================================
--- httpd/site/trunk/build.sh (original)
+++ httpd/site/trunk/build.sh Thu Jul 30 01:36:05 2009
@@ -1,8 +1,8 @@
 #!/bin/sh
 
 if [ "$JAVA_HOME" = "" ] ; then
-  echo You must set JAVA_HOME to point at your Java Development Kit directory
-  exit 1
+  echo You should set JAVA_HOME to point at your Java Development Kit directory. Using /usr.
+  JAVA_HOME=/usr
 fi
 
 # convert the existing path to unix