You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by mi...@apache.org on 2006/02/26 01:40:41 UTC

svn commit: r381036 - /lenya/trunk/INSTALL-SRC.txt

Author: michi
Date: Sat Feb 25 16:40:41 2006
New Revision: 381036

URL: http://svn.apache.org/viewcvs?rev=381036&view=rev
Log:
instructions re build improved

Modified:
    lenya/trunk/INSTALL-SRC.txt

Modified: lenya/trunk/INSTALL-SRC.txt
URL: http://svn.apache.org/viewcvs/lenya/trunk/INSTALL-SRC.txt?rev=381036&r1=381035&r2=381036&view=diff
==============================================================================
--- lenya/trunk/INSTALL-SRC.txt (original)
+++ lenya/trunk/INSTALL-SRC.txt Sat Feb 25 16:40:41 2006
@@ -13,7 +13,7 @@
     *
 
       Java 2 Platform, Standard Edition
-      version: 1.4.2 or newer, 1.5.x not tested.
+      version: 1.4.2 or newer (1.5.x NOT properly tested).
       source: http://java.sun.com/j2se/1.4.2/download.html
     *
 
@@ -70,25 +70,31 @@
       will work (MS Windows: Don't use backslashes "\" for directory separation.)
           * cocoon.src.dir=$COCOON_HOME
           * tomcat.home.dir=$TOMCAT_HOME
-   6.
 
-      Build Lenya
+
+   6.  Build Lenya
+   ---------------
+
+      Make sure that you have the environment variable JAVA_HOME defined to point 
+      to the location of the Java SDK you installed (see Prerequisites).
+
+      MS Windows: http://support.microsoft.com/default.aspx?scid=kb;en-us;310519&sd=tech
+      Linux/Unix: export JAVA_HOME=/usr/local/jdk-1.4.2
 
       Execute build.bat or build.sh in your Lenya source directory, depending on your platform.
 
       MS Windows
 
             $LENYA_HOME > build.bat
-          
 
       Unix
 
             $LENYA_HOME > ./build.sh
           
 
-   7.
 
-      Start Lenya
+   7.  Start Lenya
+   ---------------
 
       Execute lenya.bat or lenya.sh servlet in your Lenya source directory, depending on your 
       platform. Make sure that you have the environment variable JAVA_HOME defined to point 



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org