Recently I tested to build Tomcat 5 from scratch and found the
following build problems (but they aren't serious and don't effect
Tomcat 5 binary quality.):

1) Can't access a main build script. The access to
   http://jakarta.apache.org/builds/jakarta-tomcat/build-5/build.xml
   is redirected to http://jakarta.apache.org/site/binindex.cgi now.
   I confirmed to get it a few days ago. Is any new script available?

  And it needs the change of the following sentences in BUILDING.txt.

> * Download the main build.xml script from:
>   http://jakarta.apache.org/builds/jakarta-tomcat/build-5/build.xml

2) The location of commons-launcher has already been changed to
   http://jajakarta.apache.org/ to http://www.apache.org/ in
   bulid.properties.default. I attach a patch.

3) Commons-daemon isn't got automatically by the build script. I guess
   that Remy moved daemon on Sep 3 but didn't change a build script.

Kazuhiro Kazama ([EMAIL PROTECTED])     NTT Network Innovation Laboratories

Index: build.properties.default
===================================================================
RCS file: /home/cvspublic/jakarta-tomcat-5/build.properties.default,v
retrieving revision 1.104
diff -c -u -r1.104 build.properties.default
--- build.properties.default    5 Sep 2003 06:46:01 -0000       1.104
+++ build.properties.default    8 Sep 2003 07:44:29 -0000
@@ -64,7 +64,7 @@
 commons-launcher.bin=${commons-launcher.home}/bin
 commons-launcher.jar=${commons-launcher.bin}/commons-launcher.jar
 commons-launcher.bootstrap.class=${commons-launcher.bin}/LauncherBootstrap.class
-commons-launcher.loc=http://jakarta.apache.org/builds/jakarta-commons/release/commons-launcher/v0.9/commons-launcher-0.9.tar.gz
+commons-launcher.loc=http://www.apache.org/dist/jakarta/commons/launcher/binaries/launcher-0.9.tar.gz
 
 
 # ----- Commons Daemon -----

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

Reply via email to