Skip to Content.
Sympa Menu

perfsonar-dev - perfsonar: r3157 - trunk/functional-testing/LSsoapui/ant

Subject: perfsonar development work

List archive

perfsonar: r3157 - trunk/functional-testing/LSsoapui/ant


Chronological Thread 
  • From:
  • To:
  • Subject: perfsonar: r3157 - trunk/functional-testing/LSsoapui/ant
  • Date: Thu, 20 Dec 2007 10:55:47 -0500

Author: pgerakios
Date: 2007-12-20 10:55:46 -0500 (Thu, 20 Dec 2007)
New Revision: 3157

Modified:
trunk/functional-testing/LSsoapui/ant/build.xml
Log:


Modified: trunk/functional-testing/LSsoapui/ant/build.xml
===================================================================
--- trunk/functional-testing/LSsoapui/ant/build.xml 2007-12-20 14:24:03
UTC (rev 3156)
+++ trunk/functional-testing/LSsoapui/ant/build.xml 2007-12-20 15:55:46
UTC (rev 3157)
@@ -5,6 +5,7 @@
<property name="build.dst" location="${basedir}/build"/>
<property name="src.dst" location="${basedir}/src"/>
<property name="jar.dst" location="${basedir}/jar"/>
+ <property name="xsd.dir" location="${basedir}/xsd"/>

<path id="classpath">
<pathelement path="${jar.dst}"/>
@@ -13,6 +14,10 @@

</path>

+ <typedef name="WSDLValidate"
+ classname="org.eclipse.wst.wsdl.validation.internal.ui.ant.WSDLValidate"
+ classpathref="classpath"/>
+

<target name="compile"
description="compile the source " >
@@ -65,20 +70,12 @@
</schemavalidate>
</target>

- <target name="validatexsd" >
- <schemavalidate >
- <fileset dir="${xsd.dir}" includes="xsd/**/*.xsd"/>
- <schema namespace="http://schemas.xmlsoap.org/ws/2003/03/addressing";
- url="http://schemas.xmlsoap.org/ws/2003/03/addressing";
- />
- <schema namespace="http://www.w3.org/2003/05/soap-envelope";
- url="http://www.w3.org/2003/05/soap-envelope"; />
- <schema namespace="http://schemas.xmlsoap.org/wsdl/";
- url="http://schemas.xmlsoap.org/wsdl/"; />
- <!-- <schema namespace="http://www.w3.org/2001/XMLSchema";
- url="http://www.w3.org/2001/XMLSchema"; /> -->
- </schemavalidate>
- </target>
+
+ <target name="validatexsd" >
+ <WSDLValidate>
+ <fileset dir="${basedir}" includes="xsd/**/*.xsd"/>
+ </WSDLValidate>
+ </target>

<!-- <wsdlvalidate file="wsdl/lsRegister.wsdl" schemadir="xsd"/> -->




  • perfsonar: r3157 - trunk/functional-testing/LSsoapui/ant, svnlog, 12/20/2007

Archive powered by MHonArc 2.6.16.

Top of Page