The jars themselves can be found at http://www.apache.org/~rubys/cactus Index: build/build.properties =================================================================== RCS file: /home/cvs/jakarta-jetspeed/build/build.properties,v retrieving revision 1.1 diff -u -r1.1 build.properties --- build/build.properties 2001/05/25 20:03:35 1.1 +++ build/build.properties 2001/09/15 21:45:38 @@ -3,9 +3,9 @@ # the command line when starting Ant with the -D switch servlet.jar = lib/servlet_2_2.jar -cactus-22.jar = build/lib/commons-cactus-22.jar -cactus-23.jar = build/lib/commons-cactus-23.jar -cactus.ant.jar = build/lib/commons-cactus-ant.jar +cactus-22.jar = build/lib/cactus-22.jar +cactus-23.jar = build/lib/cactus-23.jar +cactus.ant.jar = build/lib/cactus-ant.jar junit.jar=build/lib/junit.jar # Servlet engine locations for the tests Index: build/build.xml =================================================================== RCS file: /home/cvs/jakarta-jetspeed/build/build.xml,v retrieving revision 1.103 diff -u -r1.103 build.xml --- build/build.xml 2001/09/08 15:02:56 1.103 +++ build/build.xml 2001/09/15 21:45:38 @@ -140,7 +140,7 @@ <echo message="junit.jar = ${junit.jar}"/> <!-- Initialize custom Ant task needed for running the server tests --> - <taskdef name="runservertests" classname="org.apache.commons.cactus.ant.RunServerTestsTask"> + <taskdef name="runservertests" +classname="org.apache.cactus.ant.RunServerTestsTask"> <classpath> <pathelement location="${cactus.ant.jar}"/> </classpath> Index: src/java/org/apache/jetspeed/modules/actions/TestJLoginUser.java =================================================================== RCS file: /home/cvs/jakarta-jetspeed/src/java/org/apache/jetspeed/modules/actions/TestJLoginUser.java,v retrieving revision 1.1 diff -u -r1.1 TestJLoginUser.java --- src/java/org/apache/jetspeed/modules/actions/TestJLoginUser.java 2001/05/25 19:54:43 1.1 +++ src/java/org/apache/jetspeed/modules/actions/TestJLoginUser.java 2001/09/15 +21:45:38 @@ -55,7 +55,7 @@ package org.apache.jetspeed.modules.actions; import junit.framework.*; -import org.apache.commons.cactus.*; +import org.apache.cactus.*; import org.apache.turbine.modules.ActionLoader; import org.apache.turbine.util.RunData; - Sam Ruby --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
