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>