Running Dependency Based User Builds from IBM Wazi for Eclipse or IBM Developer for z/OS
In this tutorial, you can find instructions on how to run dependency based user builds from IBM Developer for z/OS. For more information, see Starting a User Build
To run a Dependency Based User Build, complete the following steps:
-
In the z/OS Projects perspective, click the project and select Dependency Based Build > Generate Property Group.
For this exercise, select Local COBOL Settings and click Finish.
-
Right-click
SAM1.cbl
in the z/OS Projects perspective, or in the editor, and select Dependency Based Build and then Configure User Build. A wizard comes up to help configure the DBB User Build run. -
Complete the Configure User Build Operation page, and then click Next.
- Select the zOS system.
- Select the build script.
- Browse the remote system
/u/ibmuser/projects/dbb-zappbuild/build.groovy
. - Enter the build sandbox folder
/u/ibmuser/projects
. - Enter the build destination HLQ
IBMUSER.SAMPLE
.
-
In the CFile Attributes page, use the default options, and then click Next.
-
In the Log File page, use the default options, and then click Next.
-
Specify additional parameters in the Script Parameters page, and then click Next.
- Add a Dependency Based Build command
- Option: --application
- Value: zopeneditor-sample
- Add a Dependency Based Build command
-
In the Additional File to Load page, expand the project
zopeneditor-sample
, and select theapplication-conf
folder. And then, click Next. -
View the summary of User Build Operation, and then click Finish.
- If
SAM1.cbl
already exists, select the option Overwrite and click OK. - If resources already exist, click Overwrite All.
- Overwrite the temporary logs for previous builds, click OK.
- DBB User Build Information is displayed, click OK.
- You can see the following information in the console log:
- Build State: CLEAN
- Total files processed: 1
- If