You have now successfully defined all of the steps needed
to complete this tutorial. To request a build, perform the following
steps:
- In the Team Artifacts view, select your build definition,
right-click it to show the context menu, then select Request
Build.
- Click Submit on the Request Build
panel.
- If a warning is displayed that states that the build engine
does not seem to be processing requests, click OK to
submit the request.
- In the Builds view, be sure you periodically check the
status of your build. Click Update to refresh
the status view.
- When the build is complete, double-click the build result.
- Go to the Logs tab and double-click the log file. The
Logs tab should contain the following files:
- Two SYSPRINT.log files: One file contains the output from the
COBOL compiler; the other contains the output from the link-editor.
- build-XXXXXXXXXXXXXX.log. This file contains the Rational® Build Agent build log.
- Look at the last lines of the Rational Build Agent log. If you see a Status:OK message,
you have successfully completed this tutorial.
- The Downloads tab of the build results should contain the
following files:
- build.properties
- A properties file that contains all properties and their values
used to perform this Antz build.
- buildableFiles.xml
- An XML file that contains information about each file that the
Antz build processed. Only those files associated with a language
definition are included in this list.
- FAOperationList.xml
- An XML file that contains operations that were requested of the
File Agent during this build.
- fetchedFiles.xml
- An XML file that contains information about each file that was
extracted from the repository by the file agent during this build.
- macrodefs.xml
- An XML file that contains Ant macros that were generated for use
by this build. The contents of these macros are created based on values
you specified in the language definitions associated with the files
processed by this build.