Author: jkaputin Date: Mon Jan 15 16:08:53 2007 New Revision: 496546 URL: http://svn.apache.org/viewvc?view=rev&rev=496546 Log: WODEN-85 Pre-pended the Woden project root directory to the classpath for the validateWSDL20 ant task so that the schema.catalog file which contains the common standard schemas and DTDs will be located correctly by the resolver framework when running the W3C WSDL 2.0 test suite network-disconnected.
Modified: incubator/woden/trunk/java/ant-test/build.xml Modified: incubator/woden/trunk/java/ant-test/build.xml URL: http://svn.apache.org/viewvc/incubator/woden/trunk/java/ant-test/build.xml?view=diff&rev=496546&r1=496545&r2=496546 ============================================================================== --- incubator/woden/trunk/java/ant-test/build.xml (original) +++ incubator/woden/trunk/java/ant-test/build.xml Mon Jan 15 16:08:53 2007 @@ -30,7 +30,7 @@ <property name="xmlcatalog.dir" location="${test-suite.dir}/xmlcatalog" /> - <taskdef name="validatewsdl20" classname="org.apache.woden.ant.ValidateWSDL20" classpath="${lib.dir}/woden-1.0-incubating-M6.jar;${lib.dir}/woden-ant-1.0-incubating-M6.jar;${downloads.lib.dir}/${XmlSchemaFile};${downloads.lib.dir}/${XercesJar1};${downloads.lib.dir}/${XercesJar2}" /> + <taskdef name="validatewsdl20" classname="org.apache.woden.ant.ValidateWSDL20" classpath="${woden.dir};${lib.dir}/woden-1.0-incubating-M6.jar;${lib.dir}/woden-ant-1.0-incubating-M6.jar;${downloads.lib.dir}/${XmlSchemaFile};${downloads.lib.dir}/${XercesJar1};${downloads.lib.dir}/${XercesJar2}" /> <target name="main" description="---> Validate test suite, generates interchange format, and validates results" depends="validation-results, documents-good, documents-bad, schemavalidate-results" /> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]