Author: ryman
Date: Tue Nov 14 07:18:34 2006
New Revision: 474813
URL: http://svn.apache.org/viewvc?view=rev&rev=474813
Log:
[WODEN-81] added ant task to refresh W3C Test Suite.
Modified:
incubator/woden/trunk/java/ant-test/test-suite-results.zip
incubator/woden/trunk/java/build.xml
Modified: incubator/woden/trunk/java/ant-test/test-suite-results.zip
URL:
http://svn.apache.org/viewvc/incubator/woden/trunk/java/ant-test/test-suite-results.zip?view=diff&rev=474813&r1=474812&r2=474813
==============================================================================
Binary files - no diff available.
Modified: incubator/woden/trunk/java/build.xml
URL:
http://svn.apache.org/viewvc/incubator/woden/trunk/java/build.xml?view=diff&rev=474813&r1=474812&r2=474813
==============================================================================
--- incubator/woden/trunk/java/build.xml (original)
+++ incubator/woden/trunk/java/build.xml Tue Nov 14 07:18:34 2006
@@ -126,8 +126,8 @@
<available file="${downloads}/${XercesFile}"
property="Xerces.exists" />
<available file="${downloads}/${AntFile}" property="Ant.exists"
/>
<available file="${downloads}/${WSDL4JFile}"
property="WSDL4J.exists" />
-
- <!-- W3C test suite zip -->
+
+ <!-- W3C test suite zip -->
<available file="${downloads}/${W3cWsdl20File}"
property="W3cWsdl20.exists" />
<!-- The following jars are downloaded straight into the
libraryDir -->
@@ -210,6 +210,14 @@
<get src="${W3cWsdl20URL}" dest="${downloads}/${W3cWsdl20File}"
/>
<unzip src="${downloads}/${W3cWsdl20File}" dest="${w3cDir}" />
+ </target>
+
+ <target name="clean-w3c-test-suite" description="--> Deletes W3C test
suite.">
+ <delete file="${downloads}/${W3cWsdl20File}" />
+ <delete dir="${w3cDir}" />
+ </target>
+
+ <target name="refresh-w3c-test-suite" description="--> Refreshes W3C
test suite." depends="clean-w3c-test-suite, getW3cWsdl20">
</target>
<!-- Get the latest version of Axiom Api jar -->
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]