Can you suggest IBM info center link to compile RTCz COBOL - DB2 program?
![]()
Vijayalakshmie K Ekan (7●1●11●16)
| asked Oct 27 '14, 3:13 a.m.
retagged Dec 08 '14, 3:27 p.m. by Ken Tessier (841●1●7)
I ma working with RTCz (RTC system z) . Created Language Definition, Translator and Build engine of type Rational Buuild Agent.
But when i request build, it is failing with antlib.xml unable to load. Can you suggest procedure , how to perform the same. Thanks in Advance. Regards, Viji |
2 answers
![]()
If you're looking for information on how to define and set up your builds, I recommend reading through http://www-01.ibm.com/support/knowledgecenter/SSCP65_5.0.1/com.ibm.team.build.doc/topics/c_ee_z_aboutdepbuild.html?lang=en
But it sounds like you may have already set up your build definition. That antlib.xml error you mentioned sounds like you possibly have a mis-configured z/OS build system toolkit (e.g. in your script that starts up bfagent, does it set the environment variable BLD_TOOLKIT to the toolkit directory?). Try reading through http://www-01.ibm.com/support/knowledgecenter/SSCP65_5.0.1/com.ibm.jazz.install.doc/topics/t_install_build_toolkit.html?lang=en to see if you're missing anything.
|