Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/07/11 14:06:47 (13 years ago)
Author:
mholper
Message:

added UserNameHandler for all serviceProject, central in ECJClient #1441

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/OKBJavaConnector/AuthenticationService/nbproject/jaxws-build.xml

    r6064 r6147  
    1919        </taskdef>
    2020    </target>
    21     <target name="wsimport-client-AuthenticationService" depends="wsimport-init">
    22         <mkdir dir="${build.generated.dir}/jax-wsCache/AuthenticationService"/>
    23         <property name="wsdl-AuthenticationService" location="xml-resources/web-service-references/AuthenticationService/wsdl/services.heuristiclab.com/OKB.SPR.Java-3.3/AuthenticationService.svc.wsdl"/>
    24         <wsimport sourcedestdir="${build.generated.dir}/jax-wsCache/AuthenticationService" destdir="${build.generated.dir}/jax-wsCache/AuthenticationService" wsdl="${wsdl-AuthenticationService}" catalog="catalog.xml" extension="true" verbose="true" wsdlLocation="https://services.heuristiclab.com/OKB.SPR.Java-3.3/AuthenticationService.svc?wsdl" xnocompile="true" xendorsed="true" package="com.heuristiclab.services.authentication">
    25             <depends file="${wsdl-AuthenticationService}"/>
    26             <produces dir="${build.generated.dir}/jax-wsCache/AuthenticationService"/>
     21    <target name="wsimport-client-AuthenticationService.svc" depends="wsimport-init">
     22        <mkdir dir="${build.generated.dir}/jax-wsCache/AuthenticationService.svc"/>
     23        <property name="wsdl-AuthenticationService.svc" location="xml-resources/web-service-references/AuthenticationService.svc/wsdl/AuthenticationService.svc.wsdl"/>
     24        <wsimport sourcedestdir="${build.generated.dir}/jax-wsCache/AuthenticationService.svc" destdir="${build.generated.dir}/jax-wsCache/AuthenticationService.svc" wsdl="${wsdl-AuthenticationService.svc}" catalog="catalog.xml" extension="true" verbose="true" wsdlLocation="file:/C:/Users/MartinH/Documents/NetBeansProjects/AuthenticationService/src/META-INF/wsdl/services.heuristiclab.com/OKB.SPR.Java-3.3/AuthenticationService.svc.wsdl" xnocompile="true" xendorsed="true" package="com.heuristiclab.services.authentication">
     25            <depends file="${wsdl-AuthenticationService.svc}"/>
     26            <produces dir="${build.generated.dir}/jax-wsCache/AuthenticationService.svc"/>
    2727        </wsimport>
    2828        <copy todir="${build.generated.sources.dir}/jax-ws">
    29             <fileset dir="${build.generated.dir}/jax-wsCache/AuthenticationService">
     29            <fileset dir="${build.generated.dir}/jax-wsCache/AuthenticationService.svc">
    3030                <include name="**/*.java"/>
    3131            </fileset>
    3232        </copy>
    3333    </target>
    34     <target name="wsimport-client-clean-AuthenticationService" depends="-init-project">
    35         <delete dir="${build.generated.dir}/jax-wsCache/AuthenticationService"/>
    36         <delete dir="${build.generated.sources.dir}/jax-ws/com/heuristiclab/service/AuthenticationService"/>
     34    <target name="wsimport-client-clean-AuthenticationService.svc" depends="-init-project">
     35        <delete dir="${build.generated.dir}/jax-wsCache/AuthenticationService.svc"/>
     36        <delete dir="${build.generated.sources.dir}/jax-ws/com/heuristiclab/services/authentication"/>
    3737    </target>
    38     <target name="wsimport-client-generate" depends="wsimport-client-AuthenticationService"/>
     38    <target name="wsimport-client-generate" depends="wsimport-client-AuthenticationService.svc"/>
    3939</project>
Note: See TracChangeset for help on using the changeset viewer.