[6062] | 1 | <?xml version="1.0" encoding="UTF-8"?>
|
---|
| 2 | <!-- |
---|
| 3 | *** GENERATED FROM jax-ws.xml - DO NOT EDIT ! *** |
---|
| 4 | *** TO MODIFY wsimport options USE Web Service node -> Edit WS Attributes *** |
---|
| 5 | *** TO CHANGE TARGETS GENERATED TO jaxws-build.xml COPY THOSE *** |
---|
| 6 | *** TARGETS TO ../build.xml AND MODIFY THAT FILE INSTEAD *** |
---|
| 7 | |
---|
| 8 | -->
|
---|
| 9 | <project xmlns:xalan="http://xml.apache.org/xslt" xmlns:j2seproject3="http://www.netbeans.org/ns/j2se-project/3" xmlns:jaxws="http://www.netbeans.org/ns/jax-ws/1">
|
---|
| 10 | <!-- |
---|
| 11 | =================== |
---|
| 12 | JAX-WS WSIMPORT SECTION |
---|
| 13 | =================== |
---|
| 14 | -->
|
---|
| 15 | <target name="wsimport-init" depends="init">
|
---|
| 16 | <mkdir dir="${build.generated.sources.dir}/jax-ws"/>
|
---|
| 17 | <taskdef name="wsimport" classname="com.sun.tools.ws.ant.WsImport">
|
---|
| 18 | <classpath path="${libs.jaxws21.classpath}"/>
|
---|
| 19 | </taskdef>
|
---|
| 20 | </target>
|
---|
| 21 | <target name="wsimport-client-AdministrationService.svc" depends="wsimport-init">
|
---|
| 22 | <mkdir dir="${build.generated.dir}/jax-wsCache/AdministrationService.svc"/>
|
---|
| 23 | <property name="wsdl-AdministrationService.svc" location="xml-resources/web-service-references/AdministrationService.svc/wsdl/AdministrationService.svc.wsdl"/>
|
---|
| 24 | <wsimport sourcedestdir="${build.generated.dir}/jax-wsCache/AdministrationService.svc" destdir="${build.generated.dir}/jax-wsCache/AdministrationService.svc" wsdl="${wsdl-AdministrationService.svc}" catalog="catalog.xml" extension="true" verbose="true" wsdlLocation="file:/C:/Users/MartinH/Documents/NetBeansProjects/AdministrationService/src/META-INF/wsdl/AdministrationService.svc.wsdl" xnocompile="true" xendorsed="true" package="com.heuristiclab.services.administration">
|
---|
| 25 | <depends file="${wsdl-AdministrationService.svc}"/>
|
---|
| 26 | <produces dir="${build.generated.dir}/jax-wsCache/AdministrationService.svc"/>
|
---|
| 27 | </wsimport>
|
---|
| 28 | <copy todir="${build.generated.sources.dir}/jax-ws">
|
---|
| 29 | <fileset dir="${build.generated.dir}/jax-wsCache/AdministrationService.svc">
|
---|
| 30 | <include name="**/*.java"/>
|
---|
| 31 | </fileset>
|
---|
| 32 | </copy>
|
---|
| 33 | </target>
|
---|
| 34 | <target name="wsimport-client-clean-AdministrationService.svc" depends="-init-project">
|
---|
| 35 | <delete dir="${build.generated.dir}/jax-wsCache/AdministrationService.svc"/>
|
---|
| 36 | <delete dir="${build.generated.sources.dir}/jax-ws/com/heuristiclab/services/administration"/>
|
---|
| 37 | </target>
|
---|
| 38 | <target name="wsimport-client-generate" depends="wsimport-client-AdministrationService.svc"/>
|
---|
| 39 | </project>
|
---|