rlubke 02/01/22 06:42:10
Modified: . BUILDING.txt
Log:
- Updated build instructions to include how to obtain the jakarta-servletapi
binary distribution used to build the compat tests.
Revision Changes Path
1.3 +27 -10 jakarta-watchdog-4.0/BUILDING.txt
Index: BUILDING.txt
===================================================================
RCS file: /home/cvs/jakarta-watchdog-4.0/BUILDING.txt,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- BUILDING.txt 18 Jan 2002 15:03:42 -0000 1.2
+++ BUILDING.txt 22 Jan 2002 14:42:10 -0000 1.3
@@ -1,4 +1,4 @@
-$Id: BUILDING.txt,v 1.2 2002/01/18 15:03:42 rlubke Exp $
+$Id: BUILDING.txt,v 1.3 2002/01/22 14:42:10 rlubke Exp $
Building The Watchdog Validation Test Suite
@@ -94,9 +94,10 @@
(4) Download and Install the Servlet API Binary Distribution
NOTE: Alternatively, you can download the sources of the
-"jakarta-servletapi-4" subproject, and build a binary distribution yourself.
+"jakarta-servletapi-4" and "jakarta-servletapi" subprojects,
+and build a binary distribution yourself.
-* Download a binary distribution from:
+* Download a binary distribution of the jakarta-servletapi-4 from:
http://jakarta.apache.org/builds/jakarta-servletapi-4/nightly/
@@ -106,14 +107,28 @@
On a Unix platform, you will need:
jakarta-servletapi-4-YYYYMMDD.zip
+* Download a binary distribution of the jakarta-servletapi from:
+
+ http://jakarta.apache.org/builds/jakarta-tomcat/release/v3.3/bin/
+
+ On a Windows platform, you will need:
+ jakarta-servletapi.zip
+
+ On a Unix platform, you will need:
+ jakarta-servletapi.tar.gz
+
* Unpack the binary distribution into a convenient location so that the
distribution resides in its own directory (conventionally named
- "jakarta-servletapi-4"). For the purposes of the remainder of this document,
- the symbolic name "${servletapi.home}" is used to refer to the full
- pathname of the release directory.
+ "jakarta-servletapi-4" for Servlet2.3 and JSP1.2 and "jakarta-servletapi"
+ for Servlet 2.2 and JSP 1.1). For the purposes of the remainder of this document,
+ the symbolic name "${servlet23api.home}" is used to refer to the full
+ pathname of the jakarta-servletapi-4 release directory and the symbolic
+ name, "${servlet22api.home} is used to refer to the full pathname of the
+ jakarta-servletapi release directory.
* Make a note of the full pathname to the "servlet.jar" file included (in
- the "lib" subdirectory). You will need it in the next step.
+ the "lib" subdirectory of each of the distributions).
+ You will need it in the next step.
(5) Customize Build Properties For This Subproject
@@ -132,10 +147,12 @@
delivered with your servlet container.
Create (or update) a "build.properties" file in your "${watchdog.source}"
-directory, or in your user home directory, that defines the "servlet.jar"
-property as the full pathname to this file. For example:
+directory, or in your user home directory, and set the values of
+servlet23api.home and servlet22api.home to the fully qualified pathnames
+of the respective distributions. For example:
- servletapi.home=/usr/local/jakarta-servletapi-4/lib/servlet.jar
+ servlet23api.home=/usr/local/jakarta-servletapi-4
+ servlet22api.home=/usr/local/jakarta-servletapi
(6) Build A Binary Distribution
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>