Menu

#12 Eclipse/CC communication works, but no status messages.

open
nobody
None
5
2004-05-14
2004-05-14
No

I'm using CC 1.0.4 and Ant 1.6.1. I finally think I have
things working together. I know this because if my build
fails, I do indeed receive the following message
autonomously from CruiseControl, which I can see inside
Eclipse Dashboard plugin:

***Build notification (5/14 1:25 PM)
Build failed

However, I cannot see any other status message that I
would like to see. Is there something wrong with my
properties file. Here it is:

<dashboard>
<targets>
<target name="compile" event="PASSED">
<message index="4"/>
</target>
<target name="compile" event="STARTED">
<message index="3"/>
</target>
<target name="init" event="STARTED">
<message index="2"/>
</target>
<target name="clean" event="STARTED">
<message index="1"/>
</target>
</targets>
</dashboard>

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.