@@ -61,39 +61,39 @@
<target name="testNoParams">
<target name="testNoParams">
<WsdlToD otnet/>
<wsdltod otnet/>
</target>
</target>
<target name="testNoSrc">
<target name="testNoSrc">
<WsdlToD otnet destFile="${out.csc}"/>
<wsdltod otnet destFile="${out.csc}"/>
</target>
</target>
<target name="testDestIsDir" depends="init">
<target name="testDestIsDir" depends="init">
<WsdlToD otnet destFile="${build.dir}"
<wsdltod otnet destFile="${build.dir}"
srcFile="${local.wsdl}"/>
srcFile="${local.wsdl}"/>
</target>
</target>
<target name="testBothSrc" depends="init">
<target name="testBothSrc" depends="init">
<WsdlToD otnet destFile="${out.csc}"
<wsdltod otnet destFile="${out.csc}"
srcFile="${local.wsdl}"
srcFile="${local.wsdl}"
url="${endpoint.wsdl}"
url="${endpoint.wsdl}"
/>
/>
</target>
</target>
<target name="testSrcIsDir" depends="init">
<target name="testSrcIsDir" depends="init">
<WsdlToD otnet destFile="${out.csc}"
<wsdltod otnet destFile="${out.csc}"
srcFile="${build.dir}"
srcFile="${build.dir}"
/>
/>
</target>
</target>
<target name="testSrcIsMissing" depends="init">
<target name="testSrcIsMissing" depends="init">
<WsdlToD otnet destFile="${out.csc}"
<wsdltod otnet destFile="${out.csc}"
srcFile="${build.dir}/invalidfile.wsdl"
srcFile="${build.dir}/invalidfile.wsdl"
/>
/>
</target>
</target>
<target name="testLocalWsdl" depends="init">
<target name="testLocalWsdl" depends="init">
<WsdlToD otnet destFile="${out.csc}"
<wsdltod otnet destFile="${out.csc}"
srcFile="${local.wsdl}"
srcFile="${local.wsdl}"
/>
/>
<csc
<csc
@@ -106,7 +106,7 @@
</target>
</target>
<target name="testLocalWsdlServer" depends="init">
<target name="testLocalWsdlServer" depends="init">
<WsdlToD otnet destFile="${out.csc}"
<wsdltod otnet destFile="${out.csc}"
srcFile="${local.wsdl}"
srcFile="${local.wsdl}"
server="true"
server="true"
/>
/>
@@ -121,7 +121,7 @@
</target>
</target>
<target name="testInvalidExtraOps" depends="init">
<target name="testInvalidExtraOps" depends="init">
<WsdlToD otnet destFile="${out.csc}"
<wsdltod otnet destFile="${out.csc}"
srcFile="${local.wsdl}"
srcFile="${local.wsdl}"
extraOptions="/newOption:not-one-known-of"
extraOptions="/newOption:not-one-known-of"
/>
/>