Author: rjung Date: Tue Feb 1 08:48:16 2011 New Revision: 1065951 URL: http://svn.apache.org/viewvc?rev=1065951&view=rev Log: Update building info for oacc.
Since we optionally support session manager internals which did not exist before 6.0.31, we need the latest and greatest to compile. No runtime worries though. Modified: tomcat/sandbox/tomcat-oacc/trunk/BUILDING.txt Modified: tomcat/sandbox/tomcat-oacc/trunk/BUILDING.txt URL: http://svn.apache.org/viewvc/tomcat/sandbox/tomcat-oacc/trunk/BUILDING.txt?rev=1065951&r1=1065950&r2=1065951&view=diff ============================================================================== --- tomcat/sandbox/tomcat-oacc/trunk/BUILDING.txt (original) +++ tomcat/sandbox/tomcat-oacc/trunk/BUILDING.txt Tue Feb 1 08:48:16 2011 @@ -71,6 +71,9 @@ a source distribution, do the following: (2) Install Apache Tomcat 6 on your computer +* To build OACC you will need Tomcat 6.0.31 or later. The result + is compatible with at least 6.0.24, likely also with much older versions. + * If Apache Tomcat 6 is already installed on your computer, skip to (3). * Download a binary distribution of Tomcat 6 from: @@ -111,17 +114,17 @@ a source distribution, do the following: # path, we'll do that in build.xml automatically. # # Windows style - catalina.home=C:/Programme/apache-tomcat-6.0.26 + catalina.home=C:/Programme/apache-tomcat-6.0.31 # Unix style - # catalina.home=/usr/local/apache-tomcat-6.0.26 + # catalina.home=/usr/local/apache-tomcat-6.0.31 # # We also need to know, where the tomcat-juli.jar is. # This should be the full path including any sub directories. # # Windows style - catalina.extras=C:/Programme/apache-tomcat-6.0.26/bin + catalina.extras=C:/Programme/apache-tomcat-6.0.31/bin # Unix style - #catalina.extras=/usr/local/apache-tomcat-6.0.26/bin + #catalina.extras=/usr/local/apache-tomcat-6.0.31/bin * For some more variables you can define, see the existing file ${oacc.source}/build.properties.default. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org