Hi
> Actually no. I think there's a packaging error, so I'll tweak a bit the
> build scripts. For some reason, it's working fine when compiled with javac
I think this is a packaging problem.
I successfully build them by using ant command for jakarta-servletapi
and build.bat for jakarta-tomcat on Windows NT4.0. They work fine.
Solution:
1. jakarta-servletapi-4.0-b3
(1)Change the location of build.xml as follows:
move %UNPACKED_DIR%\lib\build.xml %UNPACKED_DIR%\build.xml
(UNPACKED_DIR is the directory in which you unpack
jakarta-servletapi-4.0-b3.zip.)
(2)Change the directory structure as follows:
src src
| |
+-- dtd ===> +-- share
| |
+-- javax +-- dtd
|
+-- javax
(3)build.bat and build.sh are not contained, so I just typed "ant".
2. jakarta-tomcat-4.0-b3
jakarta-tomcat-4.0-b3.zip does not contain all required files,
so I used jakarta-tomcat-4.0-b3.tar.gz instead.
By the way, I could not find the binary distribution.
Where can I find them?
Tooru Nishino [EMAIL PROTECTED]