dims 2003/12/02 16:54:34
Modified: project ws-axis.xml
Log:
- "all-tests" is the target to run all the tests.
- junit test reports are at java/test-reports
- Added my email id for nagging.
- Changed the description as well.
Revision Changes Path
1.7 +5 -5 jakarta-gump/project/ws-axis.xml
Index: ws-axis.xml
===================================================================
RCS file: /home/cvs/jakarta-gump/project/ws-axis.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ws-axis.xml 2 Dec 2003 23:34:28 -0000 1.6
+++ ws-axis.xml 3 Dec 2003 00:54:34 -0000 1.7
@@ -2,7 +2,7 @@
<url href="http://ws.apache.org/axis/"/>
<description>
- Simple Object Access Protocol
+ Apache eXtensible Interaction System
</description>
<cvs repository="ws"/>
@@ -51,7 +51,7 @@
<javadoc nested="java/build/javadocs"/>
- <nag from="Sam Ruby <[EMAIL PROTECTED]>"
+ <nag from="Davanum Srinivas <[EMAIL PROTECTED]>"
to="[EMAIL PROTECTED]">
<regexp subject="Build Failure - Axis"/>
<regexp pattern="/timed out/" subject="Build timed out - Axis"/>
@@ -63,7 +63,7 @@
<project name="ws-axis-test">
<package>org.apache.axis</package>
- <ant basedir="java" target="junit">
+ <ant basedir="java" target="all-tests">
<property name="axis.lib.dir" value="lib"/>
<property name="env.ANT_HOME" reference="home" project="ant"/>
<depend name="wsdl4j.jar" project="wsdl4j" id="wsdl4j"/>
@@ -80,9 +80,9 @@
<home nested="java/build"/>
- <junitreport nested="java/testreports"/>
+ <junitreport nested="java/test-reports"/>
- <nag from="Sam Ruby <[EMAIL PROTECTED]>"
+ <nag from="Davanum Srinivas <[EMAIL PROTECTED]>"
to="[EMAIL PROTECTED]">
<regexp subject="Build Failure - Axis"/>
<regexp pattern="/timed out/" subject="Build timed out - Axis"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]