Build marked as failed but every object has been created
Hi,
I have a build which fails but every object has been created. The protocol "bldrec" flags the first entry as failed but the object has been created successfully.
The build.log shows no error at all (at least none obvious to me).
The "failed" object in question is physical file on an IBM i server with a DDS source.
The build fails regardsless if the object in question exists or not prior to the build.
BTW we also got the same problem with the maillist example.
Any ideas?
Thanx in advance
Mihael
I have a build which fails but every object has been created. The protocol "bldrec" flags the first entry as failed but the object has been created successfully.
<buildrecords>
<project name="xxx">
<builder id="">
<outputs>
<output attribute="" library="RTCPROD" name="ALTDUMY_00" status="BUILD_FAILED" type="*FILE">
<input file="QDDSSRC" library="RTCPROD" name="ALTDUMY_00" type="PF"/>
</output>
...
The build.log shows no error at all (at least none obvious to me).
The "failed" object in question is physical file on an IBM i server with a DDS source.
The build fails regardsless if the object in question exists or not prior to the build.
BTW we also got the same problem with the maillist example.
Any ideas?
Thanx in advance
Mihael
3 answers
Did anyone work out what was causing this problem?
Experiencing exactly the same problem on a 3.0.1 install, running an IBM i Rational Build Agent Build
The Build is marked as failed, though the build agent service log, shows the build was successful, and the 2 pgms have been compiled successfully into the correct library based on the build definition.
However the build output record, shows one object (module) status=Build Failed
Many thanks
Lionel
Experiencing exactly the same problem on a 3.0.1 install, running an IBM i Rational Build Agent Build
The Build is marked as failed, though the build agent service log, shows the build was successful, and the 2 pgms have been compiled successfully into the correct library based on the build definition.
However the build output record, shows one object (module) status=Build Failed
Many thanks
Lionel
I would recommend adding verbose logging by going to the Build Options tab of your build definition and expanding the Ant Configuration (Advanced) section. In Ant Arguments field add "-verbose" without the quotes.
If this does not provide any information to help open a defect and provide all the log files.
If this does not provide any information to help open a defect and provide all the log files.
Did anyone work out what was causing this problem?
Experiencing exactly the same problem on a 3.0.1 install, running an IBM i Rational Build Agent Build
The Build is marked as failed, though the build agent service log, shows the build was successful, and the 2 pgms have been compiled successfully into the correct library based on the build definition.
However the build output record, shows one object (module) status=Build Failed
Many thanks
Lionel