Hi,
I am getting the following error in my logs :
[cc]Mar-07 13:11:12 atusReportTask- Failed to reach dashboard instance :
http://localhost:8080/dashboard/buildloop/listener, either the dashboard has not started up or there is a network problem.
I am enclosing below my config.xml which I am using to test: (You can ignore bootstraping and modification set which I have disabled to save time in testing)
<cruisecontrol>
<project name="NAGM">
<listeners>
<currentbuildstatuslistener file="logs/${project.name}/status.txt" />
</listeners>
<bootstrappers>
<!--cvsbootstrapper localWorkingCopy="projects/${project.name}/qa/appserver" overwritechanges="true" /-->
</bootstrappers>
<!--modificationset quietperiod="10">
<cvs localWorkingCopy="projects/${project.name}" />
</modificationset-->
<schedule interval="86400">
<exec command="/usr/local/cvs/sbin/ccAnt.ksh" workingdir="projects/${project.name}/qa/appserver" args="/usr/local/cruisec
ontrol/apache-ant-1.7.0 /usr/java all" errorstr="Ant build failed" />
</schedule>
<log>
<merge dir="logs/${project.name}" />
</log>
<publishers>
<onsuccess>
<artifactspublisher dest="artifacts/${project.name}" file="projects/${project.name}/target/${project.name}.jar" />
</onsuccess>
</publishers>
</project>
</cruisecontrol>