rubys 2002/07/02 05:22:01
Modified: proposal/gump/project xml-axis.xml
Log:
Try building security separately
Revision Changes Path
1.40 +26 -1 jakarta-alexandria/proposal/gump/project/xml-axis.xml
Index: xml-axis.xml
===================================================================
RCS file: /home/cvs/jakarta-alexandria/proposal/gump/project/xml-axis.xml,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- xml-axis.xml 2 Jul 2002 11:57:18 -0000 1.39
+++ xml-axis.xml 2 Jul 2002 12:22:01 -0000 1.40
@@ -27,7 +27,6 @@
<option project="junit"/>
<option project="jaf"/>
<option project="javamail"/>
- <option project="xml-security" inherit="runtime"/>
<work nested="java/build/classes"/>
<home nested="java/build"/>
@@ -41,6 +40,32 @@
to="[EMAIL PROTECTED]">
<regexp subject="Build Failure - Axis"/>
<regexp pattern="/timed out/" subject="Build timed out - Axis"/>
+ </nag>
+ </project>
+
+ <project name="xml-axis-security">
+ <ant basedir="java" target="secure-tests">
+ <depend name="wsdl4j.jar" project="wsdl4j"/>
+ <depend name="log4j-core.jar" project="jakarta-log4j"/>
+ <depend name="clutil.jar" project="excalibur-cli"/>
+ </ant>
+
+ <depend project="xml-axis" inherit="all"/>
+ <depend project="jsse"/>
+ <depend project="xml-security" inherit="runtime"/>
+ <work nested="java/build/classes"/>
+
+ <home nested="java/build"/>
+ <jar name="lib/axis.jar"/>
+ <jar name="lib/jaxrpc.jar"/>
+ <jar name="lib/saaj.jar"/>
+
+ <javadoc nested="java/build/javadocs"/>
+
+ <nag from="Sam Ruby <[EMAIL PROTECTED]>"
+ to="[EMAIL PROTECTED]">
+ <regexp subject="Build Failure - Axis Security"/>
+ <regexp pattern="/timed out/" subject="Build timed out - Axis security"/>
</nag>
</project>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>