- Timestamp:
- 05/07/11 14:06:47 (14 years ago)
- Location:
- branches/OKBJavaConnector/AuthenticationService/nbproject
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/OKBJavaConnector/AuthenticationService/nbproject/build-impl.xml
r6064 r6147 293 293 <sequential> 294 294 <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"> 296 296 <path> 297 297 <filelist dir="@{destdir}" files="${javac.includes}"/> … … 299 299 <globmapper from="*.java" to="*.class"/> 300 300 </pathconvert> 301 <tempfile deleteonexit="true" property="javac.includesfile.binary"/>302 <echo file="${javac.includesfile.binary}" message="${javac.includes.binary}"/>303 301 <delete> 304 <files includes file="${javac.includesfile.binary}"/>302 <files includes="${javac.includes.binary}"/> 305 303 </delete> 306 <delete file="${javac.includesfile.binary}"/>307 304 </sequential> 308 305 </macrodef> -
branches/OKBJavaConnector/AuthenticationService/nbproject/genfiles.properties
r6064 r6147 1 1 build.xml.data.CRC32=91684422 2 2 build.xml.script.CRC32=71235371 3 build.xml.stylesheet.CRC32=28e38971@1.38. 3.453 build.xml.stylesheet.CRC32=28e38971@1.38.2.45 4 4 # This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml. 5 5 # Do not edit this file. You may delete it but then the IDE will never regenerate such files for you. 6 6 nbproject/build-impl.xml.data.CRC32=91684422 7 nbproject/build-impl.xml.script.CRC32= cedfb2098 nbproject/build-impl.xml.stylesheet.CRC32= 229523de@1.38.3.457 nbproject/build-impl.xml.script.CRC32=71faff76 8 nbproject/build-impl.xml.stylesheet.CRC32=f33e10ff@1.38.2.45 -
branches/OKBJavaConnector/AuthenticationService/nbproject/jax-ws.xml
r6064 r6147 3 3 <services/> 4 4 <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> 9 9 <catalog-file>catalog.xml</catalog-file> 10 10 <use-dispatch>true</use-dispatch> … … 20 20 <wsimport-option> 21 21 <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> 23 23 </wsimport-option> 24 24 <wsimport-option> -
branches/OKBJavaConnector/AuthenticationService/nbproject/jaxws-build.xml
r6064 r6147 19 19 </taskdef> 20 20 </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"/> 27 27 </wsimport> 28 28 <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"> 30 30 <include name="**/*.java"/> 31 31 </fileset> 32 32 </copy> 33 33 </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"/> 37 37 </target> 38 <target name="wsimport-client-generate" depends="wsimport-client-AuthenticationService "/>38 <target name="wsimport-client-generate" depends="wsimport-client-AuthenticationService.svc"/> 39 39 </project>
Note: See TracChangeset
for help on using the changeset viewer.