Free cookie consent management tool by TermsFeed Policy Generator

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

added UserNameHandler for all serviceProject, central in ECJClient #1441

Location:
branches/OKBJavaConnector/AuthenticationService/nbproject
Files:
4 edited

Legend:

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

    r6064 r6147  
    293293            <sequential>
    294294                <fail unless="javac.includes">Must set javac.includes</fail>
    295                 <pathconvert pathsep="${line.separator}" property="javac.includes.binary">
     295                <pathconvert pathsep="," property="javac.includes.binary">
    296296                    <path>
    297297                        <filelist dir="@{destdir}" files="${javac.includes}"/>
     
    299299                    <globmapper from="*.java" to="*.class"/>
    300300                </pathconvert>
    301                 <tempfile deleteonexit="true" property="javac.includesfile.binary"/>
    302                 <echo file="${javac.includesfile.binary}" message="${javac.includes.binary}"/>
    303301                <delete>
    304                     <files includesfile="${javac.includesfile.binary}"/>
     302                    <files includes="${javac.includes.binary}"/>
    305303                </delete>
    306                 <delete file="${javac.includesfile.binary}"/>
    307304            </sequential>
    308305        </macrodef>
  • branches/OKBJavaConnector/AuthenticationService/nbproject/genfiles.properties

    r6064 r6147  
    11build.xml.data.CRC32=91684422
    22build.xml.script.CRC32=71235371
    3 build.xml.stylesheet.CRC32=28e38971@1.38.3.45
     3build.xml.stylesheet.CRC32=28e38971@1.38.2.45
    44# This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml.
    55# Do not edit this file. You may delete it but then the IDE will never regenerate such files for you.
    66nbproject/build-impl.xml.data.CRC32=91684422
    7 nbproject/build-impl.xml.script.CRC32=cedfb209
    8 nbproject/build-impl.xml.stylesheet.CRC32=229523de@1.38.3.45
     7nbproject/build-impl.xml.script.CRC32=71faff76
     8nbproject/build-impl.xml.stylesheet.CRC32=f33e10ff@1.38.2.45
  • branches/OKBJavaConnector/AuthenticationService/nbproject/jax-ws.xml

    r6064 r6147  
    33  <services/>
    44  <clients>
    5     <client name="AuthenticationService">
    6       <wsdl-url>https://services.heuristiclab.com/OKB.SPR.Java-3.3/AuthenticationService.svc?wsdl</wsdl-url>
    7       <local-wsdl-file>services.heuristiclab.com/OKB.SPR.Java-3.3/AuthenticationService.svc.wsdl</local-wsdl-file>
    8       <package-name forceReplace="true">com.heuristiclab.service.AuthenticationService</package-name>
     5    <client name="AuthenticationService.svc">
     6      <wsdl-url>file:/C:/Users/MartinH/Documents/NetBeansProjects/AuthenticationService/src/META-INF/wsdl/services.heuristiclab.com/OKB.SPR.Java-3.3/AuthenticationService.svc.wsdl</wsdl-url>
     7      <local-wsdl-file>AuthenticationService.svc.wsdl</local-wsdl-file>
     8      <package-name forceReplace="true">com.heuristiclab.services.authentication</package-name>
    99      <catalog-file>catalog.xml</catalog-file>
    1010      <use-dispatch>true</use-dispatch>
     
    2020        <wsimport-option>
    2121          <wsimport-option-name>wsdlLocation</wsimport-option-name>
    22           <wsimport-option-value>https://services.heuristiclab.com/OKB.SPR.Java-3.3/AuthenticationService.svc?wsdl</wsimport-option-value>
     22          <wsimport-option-value>file:/C:/Users/MartinH/Documents/NetBeansProjects/AuthenticationService/src/META-INF/wsdl/services.heuristiclab.com/OKB.SPR.Java-3.3/AuthenticationService.svc.wsdl</wsimport-option-value>
    2323        </wsimport-option>
    2424        <wsimport-option>
  • 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.