Jeremy,
By "it could prevent a lot of needless creating and checking in of new test-suite.zip files" do you mean that the zip file will be checked in to Woden's repository? If so, I think this is a mistake. I don't see the need for us to mirror the zip file locally as it's available from the W3C.
Lawrence
| "Jeremy Hughes"
<[EMAIL PROTECTED]>
Sent by: [EMAIL PROTECTED] 11/13/2006 12:29 PM
|
|
Hi,
Arthur, you checked in a change to build.xml so that a test-suite.zip
is downloaded from the W3C CVS - done in the getW3cWsdl20 target. I
was thinking it would be better to do a CVS checkout instead. What do
you think?
I have it working, but not in a state ready enough to show you a patch
file. The core is this:
<!-- Get the latest W3C WSDL 2.0 Test Cases and Schemas and unzip it -->
<target name="getW3cWsdl20">
<mkdir dir="${w3cDir}" />
<cvs cvsroot=":pserver:[EMAIL PROTECTED]:/sources/public"
package="2002/ws/desc/test-suite/documents"
dest="${w3cDir}"/>
<cvs cvsroot=":pserver:[EMAIL PROTECTED]:/sources/public"
package="2002/ws/desc/test-suite/exchanges"
dest="${w3cDir}"/>
<cvs cvsroot=":pserver:[EMAIL PROTECTED]:/sources/public"
package="2002/ws/desc/test-suite/interchange"
dest="${w3cDir}"/>
<cvs cvsroot=":pserver:[EMAIL PROTECTED]:/sources/public"
package="2002/ws/desc/test-suite/messages"
dest="${w3cDir}"/>
<cvs cvsroot=":pserver:[EMAIL PROTECTED]:/sources/public"
package="2002/ws/desc/test-suite/xmlcatalog"
dest="${w3cDir}"/>
</target>
I didn't want to apply it just in case it upsets something for the
interop, but on the other hand it could prevent a lot of needless
creating and checking in of new test-suite.zip files.
Let me know what you think and I'll check it in.
Cheers,
Jeremy
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
