How to use zospackage.xml to automate the RTC Enterprise package after zOS dependency build is completed?
I'm using Enterprise packaging to move the RTC component to UCD, I'm in the amid of automating the package after zOS dependency build is completed, while searching for the automation script have had come across zospackage.xml . Here my doubt is how and where to use the zospackage.xml to automate the package? is there any document available to explore the zospackage.xml
Accepted answer
Hi Dhinesh, I'm using RTC version 6 and not sure yours. A package definition needs to be defined. In the z/OS Packaging tab of the package definition, you can define the UrbanCode Deploy packaging options as well as specifying the UCD component name. The zospackage.xml script is part of the RTC Build Toolkit and it is called by another script "package.xml" which is defaulted as the build file. You can confirm that in the Ant tab of the package definition. If you only want to move the RTC components to UCD as a component verison, you don't need to change any script files provided as part of the toolkit. However, if you need to trigger a UCD process in addition, then you might need to customize the zospackage.xml script file.
Comments
1 vote