cvs commit: jakarta-watchdog-4.0 BUILDING.txt RUNNING.txt
[email protected] 5 Aug 2002 01:21:48 -0000
| Newsgroups | gmane.comp.jakarta.watchdog.devel |
|---|---|
| Message-ID | <[email protected]> |
rlubke 2002/08/04 18:21:48
Modified: . BUILDING.txt RUNNING.txt
Log:
- Minor documentation updates.
- Added J2SE download information.
- Ant versions later that 1.4 can be used.
- XML download is optional if using J2SE 1.4
Revision Changes Path
1.5 +20 -5 jakarta-watchdog-4.0/BUILDING.txt
Index: BUILDING.txt
===================================================================
RCS file: /home/cvs/jakarta-watchdog-4.0/BUILDING.txt,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- BUILDING.txt 29 Jan 2002 17:39:12 -0000 1.4
+++ BUILDING.txt 5 Aug 2002 01:21:48 -0000 1.5
@@ -1,7 +1,7 @@
$Id$
- Building The Watchdog Validation Test Suite
+ Building The Watchdog 4.0 Validation Test Suite
===========================================
This subproject contains a set of tests to assist you in validating whether
@@ -9,10 +9,21 @@
JSP 1.2 specifications. In order to build these tests from a source
distribution, you must do the following:
+(0) Download and Install a Java Development Kit
+
+* Download a Java Development Kit (JDK) release (version 1.3 or later) from:
+
+ http://java.sun.com/j2se/
+
+* Install the JDK according to the instructions included with the release.
+
+* Set an environment variable JAVA_HOME to the pathname of the directory
+ into which you installed the JDK release.
+
(1) Download and Install the Ant Binary Distribution
-NOTE: These instructions assume that you are using the Ant 1.4 release.
+NOTE: These instructions assume that you are using the Ant 1.4 or above.
* Download a binary distribution of Ant 1.4 from:
@@ -63,6 +74,8 @@
(so that it can be used with the <style> tag) by copying it to
"${ant.home}/lib".
+* This is optional with JDK 1.4 or later.
+
(3) Download and Install Subproject Source Code
@@ -91,7 +104,8 @@
"jakarta-servletapi-4" and "jakarta-servletapi" subprojects,
and build a binary distribution yourself.
-* Download a binary distribution of the jakarta-servletapi-4 from:
+* Download a binary distribution of the jakarta-servletapi-4
+ (this includes the classes for Servlet 2.3 and JSP 1.2) from:
http://jakarta.apache.org/builds/jakarta-servletapi-4/nightly/
@@ -101,7 +115,8 @@
On a Unix platform, you will need:
jakarta-servletapi-4-YYYYMMDD.zip
-* Download a binary distribution of the jakarta-servletapi from:
+* Download a binary distribution of the jakarta-servletapi
+ (this includes the classes for Servlet 2.2 and JSP 1.1) from:
http://jakarta.apache.org/builds/jakarta-tomcat/release/v3.3/bin/
1.5 +15 -2 jakarta-watchdog-4.0/RUNNING.txt
Index: RUNNING.txt
===================================================================
RCS file: /home/cvs/jakarta-watchdog-4.0/RUNNING.txt,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- RUNNING.txt 29 Jan 2002 17:39:12 -0000 1.4
+++ RUNNING.txt 5 Aug 2002 01:21:48 -0000 1.5
@@ -9,10 +9,21 @@
JSP 1.2 specifications. In order to run these tests from a binary
distribution, you must do the following:
+(0) Download and Install a Java Development Kit
+
+* Download a Java Development Kit (JDK) release (version 1.3 or later) from:
+
+ http://java.sun.com/j2se/
+
+* Install the JDK according to the instructions included with the release.
+
+* Set an environment variable JAVA_HOME to the pathname of the directory
+ into which you installed the JDK release.
+
(1) Download and Install the Ant Binary Distribution
-NOTE: These instructions assume that you are using the Ant 1.4 release.
+NOTE: These instructions assume that you are using the Ant 1.4 or later.
* Download a binary distribution of Ant 1.4 from:
@@ -62,6 +73,8 @@
* Make the "xalan.jar" file of this distribution available to Ant
(so that it can be used with the <style> tag) by copying it to
"${ant.home}/lib".
+
+* This is optional with JDK 1.4 or later.
(3) Download and Install the Watchdog Binary Distribution