Vincent/Stefan,
We currently have 3 issues with Cactus/Gump
1.Jetty sample doesn't work (ant fail)
2.Servlet sample doesn't work with Tomcat 4 and J2EE 1.2 (test fail)
3.Servlet sample doesn't work with Tomcat 4 and J2EE 1.3 (test fail)
Although I couldn't reproduce the errors, here is my progress so far:
* the Jetty error seems to caused by wrong setting, as Ant is failing to
copy a directory:
sample:
[mkdir] Created dir:
/home/gump/workspaces2/public/workspace/jakarta-cactus/samples/jetty/target-13/sample/src/conf
[copy] Copying 1 file to
/home/gump/workspaces2/public/workspace/jakarta-cactus/samples/jetty/target-13/sample/src/conf
[mkdir] Created dir:
/home/gump/workspaces2/public/workspace/jakarta-cactus/samples/jetty/target-13/sample/src/java
BUILD FAILED
/home/gump/workspaces2/public/workspace/jakarta-cactus/samples/jetty/build.xml:216:
/home/gump/workspaces2/public/workspace/jakarta-cactus/samples/servlet/dist-13/bin/src/java
not found.
Looking at the code:
<!-- Copy source from the servlet sample -->
<mkdir dir="${target.sample.src.java.dir}"/>
<copy todir="${target.sample.src.java.dir}">
<fileset dir="${src.java.dir}"/>
</copy>
Looks like that src.java.dir is not been set correctly
* the servlet sample 1.3 worked fine for me, using Tomcat 4.1.30. So, it might be an
issue with Tomcat on CVS.
* I could test the servlet sample 1.2, because I couldn't even build cactus dist-12 -
I tried 'ant -Dj2ee=1.2 dist', setting the proper j2ee.jar, servlet.jar and jsp.jar,
but it didn't work.
* regarding Tomcat 4.1.25-dev, that name is set on gump/project/jakarta-tomcat.xml
* finally, are we building aspectj from scratch (i.e., CVS)? If so, we should be using
AspectJ 1.2.1rc1, not 1.1
-- Felipe
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]