Comments:
Download latest struts binary 1.0.1. Latest struts needed for admin tool.

Please post my patch to the head branch.
thanks,
--Manveen
Index: BUILDING.txt
===================================================================
RCS file: /home/cvspublic/jakarta-tomcat-4.0/BUILDING.txt,v
retrieving revision 1.17
diff -u -r1.17 BUILDING.txt
--- BUILDING.txt        5 Jan 2002 20:24:30 -0000       1.17
+++ BUILDING.txt        14 Jan 2002 22:40:27 -0000
@@ -284,19 +284,18 @@
 
 (18) Download and Install the Struts Binary Distribution
 
-* Download a binary distribution of Struts 1.0 from:
+* Download a binary distribution of Struts 1.0.1 from:
 
-    http://jakarta.apache.org/builds/jakarta-struts/release/v1.0/
+    http://jakarta.apache.org/builds/jakarta-struts/release/v1.0.1/
 
   On a Windows platform, you will need:
-    jakarta-struts-1.0.zip
+    jakarta-struts-1.0.1.zip
 
   On a Unix platform, you will need:
-    jakarta-struts-1.0.tar.gz
+    jakarta-struts-1.0.1.tar.gz
 
 * Unpack the binary distribution into a convenient location so that the
   distribution resides in its own directory.
-
 
 (19) Download and Install the Tyrex Data Source Package
 
Index: build.properties.sample
===================================================================
RCS file: /home/cvspublic/jakarta-tomcat-4.0/build.properties.sample,v
retrieving revision 1.23
diff -u -r1.23 build.properties.sample
--- build.properties.sample     5 Jan 2002 20:24:30 -0000       1.23
+++ build.properties.sample     14 Jan 2002 22:40:28 -0000
@@ -139,8 +139,8 @@
 junit.jar=${junit.lib}/junit.jar
 
 
-# ----- Struts, version 1.0 or later -----
-struts.home=${base.path}/jakarta-struts-1.0
+# ----- Struts, version 1.0.1 or later -----
+struts.home=${base.path}/jakarta-struts-1.0.1
 struts.lib=${struts.home}/lib
 struts.jar=${struts.lib}/struts.jar
 

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to