openesb-components/driver-tests/bpelse/JavaEEIntegration/JavaEEToBP/ProdMngmntSamples/FinancialIndexServer/nbproject/jaxws-build.xml

48 lines
2.7 KiB
XML
Executable File

<?xml version="1.0" encoding="UTF-8"?>
<!--
*** GENERATED FROM jax-ws.xml - DO NOT EDIT ! ***
*** TO MODIFY wsimport options USE Web Service node -> Edit WS Attributes ***
*** TO CHANGE TARGETS GENERATED TO jaxws-build.xml COPY THOSE ***
*** TARGETS TO ../build.xml AND MODIFY THAT FILE INSTEAD ***
-->
<project xmlns:xalan="http://xml.apache.org/xslt" xmlns:ejbjarproject2="http://www.netbeans.org/ns/j2ee-ejbjarproject/2" xmlns:jaxws="http://www.netbeans.org/ns/jax-ws/1">
<!--
===================
JAX-WS WSGEN SECTION
===================
-->
<!--
===================
JAX-WS WSIMPORT SECTION
===================
-->
<target name="wsimport-init" depends="init">
<mkdir dir="${build.generated.sources.dir}/jax-ws"/>
<mkdir dir="${classes.dir}"/>
<taskdef name="wsimport" classname="com.sun.tools.ws.ant.WsImport">
<classpath path="${j2ee.platform.wsimport.classpath}"/>
</taskdef>
</target>
<target name="wsimport-service-FinancialIndexSvcs" depends="wsimport-init">
<mkdir dir="${build.generated.dir}/jax-wsCache/service/FinancialIndexSvcs"/>
<property name="service-wsdl-FinancialIndexSvcs" location="${meta.inf}/xml-resources/web-services/FinancialIndexSvcs/wsdl/FinancialIndexService.wsdl"/>
<wsimport sourcedestdir="${build.generated.dir}/jax-wsCache/service/FinancialIndexSvcs" destdir="${build.generated.dir}/jax-wsCache/service/FinancialIndexSvcs" wsdl="${service-wsdl-FinancialIndexSvcs}" catalog="catalog.xml"/>
<copy todir="${build.generated.sources.dir}/jax-ws">
<fileset dir="${build.generated.dir}/jax-wsCache/service/FinancialIndexSvcs">
<include name="**/*.java"/>
</fileset>
</copy>
<property name="targetLocation-FinancialIndexSvcs" location="${meta.inf}/wsdl/FinancialIndexSvcs"/>
<property name="sourceLocation-FinancialIndexSvcs" location="${meta.inf}/xml-resources/web-services/FinancialIndexSvcs/wsdl/"/>
<copy todir="${targetLocation-FinancialIndexSvcs}">
<fileset dir="${sourceLocation-FinancialIndexSvcs}"/>
</copy>
</target>
<target name="wsimport-service-clean-FinancialIndexSvcs" depends="-init-project">
<delete dir="${build.generated.dir}/jax-wsCache/service/FinancialIndexSvcs"/>
<delete dir="${build.generated.sources.dir}/jax-ws/com/fs/finance"/>
</target>
<target name="wsimport-service-generate" depends="wsimport-service-FinancialIndexSvcs"/>
</project>