First Commit from Source Code Reply

This commit is contained in:
vincenzofariello
2024-05-09 17:40:24 +02:00
parent 11e3b57c5b
commit 107a016cb9
35225 changed files with 1111346 additions and 1 deletions

786
gnpdev/sim/build/build.xml Normal file
View File

@@ -0,0 +1,786 @@
<project name="sim-dbcfx" default="creaJar" basedir=".">
<condition property="isWindowsOs">
<os family="windows" />
</condition>
<condition property="isWindowsXpOs">
<os family="windows" />
</condition>
<condition property="isUnix">
<os family="unix" />
</condition>
<condition property="isAixOs">
<os family="unix" name="aix" />
</condition>
<condition property="build.prop.file.path" value="winxp">
<isset property="isWindowsXpOs" />
</condition>
<condition property="build.prop.file.path" value="aix">
<isset property="isAixOs" />
</condition>
<property name="build.prop.file" value="${build.prop.file.path}/build_${user.name}.properties" />
<property environment="env" />
<property file="${build.prop.file}" />
<property name="build.path" value="${project.home}/sim/build" />
<property name="building.path" value="${build.path}/building" />
<property name="dbcfx.hibernate.gen.lib.path" value="${project.home}/build/hibernate/genLib" />
<!-- Compilazione sim -->
<property name="sim.src.path" value="${project.home}/sim/src" />
<property name="sim.dest.path" value="${building.path}/sim-classes" />
<property name="gnp.src.path" value="${project.home}/dbcfx/src" />
<property name="crontab.src.path" value="${project.home}/crontab/src" />
<!-- Per sviluppo WS -->
<property name="wsdev.home" value="${project.home}/sim/wsdbcfx" />
<property name="wsdev.wsdl.home" value="${wsdev.home}/wsdl" />
<property name="wsdev.wssrc.path" value="${wsdev.home}/src" />
<property name="wsdev.deploy" value="${wsdev.home}/deploy" />
<!-- WS Pitagora -->
<property name="wsdev.res.pitagora" value="${wsdev.home}/res/pitagora" />
<property name="wsdev.wsdl.pitagora.path" value="${wsdev.wsdl.home}/pitagora" />
<property name="wsdev.pitagora.building.path" value="${wsdev.home}/pitagora/building" />
<!-- WS DBSS WirelineLineCodeWuery -->
<property name="wsdev.res.dbss.donor" value="${wsdev.home}/res/dbss/donor" />
<property name="wsdev.wsdl.dbss.donor.path" value="${wsdev.wsdl.home}/dbss/WirelineLineCodeQuery" />
<property name="wsdev.dbss.donor.building.path" value="${wsdev.home}/dbss/WirelineLineCodeQuery/building" />
<!-- WS DBSS CustomerOrderNumberPortabilityMgmt -->
<property name="wsdev.res.dbss.customerordernpmgmt" value="${wsdev.home}/res/dbss/CustomerOrderNPMgmt" />
<property name="wsdev.wsdl.dbss.customerordernpmgmt.path" value="${wsdev.wsdl.home}/dbss/CustomerOrderNPMgmt" />
<property name="wsdev.dbss.customerordernpmgmt.building.path" value="${wsdev.home}/dbss/CustomerOrderNPMgmt/building" />
<!-- WS DBSS CustomerOrderMgmt -->
<property name="wsdev.res.dbss.customerordermgmt" value="${wsdev.home}/res/dbss/CustomerOrderMgmt" />
<property name="wsdev.wsdl.dbss.customerordermgmt.path" value="${wsdev.wsdl.home}/dbss/CustomerOrderMgmt" />
<property name="wsdev.dbss.customerordermgmt.building.path" value="${wsdev.home}/dbss/CustomerOrderMgmt/building" />
<!-- WS DBSS WirelinePortOutOrderMgmt -->
<property name="wsdev.res.dbss.wirelineportoutordermgmt" value="${wsdev.home}/res/dbss/WirelinePortOutOrderMgmt" />
<property name="wsdev.wsdl.dbss.wirelineportoutordermgmt.path" value="${wsdev.wsdl.home}/dbss/WirelinePortOutOrderMgmt" />
<property name="wsdev.dbss.wirelineportoutordermgmt.building.path" value="${wsdev.home}/dbss/WirelinePortOutOrderMgmt/building" />
<!-- WS DBSS WirelineOLOPortInOrderMgmt -->
<property name="wsdev.res.dbss.wirelineoloportinordermgmt" value="${wsdev.home}/res/dbss/WirelineOLOPortInOrderMgmt" />
<property name="wsdev.wsdl.dbss.wirelineoloportinordermgmt.path" value="${wsdev.wsdl.home}/dbss/WirelineOLOPortInOrderMgmt" />
<property name="wsdev.dbss.wirelineoloportinordermgmt.building.path" value="${wsdev.home}/dbss/WirelineOLOPortInOrderMgmt/building" />
<!-- WS DBSS WirelineNumberPortabilityMgmtResponse -->
<property name="wsdev.res.dbss.response" value="${wsdev.home}/res/dbss/response" />
<property name="wsdev.wsdl.dbss.response.path" value="${wsdev.wsdl.home}/dbss/WirelineNPMgmtResponse" />
<property name="wsdev.dbss.response.building.path" value="${wsdev.home}/dbss/WirelineNPMgmtResponse/building" />
<!-- WS DBSS RetrieveAdditionalLines -->
<property name="wsdev.res.dbss.retrieveadditionallines" value="${wsdev.home}/res/dbss/RetrieveAdditionalLines" />
<property name="wsdev.wsdl.dbss.retrieveadditionallines.path" value="${wsdev.wsdl.home}/dbss/RetrieveAdditionalLines" />
<property name="wsdev.dbss.retrieveadditionallines.building.path" value="${wsdev.home}/dbss/RetrieveAdditionalLines/building" />
<!-- WS NOW CheckNP (verificaSistemaNP) -->
<property name="wsdev.res.now" value="${wsdev.home}/now" />
<property name="wsdev.wsdl.now.path" value="${wsdev.wsdl.home}/now/" />
<property name="wsdev.now.building.path" value="${wsdev.home}/now/CheckNP/building" />
<!-- WS DBSS CustomerLocationQuery -->
<property name="wsdev.res.dbss.custlocq" value="${wsdev.home}/dbss/CustomerLocationQuery" />
<property name="wsdev.wsdl.dbss.custlocq.path" value="${wsdev.wsdl.home}/dbss/CustomerLocationQuery" />
<property name="wsdev.dbss.custlocq.building.path " value="${wsdev.home}/dbss/CustomerLocationQuery/building" />
<!-- WS Client WirelineNumberPortabilityMgmt -->
<property name="wsdev.dbss.client.path" value="${wsdev.home}/dbss/client" />
<!-- WS Client CheckRetailPlatform -->
<property name="wsdev.now.client.path" value="${wsdev.home}/now/client" />
<!-- WS CRMA -->
<property name="wsdev.res.crma" value="${wsdev.home}/res/crma" />
<property name="wsdev.wsdl.crma.path" value="${wsdev.wsdl.home}/crma" />
<property name="wsdev.crma.building.path" value="${wsdev.home}/crma/building" />
<!-- LIBRERIE PER LA COMPILAZIONE -->
<filelist id="dbcfx.files.classpath" dir="${dbcfx.lib.path}">
<file name="ejb-ibj-connector-1.0.0.jar" />
<file name="ib_commons-1.0.0.jar" />
<file name="Castor-GNPOLORequest.jar" />
<file name="hibernate-c3p0-0.9.0.jar" />
<file name="dbcfx-pitagora-ws-client.jar" />
<file name="dbcfx-crma-ws-client.jar" />
<file name="castor-1.3.2.jar" />
<file name="castor-1.3.2-anttasks.jar" />
<file name="castor-1.3.2-codegen.jar" />
<file name="castor-1.3.2-core.jar" />
<file name="castor-1.3.2-ddlgen.jar" />
<file name="castor-1.3.2-xml.jar" />
<file name="castor-1.3.2-xml-schema.jar" />
<file name="jakarta-oro-2.0.8.jar" />
<file name="jakarta-regexp-1.5.jar" />
<file name="hibernate-cglib-2.1.3.jar" />
<file name="commons-logging-1.1.jar" />
<file name="commons-net-1.3.0.jar" />
<file name="hibernate-ehcache-1.2.jar" />
<file name="hibernate3.jar" />
<file name="security-utility.jar" />
<file name="log4j-1.2.7.jar" />
<file name="Castor-Crm2DbcFX.jar" />
<file name="Castor-Crm2DbcFX-VOIP35.jar" />
<file name="Castor-Crm2DbcFX-Donor.jar" />
<file name="Castor-Crm2DbcFX-Donor-Rid.jar" />
<file name="Castor-DbcFX2CRM.jar" />
<file name="Castor-DbcFX2CRM-VOIP35.jar" />
<file name="Castor-DbcFX2CRM-Donor.jar" />
<file name="Castor-DbcFX2CRM-donor-Rid.jar" />
<file name="Castor-MessageReplyOLO.jar" />
<file name="Castor-MessageReplyFENP.jar" />
<file name="Castor-MessageReplyFENP103.jar" />
<file name="Castor-FENPRequest.jar" />
<file name="Castor-FENPRequest103.jar" />
<file name="FENPResponse.jar" />
<file name="Castor-GNPOLORequest.jar" />
<file name="Castor-GNPOLOResponse.jar" />
<file name="GatewayProxy-client.jar" />
<file name="InfoTracciatiFW.jar" />
<file name="Castor-SmsGW.jar" />
<file name="Castor-DbcFX2DbcFXGO.jar" />
<file name="Castor-DbcFX2OloDbp.jar" />
<file name="Castor-HZCrm2DbcFX.jar" />
<file name="Castor-NotificaDBCFX_DBC_HZ.jar" />
<file name="WSCRMACommon.jar" />
<file name="dbcfx-crma-donor-ws-client.jar" />
<file name="dbcfx-crmws-donor-ws-client.jar" />
<file name="dbcfx-dbss-donor-ws-client.jar" />
<file name="dbcfx-dbss-response-ws-client.jar" />
<file name="WSCRMWSDonorCommon.jar" />
<file name="WSNotificaDBCCommon.jar" />
<file name="WSPitagoraDonorCommon.jar" />
<file name="Castor-DbcFX2WsPitagoraDonor.jar" />
<file name="dbcfx-pitagora-ws-client-donor.jar" />
<file name="WSDBSSCommon.jar" />
<file name="WSDBSSEsitoFrodiCommon.jar" />
<file name="xbean.jar" />
<file name="WSDBSSEsitoFrodiClient.jar" />
<file name="WSNowCheckRetailCommon.jar" />
<file name="WSNowCheckRetailClient.jar" />
<file name="Castor-DbcFX2CRMReqEventi.jar" />
<file name="Castor-DbcFX2CRMRespEventi.jar" />
<file name="Castor-DbcFX2CRMReqVerifiche.jar" />
<file name="Castor-DbcFX2CRMRespVerifiche.jar" />
<file name="dbcfx-dbss-customerlocationquery-client.jar" />
<file name="dbcfx-now-checknp-client.jar" />
<file name="httpclient-4.4.1.jar" />
<file name="httpcore-4.4.1.jar" />
<file name="httpmime-4.4.1.jar" />
<file name="WSCheckNPMgmt.jar" />
<file name="WSEsitoCessazioneMgmt.jar" />
<file name="WSNowCommon.jar" />
<file name="dbcfx-dbss-customerlocationquery-client.jar" />
<file name="dbcfx-dbss-customerordernpmgmt-client.jar" />
<file name="dbcfx-dbss-customerordermgmt-client.jar" />
<file name="dbcfx-dbss-wirelineportoutordermgmt-client.jar" />
<file name="dbcfx-dbss-wirelineoloportinordermgmt-client.jar" />
<file name="Castor-DbcFX2CRMReqEventi.jar" />
<file name="Castor-DbcFX2CRMRespEventi.jar" />
<file name="Castor-DbcFX2CRMReqVerifiche.jar" />
<file name="Castor-DbcFX2CRMRespVerifiche.jar" />
<file name="Castor-DbcFX2CRMReqAggiuntiviPBX.jar" />
<file name="Castor-DbcFX2CRMRespAggiuntiviPBX.jar" />
<file name="NOW_ServiziRegolamentati.jar" />
<file name="NOW_ServizixDSL.jar" />
<file name="NOW_ServizixNGA.jar" />
<file name="WSEsitoPrenotificaUscitaMgmt.jar" />
<file name="WSRichiestaVerificaEsitoFase2.jar" />
<file name="dbcfx-now-rispveresitofase2-ws-client.jar" />
<file name="WSCheckNPMgmtDBSS.jar" />
<file name="WSVerificaRientroInTI.jar" />
<file name="WSNotificaMancataAcquisizione.jar" />
<file name="dbcfx-dbss-retrieveadditionallines-client.jar" />
<file name="Castor-FENPResponse103.jar" />
<file name="WSEsitoVerificaCS.jar" />
<file name="WSEsitoVerificaCS-CRM2DBCFX.jar" />
<file name="WSEspletamentoDonatingCommon.jar" />
</filelist>
<!-- LIBRERIE PER LA COMPILAZIONE -->
<filelist id="weblogic.jar" dir="${weblogic.home}/server/lib">
<file name="weblogic.jar" />
</filelist>
<!-- LIB per la generazione degli oggetti di hibernate -->
<filelist id="hibernate.gen.files.classpath" dir="${dbcfx.hibernate.gen.lib.path}">
<file name="hibernate-tools-GNPcustom.jar" />
<file name="classes12.jar" />
<file name="freemarker.jar" />
<file name="jtidy-r8-20060801.jar" />
</filelist>
<filelist id="wsclient.classpath" dir="${project.home}/sim/build/clientjar">
<file name="WSDBSSclient.jar" />
<file name="WSDBSSEsitoFrodiClient.jar" />
<file name="WSNowCheckRetailClient.jar" />
</filelist>
<path id="comp.all.classpath">
<filelist refid="dbcfx.files.classpath" />
<!-- Sorgenti gnp -->
<pathelement path="${sim.dest.path}" />
<!-- Client WS -->
<filelist refid="wsclient.classpath" />
</path>
<path id="ws.gen.all.classpath">
<filelist refid="weblogic.jar" />
</path>
<!-- ################################################################################ -->
<!-- ################################################################################ -->
<!-- ################################################################################ -->
<target name="init">
<tstamp prefix="start" />
<echo>
Build started at: ${start.DSTAMP} ${start.TSTAMP}
-----------------
sdk.home= ${sdk.home}
weblogic.home= ${weblogic.home}
project.home= ${project.home}
dbcfx.lib.path= ${dbcfx.lib.path}
build.prop.file= ${build.prop.file}
</echo>
<delete dir="${building.path}" />
<delete dir="${wsdev.pitagora.building.path}" />
<delete dir="${wsdev.crma.building.path}" />
<mkdir dir="${building.path}" />
<mkdir dir="${wsdev.deploy}" />
<mkdir dir="${sim.dest.path}" />
<mkdir dir="${wsdev.pitagora.building.path}" />
<mkdir dir="${wsdev.crma.building.path}" />
</target>
<target name="compila.sim" depends="compila.gnp">
<javac srcdir="${sim.src.path}" destdir="${sim.dest.path}" debug="on" deprecation="off" failonerror="true">
<classpath refid="comp.all.classpath" />
<classpath refid="ws.gen.all.classpath" />
</javac>
</target>
<target name="compila.gnp" depends="compila.crontab">
<javac srcdir="${gnp.src.path}" destdir="${sim.dest.path}" debug="on" deprecation="off" failonerror="true">
<classpath refid="comp.all.classpath" />
<classpath refid="ws.gen.all.classpath" />
</javac>
</target>
<target name="compila.crontab" depends="init">
<javac srcdir="${crontab.src.path}" destdir="${sim.dest.path}" debug="on" deprecation="off" failonerror="true">
<classpath refid="comp.all.classpath" />
<classpath refid="ws.gen.all.classpath" />
</javac>
</target>
<target name="esplodiJar" depends="compila.sim">
<unzip dest="${sim.dest.path}">
<fileset dir="${dbcfx.lib.path}">
<include name="ejb-ibj-connector-1.0.0.jar" />
<include name="ib_commons-1.0.0.jar" />
<include name="Castor-GNPOLORequest.jar" />
<include name="hibernate-c3p0-0.9.0.jar" />
<include name="hibernate-xerces-2.6.2.jar" />
<include name="hibernate-dom4j-1.5.2.jar" />
<include name="dbcfx-pitagora-ws-client.jar" />
<include name="castor-1.3.2.jar" />
<include name="castor-1.3.2-anttasks.jar" />
<include name="castor-1.3.2-codegen.jar" />
<include name="castor-1.3.2-core.jar" />
<include name="castor-1.3.2-ddlgen.jar" />
<include name="castor-1.3.2-xml.jar" />
<include name="castor-1.3.2-xml-schema.jar" />
<include name="jakarta-oro-2.0.8.jar" />
<include name="jakarta-regexp-1.5.jar" />
<include name="hibernate-cglib-2.1.3.jar" />
<include name="commons-logging-1.1.jar" />
<include name="commons-net-1.3.0.jar" />
<include name="hibernate-ehcache-1.2.jar" />
<include name="hibernate3.jar" />
<include name="security-utility.jar" />
<include name="log4j-1.2.7.jar" />
<include name="Castor-Crm2DbcFX.jar" />
<include name="Castor-Crm2DbcFX-Donor.jar" />
<include name="Castor-Crm2DbcFX-Donor-Rid.jar" />
<include name="Castor-DbcFX2CRM.jar" />
<include name="Castor-DbcFX2CRM-Donor.jar" />
<include name="Castor-DbcFX2CRM-donor-Rid.jar" />
<include name="Castor-MessageReplyOLO.jar" />
<include name="Castor-MessageReplyFENP.jar" />
<include name="Castor-MessageReplyFENP103.jar" />
<include name="Castor-FENPRequest.jar" />
<include name="FENPResponse.jar" />
<include name="Castor-DbcFX2PitagoraXdsl.jar" />
<include name="Castor-PitagoraXsdl2DbcFX.jar" />
<include name="Castor-GNPOLORequest.jar" />
<include name="Castor-GNPOLOResponse.jar" />
<include name="GatewayProxy-client.jar" />
<include name="InfoTracciatiFW.jar" />
<include name="Castor-SmsGW.jar" />
<include name="Castor-DbcFX2DbcFXGO.jar" />
<include name="Castor-DbcFX2OloDbp.jar" />
<include name="Castor-HZCrm2DbcFX.jar" />
<include name="Castor-NotificaDBCFX_DBC_HZ.jar" />
<include name="Castor-InfoTracciati.jar" />
<include name="WSCRMACommon.jar" />
<include name="CRMWS_Pitagora_Reg.jar" />
<include name="CRMWS_Pitagora_Xdsl.jar" />
<include name="CRMWS_Pitagora_Xdsl_New.jar" />
<include name="dbcfx-crma-donor-ws-client.jar" />
<include name="dbcfx-crmws-donor-ws-client.jar" />
<include name="WSCRMWSDonorCommon.jar" />
<include name="WSNotificaDBCCommon.jar" />
<include name="WSPitagoraDonorCommon.jar" />
<include name="Castor-DbcFX2WsPitagoraDonor.jar" />
<include name="dbcfx-pitagora-ws-client-donor.jar" />
<include name="xbean.jar" />
<include name="WSDBSSCommon.jar" />
<include name="WSDBSSEsitoFrodiCommon.jar" />
<include name="WSDBSSclient.jar" />
<include name="WSDBSSEsitoFrodiClient.jar" />
<include name="WSNowCheckRetailCommon.jar" />
<include name="WSNowCheckRetailClient.jar" />
<include name="Castor-DbcFX2CRMReqEventi.jar" />
<include name="Castor-DbcFX2CRMRespEventi.jar" />
<include name="Castor-DbcFX2CRMReqVerifiche.jar" />
<include name="Castor-DbcFX2CRMRespVerifiche.jar" />
<include name="dbcfx-dbss-customerlocationquery-client.jar" />
<include name="dbcfx-now-checknp-client.jar" />
<include name="httpclient-4.4.1.jar" />
<include name="httpcore-4.4.1.jar" />
<include name="httpmime-4.4.1.jar" />
<include name="WSCheckNPMgmt.jar" />
<include name="WSEsitoCessazioneMgmt.jar" />
<include name="WSNowCommon.jar" />
<include name="WSCheckNPMgmtDBSS.jar" />
</fileset>
<fileset dir="${weblogic.home}/server/lib">
<include name="weblogic.jar" />
</fileset>
</unzip>
</target>
<target name="creaJar" depends="esplodiJar">
<jar destfile="${project.home}/sim/SimulatoriDBCFX.jar">
<fileset dir="${sim.dest.path}" />
</jar>
</target>
<taskdef name="wsdlc" classname="weblogic.wsee.tools.anttasks.WsdlcTask" classpathref="ws.gen.all.classpath" />
<taskdef name="jwsc" classname="weblogic.wsee.tools.anttasks.JwscTask" classpathref="ws.gen.all.classpath" />
<taskdef name="clientgen" classname="weblogic.wsee.tools.anttasks.ClientGenTask" classpathref="ws.gen.all.classpath" />
<target name="chiediconferma">
<echo>
**************************************************************
ATTENZIONE: Questo task ricreera' tutti gli artefatti COMPRESA
l'implementazione di default del PortType. Se ne e' gia' stata
fatta una personalizzazione verra' persa
**************************************************************
</echo>
<input message="Sei sicuro di voler continuare? " validargs="s,n" addproperty="do.it" />
<condition property="do.artifacts">
<equals arg1="s" arg2="${do.it}" />
</condition>
</target>
<!-- INIZIO TARGET CREAZIONE ARTEFATTI SERVER PER SIMULAZIONE WS PITAGORA -->
<target name="genWSArtifactPitagoraServer" depends="chiediconferma" if="do.artifacts">
<echo>"${wsdev.wsdl.pitagora.path}/VerificaNumerazione_AXIS2_X_DBCFX.wsdl"</echo>
<wsdlc srcWsdl="${wsdev.wsdl.pitagora.path}/VerificaNumerazione_AXIS2_X_DBCFX.wsdl" destJwsDir="${wsdev.res.pitagora}" destImplDir="${wsdev.wssrc.path}" packageName="gnp.sim.ws.pitagora" />
</target>
<target name="buildWSPitagoraServer" depends="init, genWSArtifactPitagoraServer">
<jwsc srcdir="${wsdev.wssrc.path}" destdir="${wsdev.pitagora.building.path}">
<module contextPath="wspitagora" name="wspitagora">
<jws file="gnp/sim/ws/pitagora/VerificaNumerazioniPortTypeImpl.java" compiledWsdl="${wsdev.res.pitagora}/VerificaNumerazione_AXIS2_X_DBCFX_wsdl.jar" />
</module>
</jwsc>
<ear destfile="${wsdev.deploy}/SimWSPitagoraReg.ear" appxml="${wsdev.pitagora.building.path}/META-INF/application.xml">
<fileset dir="${wsdev.pitagora.building.path}" />
</ear>
</target>
<!-- FINE TARGET CREAZIONE ARTEFATTI SERVER PER WS VERSO PITAGORA -->
<!-- INIZIO TARGET CREAZIONE ARTEFATTI SERVER PER SIMULAZIONE WS CRMA -->
<target name="genWSArtifactCRMAServer" depends="chiediconferma" if="do.artifacts">
<echo>"${wsdev.wsdl.crma.path}/WSDL_CRMA_CC_SetRientriDBC_Process_OnLine_Concrete.wsdl"</echo>
<wsdlc srcWsdl="${wsdev.wsdl.crma.path}/WSDL_CRMA_CC_SetRientriDBC_Process_OnLine_Concrete.wsdl" destJwsDir="${wsdev.res.crma}" destImplDir="${wsdev.wssrc.path}" packageName="gnp.sim.ws.crma" />
</target>
<target name="buildWSCRMAServer" depends="init, genWSArtifactCRMAServer">
<jwsc srcdir="${wsdev.wssrc.path}" destdir="${wsdev.crma.building.path}">
<module contextPath="simwscrma">
<jws file="gnp/sim/ws/crma/PortTypeImpl.java" compiledWsdl="${wsdev.res.crma}/WSDL_CRMA_CC_SetRientriDBC_Process_OnLine_Concrete_wsdl.jar" />
</module>
</jwsc>
<ear destfile="${wsdev.deploy}/SimWSCRMA.ear" appxml="${wsdev.crma.building.path}/META-INF/application.xml">
<fileset dir="${wsdev.crma.building.path}" />
</ear>
</target>
<!-- FINE TARGET CREAZIONE ARTEFATTI SERVER PER WS VERSO CRMA -->
<!-- INIZIO TARGET CREAZIONE SIMULATORE SERVER PER WS DBSS WirelineLineCodeQuery
ATTENZIONE!! Se si lancia il target "genWSArtifactDbssWirelineLineCodeQuery" viene
sovrascritta la classe di implementazione gnp/sim/ws/dbss/donor/WirelineLineCodeQueryPortTypeImpl.java -->
<target name="genWSArtifactDbssWirelineLineCodeQuery" depends="chiediconferma" if="do.artifacts">
<echo>"${wsdev.wsdl.dbss.donor.path}/WirelineLineCodeQuery_Concrete.wsdl"</echo>
<wsdlc srcWsdl="${wsdev.wsdl.dbss.donor.path}/WirelineLineCodeQuery_Concrete.wsdl" destJwsDir="${wsdev.res.dbss.donor}" destImplDir="${wsdev.wssrc.path}" packageName="gnp.sim.ws.dbss.donor" />
<!-- Compila i sorgenti e impacchetta le classi in un jar allo scopo di utilizzarlo per la build del sim***.ear -->
<mkdir dir="${wsdev.res.dbss.donor}/temp" />
<unzip src="${wsdev.res.dbss.donor}/WirelineLineCodeQuery_Concrete_wsdl.jar" dest="${wsdev.res.dbss.donor}/temp" />
<javac includeantruntime="false" srcdir="${wsdev.res.dbss.donor}/temp" includes="**/*.java">
<classpath refid="ws.gen.all.classpath" />
</javac>
<jar destfile="${wsdev.res.dbss.donor}/WSDBSSWirelineLineCodeQueryCommon.jar">
<fileset dir="${wsdev.res.dbss.donor}/temp" />
</jar>
<delete dir="${wsdev.res.dbss.donor}/temp" />
</target>
<target name="buildWSWirelineLineCodeQuery">
<jwsc srcdir="${wsdev.wssrc.path}" destdir="${wsdev.dbss.donor.building.path}" classpathref="ws.gen.all.classpath" debug="on">
<module contextPath="simWirelineLineCodeQuery" name="simWirelineLineCodeQuery">
<jws file="gnp/sim/ws/dbss/donor/WirelineLineCodeQueryPortTypeImpl.java" compiledWsdl="${wsdev.res.dbss.donor}/WSDBSSWirelineLineCodeQueryCommon.jar" />
</module>
</jwsc>
<ear destfile="${wsdev.deploy}/SimWSWirelineLineCodeQuery.ear" appxml="${wsdev.dbss.donor.building.path}/META-INF/application.xml">
<fileset dir="${wsdev.dbss.donor.building.path}" />
</ear>
</target>
<!-- FINE TARGET CREAZIONE SIMULATORE SERVER PER WS DBSS WirelineLineCodeQuery -->
<!-- INIZIO TARGET CREAZIONE SIMULATORE SERVER PER WS DBSS WirelineNumberPortabilityMgmtResponse
ATTENZIONE!! Se si lancia il target "genWSArtifactDbssWirelineNPMgmtResponse" viene
sovrascritta la classe di implementazione gnp/sim/ws/dbss/donor/WirelineLineCodeQueryPortTypeImpl.java -->
<target name="genWSArtifactDbssWirelineNPMgmtResponse" depends="chiediconferma" if="do.artifacts">
<echo>"${wsdev.wsdl.dbss.response.path}/WirelineNumberPortbilityMgmtResponse_ConcreteNOTembeded.wsdl"</echo>
<wsdlc srcWsdl="${wsdev.wsdl.dbss.response.path}/WirelineNumberPortbilityMgmtResponse_ConcreteNOTembeded.wsdl" destJwsDir="${wsdev.res.dbss.response}" destImplDir="${wsdev.wssrc.path}" packageName="gnp.sim.ws.dbss.response" />
<!-- Compila i sorgenti e impacchetta le classi in un jar allo scopo di utilizzarlo per la build del sim***.ear -->
<mkdir dir="${wsdev.res.dbss.response}/temp" />
<unzip src="${wsdev.res.dbss.response}/WirelineNumberPortbilityMgmtResponse_ConcreteNOTembeded_wsdl.jar" dest="${wsdev.res.dbss.response}/temp" />
<javac includeantruntime="false" srcdir="${wsdev.res.dbss.response}/temp" includes="**/*.java">
<classpath refid="ws.gen.all.classpath" />
</javac>
<jar destfile="${wsdev.res.dbss.response}/WSDBSSWirelineNPMgmtResponseCommon.jar">
<fileset dir="${wsdev.res.dbss.response}/temp" />
</jar>
<delete dir="${wsdev.res.dbss.response}/temp" />
</target>
<target name="buildWSWirelineNPMgmtResponse">
<jwsc srcdir="${wsdev.wssrc.path}" destdir="${wsdev.dbss.response.building.path}" classpathref="ws.gen.all.classpath" debug="on">
<module contextPath="simWirelineNPMgmtResponse" name="simWirelineNPMgmtResponse">
<jws file="gnp/sim/ws/dbss/response/WirelineNumberPortabilityMgmtResponsePortTypeImpl.java" compiledWsdl="${wsdev.res.dbss.response}/WSDBSSWirelineNPMgmtResponseCommon.jar" />
</module>
</jwsc>
<ear destfile="${wsdev.deploy}/SimWSWirelineNPMgmtResponse.ear" appxml="${wsdev.dbss.response.building.path}/META-INF/application.xml">
<fileset dir="${wsdev.dbss.response.building.path}" />
</ear>
</target>
<!-- FINE TARGET CREAZIONE SIMULATORE SERVER PER WS DBSS WirelineNumberPortabilityMgmtResponse -->
<!--
INIZIO TARGET CREAZIONE SIMULATORE SERVER PER WS DBSS RetrieveAdditionalLines
ATTENZIONE!! Se si lancia il target "genWSArtifactDbssRetrieveAdditionalLines" viene
sovrascritta la classe di implementazione gnp/sim/ws/dbss/retrieveadditionallines/RetrieveAdditionalLinesPortTypeImpl.java
-->
<target name="genWSArtifactDbssRetrieveAdditionalLines" depends="chiediconferma" if="do.artifacts">
<echo>"${wsdev.wsdl.dbss.retrieveadditionallines.path}/RetrieveAdditionalLines_Concrete.wsdl"</echo>
<wsdlc srcWsdl="${wsdev.wsdl.dbss.retrieveadditionallines.path}/RetrieveAdditionalLines_Concrete.wsdl" destJwsDir="${wsdev.res.dbss.retrieveadditionallines}" destImplDir="${wsdev.wssrc.path}" packageName="gnp.sim.ws.dbss.retrieveadditionallines" />
<!-- Compila i sorgenti e impacchetta le classi in un jar allo scopo di utilizzarlo per la build del sim***.ear -->
<mkdir dir="${wsdev.res.dbss.retrieveadditionallines}/temp" />
<unzip src="${wsdev.res.dbss.retrieveadditionallines}/RetrieveAdditionalLines_Concrete_wsdl.jar" dest="${wsdev.res.dbss.retrieveadditionallines}/temp" />
<javac includeantruntime="false" srcdir="${wsdev.res.dbss.retrieveadditionallines}/temp" includes="**/*.java">
<classpath refid="ws.gen.all.classpath" />
</javac>
<jar destfile="${wsdev.res.dbss.retrieveadditionallines}/WSDBSSRetrieveAdditionalLinesCommon.jar">
<fileset dir="${wsdev.res.dbss.retrieveadditionallines}/temp" />
</jar>
<delete dir="${wsdev.res.dbss.retrieveadditionallines}/temp" />
</target>
<target name="buildWSRetrieveAdditionalLines">
<jwsc srcdir="${wsdev.wssrc.path}" destdir="${wsdev.dbss.retrieveadditionallines.building.path}" classpathref="ws.gen.all.classpath" debug="on">
<module contextPath="simRetrieveAdditionalLines" name="simRetrieveAdditionalLines">
<jws file="gnp/sim/ws/dbss/retrieveadditionallines/RetrieveAdditionalLinesPortTypeImpl.java" compiledWsdl="${wsdev.res.dbss.retrieveadditionallines}/WSDBSSRetrieveAdditionalLinesCommon.jar" />
</module>
</jwsc>
<ear destfile="${wsdev.deploy}/SimWSRetrieveAdditionalLines.ear" appxml="${wsdev.dbss.retrieveadditionallines.building.path}/META-INF/application.xml">
<fileset dir="${wsdev.dbss.retrieveadditionallines.building.path}" />
</ear>
</target>
<!-- FINE TARGET CREAZIONE SIMULATORE SERVER PER WS DBSS RetrieveAdditionalLines -->
<!-- INIZIO TARGET CREAZIONE SIMULATORE SERVER PER WS NOW CheckNP (verificaSistemaNP)
ATTENZIONE!! Se si lancia il target "genWSArtifactNowCheckNP" viene
sovrascritta la classe di implementazione CheckNPPortTypeImpl.java -->
<target name="genWSArtifactNowCheckNP" depends="chiediconferma" if="do.artifacts">
<echo>"${wsdev.wsdl.now.path}/CheckNP_DBCFX.WSDL"</echo>
<wsdlc srcWsdl="${wsdev.wsdl.now.path}/CheckNP_DBCFX.WSDL" destJwsDir="${wsdev.res.now}" destImplDir="${wsdev.wssrc.path}" packageName="gnp.sim.ws.now" />
<!-- Compila i sorgenti e impacchetta le classi in un jar allo scopo di utilizzarlo per la build del sim***.ear -->
<mkdir dir="${wsdev.res.now}/temp" />
<unzip src="${wsdev.res.now}/CheckNP_DBCFX_wsdl.jar" dest="${wsdev.res.now}/temp" />
<javac includeantruntime="false" srcdir="${wsdev.res.now}/temp" includes="**/*.java">
<classpath refid="ws.gen.all.classpath" />
</javac>
<jar destfile="${wsdev.res.now}/CheckNPServSim.jar">
<fileset dir="${wsdev.res.now}/temp" />
</jar>
<delete dir="${wsdev.res.now}/temp" />
</target>
<target name="buildWSCheckNP">
<jwsc srcdir="${wsdev.wssrc.path}" destdir="${wsdev.now.building.path}" classpathref="ws.gen.all.classpath" debug="on">
<module contextPath="simCheckNP" name="simCheckNP">
<jws file="gnp/sim/ws/now/CheckNPPortTypeImpl.java" compiledWsdl="${wsdev.res.now}/CheckNPServSim.jar" />
</module>
</jwsc>
<ear destfile="${wsdev.deploy}/SimCheckNP.ear" appxml="${wsdev.now.building.path}/META-INF/application.xml">
<fileset dir="${wsdev.now.building.path}" />
</ear>
</target>
<!-- FINE TARGET CREAZIONE SIMULATORE SERVER PER WS NOW CheckNP -->
<!-- INIZIO TARGET CREAZIONE SIMULATORE SERVER PER WS DBSS CustomerLocationQuery
ATTENZIONE!! Se si lancia il target "genWSArtifactDBSSCustomerLocationQuery" viene
sovrascritta la classe di implementazione CheckNPPortTypeImpl.java -->
<target name="genWSArtifactDBSSCustomerLocationQuery" depends="chiediconferma" if="do.artifacts">
<echo>"${wsdev.wsdl.dbss.custlocq.path}/CustomerLocationQuery_Concrete.wsdl"</echo>
<wsdlc srcWsdl="${wsdev.wsdl.dbss.custlocq.path}/CustomerLocationQuery_Concrete.wsdl" destJwsDir="${wsdev.res.dbss.custlocq}" destImplDir="${wsdev.wssrc.path}" packageName="gnp.sim.ws.dbss.customerlocationqeury" />
<!-- Compila i sorgenti e impacchetta le classi in un jar allo scopo di utilizzarlo per la build del sim***.ear -->
<mkdir dir="${wsdev.res.dbss.custlocq}/temp" />
<unzip src="${wsdev.res.dbss.custlocq}/CustomerLocationQuery_Concrete_wsdl.jar" dest="${wsdev.res.dbss.custlocq}/temp" />
<javac includeantruntime="false" srcdir="${wsdev.res.dbss.custlocq}/temp" includes="**/*.java">
<classpath refid="ws.gen.all.classpath" />
</javac>
<jar destfile="${wsdev.res.dbss.custlocq}/CustomerLocationQuerySim.jar">
<fileset dir="${wsdev.res.dbss.custlocq}/temp" />
</jar>
<delete dir="${wsdev.res.dbss.custlocq}/temp" />
</target>
<target name="buildWSCustomerLocationQuery">
<jwsc srcdir="${wsdev.wssrc.path}" destdir="${wsdev.dbss.custlocq.building.path}" classpathref="ws.gen.all.classpath" debug="on">
<module contextPath="simCustomerLocationQuery" name="simCustomerLocationQuery">
<jws file="gnp/sim/ws/dbss/customerlocationqeury/CustomerLocationQueryPortTypeImpl.java" compiledWsdl="${wsdev.res.dbss.custlocq}/CustomerLocationQuerySim.jar" />
</module>
</jwsc>
<ear destfile="${wsdev.deploy}/SimCustomerLocationQuery.ear" appxml="${wsdev.dbss.custlocq.building.path}/META-INF/application.xml">
<fileset dir="${wsdev.dbss.custlocq.building.path}" />
</ear>
</target>
<!-- FINE TARGET CREAZIONE SIMULATORE SERVER PER WS DBSS CustomerLocationQuery -->
<!-- ****************************************************************
TARGET CREAZIONE ARTEFATTI CLIENT PER WS VERSO DBSS WIRELINE MGMT
**************************************************************** -->
<target name="WSDBSSClientGen" depends="">
<mkdir dir="${wsdev.dbss.client.path}/temp" />
<clientgen wsdl="${project.home}/wsdbcfx/wsdl/dbss/WirelineNumberPortabilityMgmt.wsdl" destDir="${wsdev.dbss.client.path}/temp" packageName="it.valueteam.dbcfx.ws.dbss.client" type="JAXRPC" />
<!-- Compila i sorgenti e impacchetta le classi in un jar allo scopo di utilizzarlo con Eclipse -->
<javac includeantruntime="false" srcdir="${wsdev.dbss.client.path}/temp" includes="**/*.java">
<classpath refid="ws.gen.all.classpath" />
</javac>
<jar destfile="${wsdev.dbss.client.path}/WSDBSSclient.jar">
<fileset dir="${wsdev.dbss.client.path}/temp" />
</jar>
<delete dir="${wsdev.dbss.client.path}/temp" />
</target>
<!-- **************************************************************
TARGET CREAZIONE ARTEFATTI CLIENT PER WS VERSO DBSS ESITO FRODI
*************************************************************** -->
<target name="WSDBSSEsitoFrodiClientGen" depends="">
<mkdir dir="${wsdev.dbss.client.path}/temp" />
<clientgen wsdl="${project.home}/wsdbcfx/wsdl/dbss/EsitoFrodiMgmt.wsdl" destDir="${wsdev.dbss.client.path}/temp" packageName="it.valueteam.dbcfx.ws.dbss.esitofrodi.client" type="JAXRPC" />
<!-- Compila i sorgenti e impacchetta le classi in un jar allo scopo di utilizzarlo con Eclipse -->
<javac includeantruntime="false" srcdir="${wsdev.dbss.client.path}/temp" includes="**/*.java">
<classpath refid="ws.gen.all.classpath" />
</javac>
<jar destfile="${wsdev.dbss.client.path}/WSDBSSEsitoFrodiClient.jar">
<fileset dir="${wsdev.dbss.client.path}/temp" />
</jar>
<delete dir="${wsdev.dbss.client.path}/temp" />
</target>
<!-- **************************************************************
TARGET CREAZIONE ARTEFATTI CLIENT PER WS RICHIAMATO DA NOW, CheckRetailPlatform
*************************************************************** -->
<target name="WSNowCheckRetailClientGen" depends="">
<mkdir dir="${wsdev.now.client.path}/temp" />
<clientgen wsdl="${project.home}/wsdbcfx/wsdl/now/CheckRetailPlatform.wsdl" destDir="${wsdev.now.client.path}/temp" packageName="it.valueteam.dbcfx.ws.now.checkretailclient" type="JAXRPC" />
<!-- Compila i sorgenti e impacchetta le classi in un jar allo scopo di utilizzarlo con Eclipse -->
<javac includeantruntime="false" srcdir="${wsdev.now.client.path}/temp" includes="**/*.java">
<classpath refid="ws.gen.all.classpath" />
</javac>
<jar destfile="${wsdev.now.client.path}/WSNowCheckRetailClient.jar">
<fileset dir="${wsdev.now.client.path}/temp" />
</jar>
<delete dir="${wsdev.now.client.path}/temp" />
</target>
<!-- INIZIO TARGET CREAZIONE SIMULATORE SERVER PER WS DBSS CustomerOrderNumberPortabilityMgmt
ATTENZIONE!! Se si lancia il target "genWSArtifactDbssCustomerOrderNumberPortabilityMgmt" viene
sovrascritta la classe di implementazione gnp/sim/ws/dbss/customerordernpmgmt/CustomerOrderNumberPortabilityMgmtPortTypeImpl.java -->
<target name="genWSArtifactDbssCustomerOrderNumberPortabilityMgmt" depends="chiediconferma" if="do.artifacts">
<echo>"${wsdev.wsdl.dbss.customerordernpmgmt.path}/CustomerOrderNumberPortabilityMgmt_Concrete.wsdl"</echo>
<wsdlc srcWsdl="${wsdev.wsdl.dbss.customerordernpmgmt.path}/CustomerOrderNumberPortabilityMgmt_Concrete.wsdl" destJwsDir="${wsdev.res.dbss.customerordernpmgmt}" destImplDir="${wsdev.wssrc.path}" packageName="gnp.sim.ws.dbss.customerordernpmgmt" />
<!-- Compila i sorgenti e impacchetta le classi in un jar allo scopo di utilizzarlo per la build del sim***.ear -->
<mkdir dir="${wsdev.res.dbss.customerordernpmgmt}/temp" />
<unzip src="${wsdev.res.dbss.customerordernpmgmt}/CustomerOrderNumberPortabilityMgmt_Concrete_wsdl.jar" dest="${wsdev.res.dbss.customerordernpmgmt}/temp" />
<javac includeantruntime="false" srcdir="${wsdev.res.dbss.customerordernpmgmt}/temp" includes="**/*.java">
<classpath refid="ws.gen.all.classpath" />
</javac>
<jar destfile="${wsdev.res.dbss.customerordernpmgmt}/WSDBSSCustomerOrderNPMgmtCommon.jar">
<fileset dir="${wsdev.res.dbss.customerordernpmgmt}/temp" />
</jar>
<delete dir="${wsdev.res.dbss.customerordernpmgmt}/temp" />
</target>
<target name="buildWSCustomerOrderNumberPortabilityMgmt">
<jwsc srcdir="${wsdev.wssrc.path}" destdir="${wsdev.dbss.customerordernpmgmt.building.path}" classpathref="ws.gen.all.classpath" debug="on">
<module contextPath="simCustomerOrderNPMgmt" name="simCustomerOrderNPMgmt">
<jws file="gnp/sim/ws/dbss/customerordernpmgmt/CustomerOrderNumberPortabilityMgmtPortTypeImpl.java" compiledWsdl="${wsdev.res.dbss.customerordernpmgmt}/WSDBSSCustomerOrderNPMgmtCommon.jar" />
</module>
</jwsc>
<ear destfile="${wsdev.deploy}/SimWSCustomerOrderNPMgmt.ear" appxml="${wsdev.dbss.customerordernpmgmt.building.path}/META-INF/application.xml">
<fileset dir="${wsdev.dbss.customerordernpmgmt.building.path}" />
</ear>
</target>
<!-- FINE TARGET CREAZIONE SIMULATORE SERVER PER WS DBSS CustomerOrderNumberPortabilityMgmt -->
<!-- INIZIO TARGET CREAZIONE SIMULATORE SERVER PER WS DBSS CustomerOrderMgmt
ATTENZIONE!! Se si lancia il target "genWSArtifactDbssCustomerOrderMgmt" viene
sovrascritta la classe di implementazione gnp/sim/ws/dbss/customerordermgmt/CustomerOrderMgmtPortTypeImpl.java -->
<target name="genWSArtifactDbssCustomerOrderMgmt" depends="chiediconferma" if="do.artifacts">
<echo>"${wsdev.wsdl.dbss.customerordermgmt.path}/CustomerOrderMgmt_Concrete_EMBEDDED.wsdl"</echo>
<wsdlc srcWsdl="${wsdev.wsdl.dbss.customerordermgmt.path}/CustomerOrderMgmt_Concrete_EMBEDDED.wsdl" destJwsDir="${wsdev.res.dbss.customerordermgmt}" destImplDir="${wsdev.wssrc.path}" packageName="gnp.sim.ws.dbss.customerordermgmt" />
<!-- Compila i sorgenti e impacchetta le classi in un jar allo scopo di utilizzarlo per la build del sim***.ear -->
<mkdir dir="${wsdev.res.dbss.customerordermgmt}/temp" />
<unzip src="${wsdev.res.dbss.customerordermgmt}/CustomerOrderMgmt_Concrete_EMBEDDED_wsdl.jar" dest="${wsdev.res.dbss.customerordermgmt}/temp" />
<javac includeantruntime="false" srcdir="${wsdev.res.dbss.customerordermgmt}/temp" includes="**/*.java">
<classpath refid="ws.gen.all.classpath" />
</javac>
<jar destfile="${wsdev.res.dbss.customerordermgmt}/WSDBSSCustomerOrderMgmtCommon.jar">
<fileset dir="${wsdev.res.dbss.customerordermgmt}/temp" />
</jar>
<delete dir="${wsdev.res.dbss.customerordermgmt}/temp" />
</target>
<target name="buildWSCustomerOrderMgmt">
<jwsc srcdir="${wsdev.wssrc.path}" destdir="${wsdev.dbss.customerordermgmt.building.path}" classpathref="ws.gen.all.classpath" debug="on">
<module contextPath="simCustomerOrderMgmt" name="simCustomerOrderMgmt">
<jws file="gnp/sim/ws/dbss/customerordermgmt/CustomerOrderMgmtPortTypeImpl.java" compiledWsdl="${wsdev.res.dbss.customerordermgmt}/WSDBSSCustomerOrderMgmtCommon.jar" />
</module>
</jwsc>
<ear destfile="${wsdev.deploy}/SimWSCustomerOrderMgmt.ear" appxml="${wsdev.dbss.customerordermgmt.building.path}/META-INF/application.xml">
<fileset dir="${wsdev.dbss.customerordermgmt.building.path}" />
</ear>
</target>
<!-- FINE TARGET CREAZIONE SIMULATORE SERVER PER WS DBSS CustomerOrderMgmt -->
<!-- INIZIO TARGET CREAZIONE SIMULATORE SERVER PER WS DBSS WirelinePortOutOrderMgmt
ATTENZIONE!! Se si lancia il target "genWSArtifactDbssWirelinePortOutOrderMgmt" viene
sovrascritta la classe di implementazione gnp/sim/ws/dbss/wirelineportoutordermgmt/WirelinePortOutOrderMgmtPortTypeImpl.java -->
<target name="genWSArtifactDbssWirelinePortOutOrderMgmt" depends="chiediconferma" if="do.artifacts">
<echo>"${wsdev.wsdl.dbss.wirelineportoutordermgmt.path}/WirelinePortOutOrderMgmt_Concrete.wsdl"</echo>
<wsdlc srcWsdl="${wsdev.wsdl.dbss.wirelineportoutordermgmt.path}/WirelinePortOutOrderMgmt_Concrete.wsdl" destJwsDir="${wsdev.res.dbss.wirelineportoutordermgmt}" destImplDir="${wsdev.wssrc.path}" packageName="gnp.sim.ws.dbss.wirelineportoutordermgmt" />
<!-- Compila i sorgenti e impacchetta le classi in un jar allo scopo di utilizzarlo per la build del sim***.ear -->
<mkdir dir="${wsdev.res.dbss.wirelineportoutordermgmt}/temp" />
<unzip src="${wsdev.res.dbss.wirelineportoutordermgmt}/WirelinePortOutOrderMgmt_Concrete_wsdl.jar" dest="${wsdev.res.dbss.wirelineportoutordermgmt}/temp" />
<javac includeantruntime="false" srcdir="${wsdev.res.dbss.wirelineportoutordermgmt}/temp" includes="**/*.java">
<classpath refid="ws.gen.all.classpath" />
</javac>
<jar destfile="${wsdev.res.dbss.wirelineportoutordermgmt}/WSDBSSWirelinePortOutOrderMgmtCommon.jar">
<fileset dir="${wsdev.res.dbss.wirelineportoutordermgmt}/temp" />
</jar>
<delete dir="${wsdev.res.dbss.wirelineportoutordermgmt}/temp" />
</target>
<target name="buildWSWirelinePortOutOrderMgmt">
<jwsc srcdir="${wsdev.wssrc.path}" destdir="${wsdev.dbss.wirelineportoutordermgmt.building.path}" classpathref="ws.gen.all.classpath" debug="on">
<module contextPath="simWirelinePortOutOrderMgmt" name="simWirelinePortOutOrderMgmt">
<jws file="gnp/sim/ws/dbss/wirelineportoutordermgmt/WirelinePortOutOrderMgmtPortTypeImpl.java" compiledWsdl="${wsdev.res.dbss.wirelineportoutordermgmt}/WSDBSSWirelinePortOutOrderMgmtCommon.jar" />
</module>
</jwsc>
<ear destfile="${wsdev.deploy}/SimWSWirelinePortOutOrderMgmt.ear" appxml="${wsdev.dbss.wirelineportoutordermgmt.building.path}/META-INF/application.xml">
<fileset dir="${wsdev.dbss.wirelineportoutordermgmt.building.path}" />
</ear>
</target>
<!-- FINE TARGET CREAZIONE SIMULATORE SERVER PER WS DBSS WirelinePortOutOrderMgmt -->
<!-- INIZIO TARGET CREAZIONE SIMULATORE SERVER PER WS DBSS WirelineOLOPortInOrderMgmt
ATTENZIONE!! Se si lancia il target "genWSArtifactDbssWirelineOLOPortInOrderMgmt" viene
sovrascritta la classe di implementazione gnp/sim/ws/dbss/wirelineoloportinordermgmt/WirelineOLOPortInOrderMgmtPortTypeImpl.java -->
<target name="genWSArtifactDbssWirelineOLOPortInOrderMgmt" depends="chiediconferma" if="do.artifacts">
<echo>"${wsdev.wsdl.dbss.wirelineoloportinordermgmt.path}/WirelineOLOPortInOrderMgmt_Concrete.wsdl"</echo>
<wsdlc srcWsdl="${wsdev.wsdl.dbss.wirelineoloportinordermgmt.path}/WirelineOLOPortInOrderMgmt_Concrete.wsdl" destJwsDir="${wsdev.res.dbss.wirelineoloportinordermgmt}" destImplDir="${wsdev.wssrc.path}" packageName="gnp.sim.ws.dbss.wirelineoloportinordermgmt" />
<!-- Compila i sorgenti e impacchetta le classi in un jar allo scopo di utilizzarlo per la build del sim***.ear -->
<mkdir dir="${wsdev.res.dbss.wirelineoloportinordermgmt}/temp" />
<unzip src="${wsdev.res.dbss.wirelineoloportinordermgmt}/WirelineOLOPortInOrderMgmt_Concrete_wsdl.jar" dest="${wsdev.res.dbss.wirelineoloportinordermgmt}/temp" />
<javac includeantruntime="false" srcdir="${wsdev.res.dbss.wirelineoloportinordermgmt}/temp" includes="**/*.java">
<classpath refid="ws.gen.all.classpath" />
</javac>
<jar destfile="${wsdev.res.dbss.wirelineoloportinordermgmt}/WSDBSSWirelineOLOPortInOrderMgmtCommon.jar">
<fileset dir="${wsdev.res.dbss.wirelineoloportinordermgmt}/temp" />
</jar>
<delete dir="${wsdev.res.dbss.wirelineoloportinordermgmt}/temp" />
</target>
<target name="buildWSWirelineOLOPortInOrderMgmt">
<jwsc srcdir="${wsdev.wssrc.path}" destdir="${wsdev.dbss.wirelineoloportinordermgmt.building.path}" classpathref="ws.gen.all.classpath" debug="on">
<module contextPath="simWirelineOLOPortInOrderMgmt" name="simWirelineOLOPortInOrderMgmt">
<jws file="gnp/sim/ws/dbss/wirelineoloportinordermgmt/WirelineOLOPortInOrderMgmtPortTypeImpl.java" compiledWsdl="${wsdev.res.dbss.wirelineoloportinordermgmt}/WSDBSSWirelineOLOPortInOrderMgmtCommon.jar" />
</module>
</jwsc>
<ear destfile="${wsdev.deploy}/SimWSWirelineOLOPortInOrderMgmt.ear" appxml="${wsdev.dbss.wirelineoloportinordermgmt.building.path}/META-INF/application.xml">
<fileset dir="${wsdev.dbss.wirelineoloportinordermgmt.building.path}" />
</ear>
</target>
<!-- FINE TARGET CREAZIONE SIMULATORE SERVER PER WS DBSS WirelineOLOPortInOrderMgmt -->
</project>