I installed another fresh cactus and did the samples/servlet on tomcat
(versus jboss, on which I did the previous experiment). The result is
similar. So I guess I must have done something wrong within Cactus but
not in the container. Here is the output on tomcat.
[EMAIL PROTECTED] servlet]$ pwd
/home/yao/tmp/jakarta-cactus-13-1.6.1/samples/servlet
[EMAIL PROTECTED] servlet]$ grep tomcat build.properties
#cactus.home.tomcat4x = c:/Apps/jakarta-tomcat-4.1.30
cactus.home.tomcat5x = /home/yao/tmp/jakarta-tomcat-5.0.27/
[EMAIL PROTECTED] servlet]$ ant
Buildfile: build.xml
init:
clean:
compile.java:
[mkdir] Created dir:
/home/yao/tmp/jakarta-cactus-13-1.6.1/samples/servlet/target/classes/java
[javac] Compiling 7 source files to
/home/yao/tmp/jakarta-cactus-13-1.6.1/samples/servlet/target/classes/java
war:
[war] Building war:
/home/yao/tmp/jakarta-cactus-13-1.6.1/samples/servlet/target/cactus-sample-servlet.war
compile.cactus:
[mkdir] Created dir:
/home/yao/tmp/jakarta-cactus-13-1.6.1/samples/servlet/target/classes/cactus
[javac] Compiling 32 source files to
/home/yao/tmp/jakarta-cactus-13-1.6.1/samples/servlet/target/classes/cactus
[javac] Note:
/home/yao/tmp/jakarta-cactus-13-1.6.1/samples/servlet/src/test-cactus/org/apache/cactus/sample/servlet/TestSampleServlet.java
uses or overrides a deprecated API.
[javac] Note: Recompile with -deprecation for details.
test.prepare.logging:
[touch] Creating
/home/yao/tmp/jakarta-cactus-13-1.6.1/samples/servlet/target/logging_client.properties
[touch] Creating
/home/yao/tmp/jakarta-cactus-13-1.6.1/samples/servlet/target/logging_server.properties
test.prepare:
[cactifywar] Analyzing war:
/home/yao/tmp/jakarta-cactus-13-1.6.1/samples/servlet/target/cactus-sample-servlet.war
[cactifywar] Could not copy the JSP redirector (Resource
'/org/apache/cactus/server/jspRedirector.jsp' not found)
[cactifywar] Could not find the AspectJ Runtime JAR
[cactifywar] You need to add the JAR to the classpath of the task
[cactifywar] Could not find the Cactus Framework JAR
[cactifywar] You need to add the JAR to the classpath of the task
[cactifywar] Could not find the Commons-HttpClient JAR
[cactifywar] You need to add the JAR to the classpath of the task
[cactifywar] Building war:
/home/yao/tmp/jakarta-cactus-13-1.6.1/samples/servlet/target/cactus-sample-servlet-cactified.war
[mkdir] Created dir:
/home/yao/tmp/jakarta-cactus-13-1.6.1/samples/servlet/target/test-reports
[mkdir] Created dir:
/home/yao/tmp/jakarta-cactus-13-1.6.1/samples/servlet/target/test-reports/jboss3x
[mkdir] Created dir:
/home/yao/tmp/jakarta-cactus-13-1.6.1/samples/servlet/target/test-reports/orion1x
[mkdir] Created dir:
/home/yao/tmp/jakarta-cactus-13-1.6.1/samples/servlet/target/test-reports/orion2x
[mkdir] Created dir:
/home/yao/tmp/jakarta-cactus-13-1.6.1/samples/servlet/target/test-reports/resin2x
[mkdir] Created dir:
/home/yao/tmp/jakarta-cactus-13-1.6.1/samples/servlet/target/test-reports/resin3x
[mkdir] Created dir:
/home/yao/tmp/jakarta-cactus-13-1.6.1/samples/servlet/target/test-reports/tomcat4x
[mkdir] Created dir:
/home/yao/tmp/jakarta-cactus-13-1.6.1/samples/servlet/target/test-reports/tomcat5x
[mkdir] Created dir:
/home/yao/tmp/jakarta-cactus-13-1.6.1/samples/servlet/target/test-reports/weblogic7x
test:
[cactus]
-----------------------------------------------------------------
[cactus] Running tests against Tomcat 5.0.27
[cactus]
-----------------------------------------------------------------
[cactus] Deleting 58 files from /tmp/cactus/tomcat5x
[cactus] Deleted 21 directories from /tmp/cactus/tomcat5x
...
Thanks,
Stan
__________________________________
Do you Yahoo!?
Yahoo! Mail - You care about security. So do we.
http://promotions.yahoo.com/new_mail
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]