vmassol 2003/01/31 04:14:18
Modified: petals/ant/src/scripts/share build-share.xml
Log:
Fixed Filter Redirector issue
Revision Changes Path
1.8 +9 -3 jakarta-cactus/petals/ant/src/scripts/share/build-share.xml
Index: build-share.xml
===================================================================
RCS file: /home/cvs/jakarta-cactus/petals/ant/src/scripts/share/build-share.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- build-share.xml 31 Jan 2003 11:18:39 -0000 1.7
+++ build-share.xml 31 Jan 2003 12:14:18 -0000 1.8
@@ -47,11 +47,11 @@
value="${cactus.lib.common.dir}[EMAIL PROTECTED]@"/>
<property name="cactus.junit.jar"
value="${cactus.lib.common.dir}[EMAIL PROTECTED]@"/>
+ <property name="cactus.httpunit.jar"
+ value="${cactus.lib.common.dir}[EMAIL PROTECTED]@"/>
<property name="cactus.commons.httpclient.jar"
value="${cactus.lib.client.dir}[EMAIL PROTECTED]@"/>
- <property name="cactus.httpunit.jar"
- value="${cactus.lib.client.dir}[EMAIL PROTECTED]@"/>
<!--
========================================================================
@@ -203,7 +203,13 @@
fork="yes">
<jvmarg
value="-Dcactus.contextURL=http://localhost:${cactus.port}/${cactus.context}"/>
-
+
+ <!-- This is needed to override the default mapping which is
+ "/FilterRedirector". The reason is that in web.xml we have
+ mapped the filter redirector to "test/filterRedirector.jsp"
+ as some containers do not support mapping to a directory -->
+ <jvmarg
value="-Dcactus.filterRedirectorName=test/filterRedirector.jsp"/>
+
<classpath>
<pathelement location="${cactus.target.classes.dir}"/>
<pathelement location="${cactus.framework.jar}"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]