Index: build.properties.default =================================================================== RCS file: /home/cvspublic/jakarta-cactus/build.properties.default,v retrieving revision 1.9 diff -u -r1.9 build.properties.default --- build.properties.default 21 Jul 2005 03:39:59 -0000 1.9 +++ build.properties.default 28 Jul 2005 17:33:35 -0000 @@ -220,6 +226,9 @@ # The location of the Httpunit jar httpunit.jar = ${lib.repo}/${httpunit.project}/jars/${httpunit.artifact}-${httpunit.version}.jar +# The location of the Hmlunit jar +htmlunit.jar = ${lib.repo}/${htmlunit.project}/jars/${htmlunit.artifact}-${htmlunit.version}.jar + # The location of the Cargo jar cargo.jar = ${lib.repo}/${cargo.project}/jars/${cargo.artifact}-${cargo.version}.jar Index: build.xml =================================================================== RCS file: /home/cvspublic/jakarta-cactus/build.xml,v retrieving revision 1.77 diff -u -r1.77 build.xml --- build.xml 21 Jul 2005 03:39:59 -0000 1.77 +++ build.xml 26 Jul 2005 17:51:40 -0000 @@ -216,6 +216,8 @@ prefix="${main.release.name}/lib"/> + + + Index: framework/build.xml =================================================================== RCS file: /home/cvspublic/jakarta-cactus/framework/build.xml,v retrieving revision 1.88 diff -u -r1.88 build.xml --- framework/build.xml 23 May 2004 14:10:07 -0000 1.88 +++ framework/build.xml 26 Jul 2005 19:05:31 -0000 @@ -96,6 +96,7 @@ commons.httpclient.jar = [${commons.httpclient.jar}] commons.logging.jar = [${commons.logging.jar}] httpunit.jar = [${httpunit.jar}] + htmlunit.jar = [${htmlunit.jar}] j2ee.jar = [${j2ee.jar}] servlet.jar = [${servlet.jar}] jsp.jar = [${jsp.jar}] @@ -115,6 +116,7 @@ + @@ -128,6 +130,7 @@ + Index: framework/project.xml =================================================================== RCS file: /home/cvspublic/jakarta-cactus/framework/project.xml,v retrieving revision 1.15 diff -u -r1.15 project.xml --- framework/project.xml 22 May 2004 11:34:49 -0000 1.15 +++ framework/project.xml 26 Jul 2005 19:22:49 -0000 @@ -60,6 +60,11 @@ http://www.httpunit.org/ + htmlunit + htmlunit + 1.6 + + j2ee j2ee ${cactus.j2ee.version.full} Index: integration/ant/src/scripts/share/build-share.xml =================================================================== RCS file: /home/cvspublic/jakarta-cactus/integration/ant/src/scripts/share/build-share.xml,v retrieving revision 1.25 diff -u -r1.25 build-share.xml --- integration/ant/src/scripts/share/build-share.xml 21 Jul 2005 03:39:59 -0000 1.25 +++ integration/ant/src/scripts/share/build-share.xml 26 Jul 2005 19:12:32 -0000 @@ -69,7 +69,8 @@ value="${cactus.lib.common.dir}/@junit.jar.name@"/> - + + @@ -234,6 +236,8 @@ file="${cactus.junit.jar}"/> + @@ -320,6 +324,7 @@ + @@ -373,6 +378,7 @@ + Index: integration/maven/plugin.jelly =================================================================== RCS file: /home/cvspublic/jakarta-cactus/integration/maven/plugin.jelly,v retrieving revision 1.50 diff -u -r1.50 plugin.jelly --- integration/maven/plugin.jelly 31 May 2005 20:47:07 -0000 1.50 +++ integration/maven/plugin.jelly 28 Jul 2005 17:52:25 -0000 @@ -35,7 +35,7 @@ @@ -99,6 +99,7 @@ + @@ -321,8 +322,9 @@ + related jars such as HttpUnit/HtmlUnit jars --> + + httpunit httpunit 1.6 + htmlunit + htmlunit + 1.6 + + nekohtml nekohtml 0.9.1 Index: samples/servlet/build.xml =================================================================== RCS file: /home/cvspublic/jakarta-cactus/samples/servlet/build.xml,v retrieving revision 1.41 diff -u -r1.41 build.xml --- samples/servlet/build.xml 21 Jul 2005 03:40:00 -0000 1.41 +++ samples/servlet/build.xml 26 Jul 2005 19:08:07 -0000 @@ -134,6 +134,7 @@ + @@ -151,6 +152,7 @@ + @@ -174,6 +176,7 @@ commons.httpclient.jar = [${commons.httpclient.jar}] commons.logging.jar = [${commons.logging.jar}] httpunit.jar = [${httpunit.jar}] + htmlunit.jar = [${htmlunit.jar}] servlet.jar = [${servlet.jar}] junit.jar = [${junit.jar}] log4j.jar = [${log4j.jar}] @@ -196,6 +199,7 @@ + =================================================================== RCS file: /home/cvspublic/jakarta-cactus/samples/servlet/src/scripts/share/build.xml,v retrieving revision 1.33 diff -u -r1.33 build.xml --- samples/servlet/src/scripts/share/build.xml 21 Jul 2005 23:24:39 -0000 1.33 +++ samples/servlet/src/scripts/share/build.xml 26 Jul 2005 19:09:20 -0000 @@ -112,6 +112,8 @@ location="../../lib/@commons.logging.jar.name@"/> + + @@ -283,6 +286,7 @@ mergewebxml="${src.webapp.dir}/WEB-INF/cactus-web.xml"> + @@ -357,6 +361,7 @@ <@clover.begin@pathelement location="${clover.jar}"/@clover.end@> +