Hi
I want to build Tomcat 4.1.27 from source but it seems some needed
source files are missing from the source distribution.
I've downloaded
jakarta-tomcat-4.1.27-src.zip
I unzip this file into C:\
I cd into the catalina subfolder
I run
ant deploy-catalina
and then I get a lot of javac error messages like
build-catalina:
[javac] Compiling 305 source files to
C:\jakarta-tomcat-4.1.27-src\catalina\build\server\classes
[javac]
C:\jakarta-tomcat-4.1.27-src\catalina\src\share\org\apache\catalina\core\Sta
ndardWrapper.java:99: Class org.apache.tomcat.util.log.SystemLogHandler
not found in import.
[javac] import org.apache.tomcat.util.log.SystemLogHandler;
[javac]
I see that the folder
C:\jakarta-tomcat-4.1.27-src\catalina\src\share\org\apache\tomcat
is missing
So the question is: how can I get an src zip file with all the source code
necessary to build
Tomcat 4.1.27 ?
Thanks for the help
Javier
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]