Author: jkaputin
Date: Mon Jan 22 15:55:38 2007
New Revision: 498857
URL: http://svn.apache.org/viewvc?view=rev&rev=498857
Log:
WODEN-85 Modified the ValidateWSDL20 classpath
by pre-pending the 'resources' directory which
now contains the schema.catalog file.
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=498857&r1=498856&r2=498857
==============================================================================
--- incubator/woden/trunk/java/ant-test/build.xml (original)
+++ incubator/woden/trunk/java/ant-test/build.xml Mon Jan 22 15:55:38 2007
@@ -24,13 +24,14 @@
<property file="${woden.dir}/build.properties" />
<property name="lib.dir" location="${woden.dir}/build" />
<property name="downloads.lib.dir"
location="${woden.dir}/downloads/lib" />
+ <property name="resources.dir" location="${woden.dir}/resources" />
<property name="test-suite.dir" location="${woden.dir}/downloads/w3c" />
<property name="interchange.dir"
location="${test-suite.dir}/interchange" />
<property name="xmlcatalog.dir" location="${test-suite.dir}/xmlcatalog"
/>
- <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}"
/>
+ <taskdef name="validatewsdl20"
classname="org.apache.woden.ant.ValidateWSDL20"
classpath="${resources.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]