|
Java EE 6 example source code file (jaxws-build.xml)
The Java EE 6 jaxws-build.xml source code<?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:webproject2="http://www.netbeans.org/ns/web-project/2" xmlns:jaxws="http://www.netbeans.org/ns/jax-ws/1"> <!-- =================== JAX-WS WSGEN SECTION =================== --> <target name="wsgen-init" depends="init, -do-compile"> <mkdir dir="${build.generated.sources.dir}/jax-ws/resources/"/> <mkdir dir="${build.classes.dir}"/> <taskdef name="wsgen" classname="com.sun.tools.ws.ant.WsGen"> <classpath path="${java.home}/../lib/tools.jar:${build.classes.dir}:${j2ee.platform.wsgen.classpath}:${javac.classpath}"/> </taskdef> </target> <target name="wsgen-Hello" depends="wsgen-init"> <wsgen sourcedestdir="${build.generated.sources.dir}/jax-ws" resourcedestdir="${build.generated.sources.dir}/jax-ws/resources/" destdir="${build.generated.sources.dir}/jax-ws" verbose="true" xendorsed="true" keep="true" genwsdl="true" sei="endpoint.Hello"> <classpath path="${java.home}/../lib/tools.jar:${build.classes.dir}:${j2ee.platform.wsgen.classpath}:${javac.classpath}"/> </wsgen> </target> <!-- =================== JAX-WS WSIMPORT SECTION =================== --> </project> Other Java EE 6 examples (source code examples)Here is a short list of links related to this Java EE 6 jaxws-build.xml source code file: |
... this post is sponsored by my books ... | |
#1 New Release! |
FP Best Seller |
Copyright 1998-2024 Alvin Alexander, alvinalexander.com
All Rights Reserved.
A percentage of advertising revenue from
pages under the /java/jwarehouse
URI on this website is
paid back to open source projects.