Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

Build finished with warnings.

Hi, I am using RTC 2.0.0.2 iFix5
I have a build script based in ANT that executes without problems. In
fact, at the end, it shows BUILD SUCCESSFUL.
But, it is shown as complete with warnings (yellow triangle) instead the
green mark.

Why? Where should I find the warning? The log doesn't show any warning.

BTW, it seems the "problematic" task is <execute> for an external
command which shows some traces. But it completes successfully. If I
remove it, there are no warnings.

This is the ANT task:

<exec>
<arg>
</exec>


Any hint?

Thanks in advance,

Chemi.

0 votes



One answer

Permanent link
On 11/24/2010 3:13 PM, Chemi wrote:
Hi, I am using RTC 2.0.0.2 iFix5
I have a build script based in ANT that executes without problems. In
fact, at the end, it shows BUILD SUCCESSFUL.
But, it is shown as complete with warnings (yellow triangle) instead the
green mark.

Why? Where should I find the warning? The log doesn't show any warning.

BTW, it seems the "problematic" task is <execute> for an external
command which shows some traces. But it completes successfully. If I
remove it, there are no warnings.

This is the ANT task:

exec executable="${was.profile}/bin/wsadmin.bat" spawn="false"
arg line="-f ../../EmpleadoBuild/build/stop_ear.py -lang jython
-conntype SOAP -host win2003serv -port 8880 -user admin -password admin
EmpleadoEAR"/
/exec


Any hint?

Thanks in advance,

Chemi.

Forget it, the problem was a typo in a activity Id in a complete
activity task. :-(

0 votes

Your answer

Register or log in to post your answer.

Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details

Question asked: Nov 24 '10, 9:23 a.m.

Question was seen: 4,746 times

Last updated: Nov 24 '10, 9:23 a.m.

Confirmation Cancel Confirm