vmassol 2004/05/21 07:20:46
Modified: . build.xml
Log:
the servlet.jar jar now needs to be passed to the samples/ejb build too (the reason
is that we're now using the jboss j2ee jar which doesn't contain the servlet api)
Revision Changes Path
1.73 +3 -3 jakarta-cactus/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-cactus/build.xml,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -r1.72 -r1.73
--- build.xml 21 May 2004 14:15:47 -0000 1.72
+++ build.xml 21 May 2004 14:20:46 -0000 1.73
@@ -103,7 +103,7 @@
<ant antfile="samples/ejb/build.xml" inheritAll="false"
target="dist">
<property name="j2ee.jar" value="${j2ee.13.jar}"/>
- <property name="servlet.jar" value=""/>
+ <property name="servlet.jar" value="${servlet.23.jar}"/>
<property name="clover.enable" value="true"/>
<property name="env" value="${env}"/>
</ant>
@@ -319,7 +319,7 @@
<ant antfile="samples/ejb/build.xml" inheritAll="false"
target="clean">
<property name="j2ee.jar" value="${j2ee.13.jar}"/>
- <property name="servlet.jar" value=""/>
+ <property name="servlet.jar" value="${servlet.23.jar}"/>
</ant>
<ant antfile="documentation/build.xml" inheritAll="false"
target="clean"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]