You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 23, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: addtocicsbundle/README.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ If the CICS bundle contains only pre-built Java archive files, it does not need
14
14
## Requirements
15
15
16
16
*[bash](https://www.gnu.org/software/bash/bash.html?cm_mc_uid=33935548072714933125385&cm_mc_sid_50200000=1493879051&cm_mc_sid_52640000=1493879738#downloading) is used to run the script. For Linux this is likely pre-installed.
17
-
*[xmlstarlet](http://xmlstar.sourceforge.net/overview.php) used to update the CICS bundle manifest file cics.xml. For Linux this is likely available for installation from your distribution package manager.
17
+
*[xmlstarlet](http://xmlstar.sourceforge.net/overview.php)is used to update the CICS bundle manifest file cics.xml. For Linux this is likely available for installation from your distribution package manager.
18
18
19
19
## Usage
20
20
@@ -37,12 +37,12 @@ DIRECTORY is the CICS bundle directory
37
37
38
38
## Example
39
39
40
-
This example will create a CICS bundle in directory output/bundles/com.ibm.cics.server.examples.bundle and add all the Java archives in archive files in path javaarchives/*.
40
+
This example will create a CICS bundle in directory output/bundles/com.ibm.cics.server.examples.bundle and add all the Java archives found at javaarchives/*.
41
41
42
42
Note the `-a "javaarchives/*"` parameter includes quotation marks to avoid the shell interpreter expanding the * character.
43
43
44
44
~~~~console
45
-
$ scripts/addtocicsbundle -v -a "javaarchives/*" output/bundles/com.ibm.cics.server.examples.bundle
45
+
$ addtocicsbundle -v -a "javaarchives/*" output/bundles/com.ibm.cics.server.examples.bundle
Creating CICS bundle part file output/bundles/com.ibm.cics.server.examples.bundle/com.ibm.cics.server.examples.hello.osgibundle
@@ -81,4 +81,4 @@ Exiting with RC=0
81
81
82
82
The output directory can now be copied to the CICS [platform directory structure in z/OS UNIX](https://www.ibm.com/support/knowledgecenter/SSGMCP_5.3.0/com.ibm.cics.ts.productoverview.doc/concepts/platforms_directory_structure.html) such as /var/cicsts/CICSPlex/_platform1_/. A BUNDLE resource can then be defined and installed to install in CICS.
83
83
84
-
Alternatively, the bundles/MyBundle directory can be copied (staged) to IBM UrbanCode Deploy using the [pushcicsbundletoucd](../pushcicsbundletoucd) script and deployed using the [ucdtemplates](../ucdtemplates).
84
+
Alternatively, the output directory can be copied (staged) to IBM UrbanCode Deploy using the [pushcicsbundletoucd](../pushcicsbundletoucd) script and deployed using the [CICS bundle](../ucdtemplates) template.
0 commit comments