BPM 8.5.5 SCA module build problem
I'm struggling to configure a BPM build on my Windows Server 2008 R2 build server, running the RTC Build System Toolkit 4.0.7. The aim is to create EAR files for Short Running Process Orchestrations via an RTC build, then eventually for those built artefacts to be deployed via UrbanCode.
I have abandoned the runAntWid.bat approach in favour of using the servicedeploy Ant task provided by com.ibm.websphere.ant.tasks.ServiceDeployTask; my problem is identifying what jar file provides that Ant task.
I have installed IID 8.5.5.0 and its Unit Test Environment, which is WAS 8.5.5.0 but I can't find the right jar file anywhere. IBM documentation doesn't help - it tells me the task is in the package com.ibm.websphere.ant.tasks but not where to get it from! And I have looked long and hard.
If anyone can enlighten me I'd be most grateful.
Cliff
Accepted answer
Cliff,
We are able to create the EAR successfully using Servicedeploy.bat in ant script ..the script fetch the data from RTC, prepare build in buildsystem and create the EAR.
first you need to do the following steps:
1) Install BPM software in your build systems(Windows or unix OS system).
2) after you have installed BPM, there is a serviceDeploy.bat/.sh created under bin directory.
3) you need to call that bat file inside Ant script, Give the whole data as a input zip file formate to servicedeploy.bat, the script will automatically compile the SCA module and create the EAR file(ex:--CliffABCservice.zip-->ServiceDeploy.bat-->CliffABCService.ear).
4) after created the EAR file(SCA module EAR file) we can deploy the EAR in any BPM server.
Note :---- Normal EAR file, cant deploy in BPM server, Only sca module ear that prepare by servicedeploly.bat will be accepted by BPM server).
Thanks,
Anil kumar
Phone: 9632440620(india)
email: anilchandu@gmail.com