<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to support-requests</title><link>https://sourceforge.net/p/dashboard/support-requests/</link><description>Recent changes to support-requests</description><atom:link href="https://sourceforge.net/p/dashboard/support-requests/feed.rss" rel="self"/><language>en</language><lastBuildDate>Mon, 23 Jan 2006 16:21:52 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/dashboard/support-requests/feed.rss" rel="self" type="application/rss+xml"/><item><title>Can't instantiate  logger</title><link>https://sourceforge.net/p/dashboard/support-requests/19/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I am trying to install dashboard with windows xp,&lt;br /&gt;
cc2.2.1, dashboard1.0.5 and ant1.6.2. I am using the&lt;br /&gt;
antscript in my config file. So far, I have added the 3&lt;br /&gt;
important files to the cruisecontrol classpath, adding&lt;br /&gt;
them to the cruisecontrol.bat as follows:&lt;/p&gt;
&lt;p&gt;set&lt;br /&gt;
CRUISE_PATH=%CRUISE_PATH%;%DISTDIR%\cruisecontrol.jar;%LIBDIR%\log4j.jar;%LIBDIR%\jdom.jar;%LIBDIR%\ant\ant.jar;%LIBDIR%\ant\ant-launcher.jar;%LIBDIR%\xerces.jar;%LIBDIR%\xalan.jar;%LIBDIR%\jakarta-oro-2.0.3.jar;%LIBDIR%\mail.jar;%LIBDIR%\junit.jar;%LIBDIR%\activation.jar;%LIBDIR%\commons-net-1.1.0.jar;%LIBDIR%\starteam-sdk.jar;%LIBDIR%\mx4j.jar;%LIBDIR%\mx4j-tools.jar;%LIBDIR%\mx4j-remote.jar;%LIBDIR%\smack.jar;%LIBDIR%\comm.jar;%LIBDIR%\x10.jar;%LIBDIR%;%LIBDIR%\dashboard-server-1.0.5.jar;.&lt;/p&gt;
&lt;p&gt;I have also added these 3 files to the classpath of ant&lt;br /&gt;
in my ant script as follows:&lt;br /&gt;
set&lt;br /&gt;
CLASSPATH=%JUNIT_HOME%/junit.jar;s:/lib/dashboard-server-1.0.5.jar;s:/lib/jdom.jar;s:/lib/;.&lt;/p&gt;
&lt;p&gt;My dashboard xml file is a stripped down version of the&lt;br /&gt;
example:&lt;/p&gt;
&lt;p&gt;&amp;lt;dashboard&amp;gt;&lt;br /&gt;
    &amp;lt;!-- Optional multicast settings - if omitted, they&lt;br /&gt;
will default to 236.1.2.3, 3274 --&amp;gt;&lt;br /&gt;
    &amp;lt;multicast&amp;gt;&lt;br /&gt;
        &amp;lt;host&amp;gt;236.1.2.3&amp;lt;/host&amp;gt;&lt;br /&gt;
        &amp;lt;port&amp;gt;3274&amp;lt;/port&amp;gt;&lt;br /&gt;
    &amp;lt;/multicast&amp;gt;&lt;br /&gt;
    &amp;lt;!-- Ant target to multicast message mappings --&amp;gt;&lt;br /&gt;
    &amp;lt;targets&amp;gt;&lt;br /&gt;
&amp;lt;!-- Send a message called "aaargh" only when&lt;br /&gt;
the test target fails --&amp;gt;&lt;br /&gt;
&amp;lt;target name="test" event="FAILED"&amp;gt;&lt;br /&gt;
&amp;lt;message name="aaargh" status="FAILED"/&amp;gt;&lt;br /&gt;
&amp;lt;/target&amp;gt;&lt;br /&gt;
    &amp;lt;/targets&amp;gt;&lt;br /&gt;
&amp;lt;/dashboard&amp;gt;&lt;/p&gt;
&lt;p&gt;I have tried it with and without the multicast, nothing&lt;br /&gt;
seems to help. I don't know what else to try. I turn on&lt;br /&gt;
the debugging in ant and the only error I get back is this:&lt;/p&gt;
&lt;p&gt;Unable to instantiate specified logger class&lt;br /&gt;
net.sourceforge.dashboard.cruisecontrol.CruiseBuildManager&lt;br /&gt;
: java.lang.RuntimeException&lt;br /&gt;
java.lang.RuntimeException&lt;br /&gt;
    at org.apache.tools.ant.Main.createLogger(Main.java:787)&lt;br /&gt;
    at&lt;br /&gt;
org.apache.tools.ant.Main.addBuildListeners(Main.java:710)&lt;br /&gt;
    at org.apache.tools.ant.Main.runBuild(Main.java:598)&lt;br /&gt;
    at org.apache.tools.ant.Main.startAnt(Main.java:188)&lt;br /&gt;
    at&lt;br /&gt;
org.apache.tools.ant.launch.Launcher.run(Launcher.java:196)&lt;br /&gt;
    at&lt;br /&gt;
org.apache.tools.ant.launch.Launcher.main(Launcher.java:55)&lt;/p&gt;
&lt;p&gt;Here is a copy of my config.xml command:&lt;/p&gt;
&lt;p&gt;&amp;lt;ant buildfile="S:/dist/build.xml"&lt;/p&gt;
&lt;p&gt;loggerClassName="net.sourceforge.dashboard.cruisecontrol.CruiseBuildManager"&lt;br /&gt;
uselogger="true"&lt;br /&gt;
usedebug="false"&lt;br /&gt;
usequiet="false"&lt;br /&gt;
antWorkingDir="S:/dist/cruiseControl/builds"&lt;br /&gt;
antscript="S:/dist/cruiseControl/ant.bat"&lt;br /&gt;
target="cruiseControl-build"&amp;gt;&lt;br /&gt;
    &amp;lt;/ant&amp;gt;&lt;/p&gt;
&lt;p&gt;What else can I try to do? Can anyone help?&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Mon, 23 Jan 2006 16:21:52 -0000</pubDate><guid>https://sourceforge.netc76fffc23cfe7ac7a78a5a6ea7033cdfb3961021</guid></item><item><title>Can't instantiate  logger</title><link>https://sourceforge.net/p/dashboard/support-requests/18/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I am trying to install dashboard with windows xp,&lt;br /&gt;
cc2.2.1, dashboard1.0.5 and ant1.6.2. I am using the&lt;br /&gt;
antscript in my config file. So far, I have added the 3&lt;br /&gt;
important files to the cruisecontrol classpath, adding&lt;br /&gt;
them to the cruisecontrol.bat as follows:&lt;/p&gt;
&lt;p&gt;set&lt;br /&gt;
CRUISE_PATH=%CRUISE_PATH%;%DISTDIR%\cruisecontrol.jar;%LIBDIR%\log4j.jar;%LIBDIR%\jdom.jar;%LIBDIR%\ant\ant.jar;%LIBDIR%\ant\ant-launcher.jar;%LIBDIR%\xerces.jar;%LIBDIR%\xalan.jar;%LIBDIR%\jakarta-oro-2.0.3.jar;%LIBDIR%\mail.jar;%LIBDIR%\junit.jar;%LIBDIR%\activation.jar;%LIBDIR%\commons-net-1.1.0.jar;%LIBDIR%\starteam-sdk.jar;%LIBDIR%\mx4j.jar;%LIBDIR%\mx4j-tools.jar;%LIBDIR%\mx4j-remote.jar;%LIBDIR%\smack.jar;%LIBDIR%\comm.jar;%LIBDIR%\x10.jar;%LIBDIR%;%LIBDIR%\dashboard-server-1.0.5.jar;.&lt;/p&gt;
&lt;p&gt;I have also added these 3 files to the classpath of ant&lt;br /&gt;
in my ant script as follows:&lt;br /&gt;
set&lt;br /&gt;
CLASSPATH=%JUNIT_HOME%/junit.jar;s:/lib/dashboard-server-1.0.5.jar;s:/lib/jdom.jar;s:/lib/;.&lt;/p&gt;
&lt;p&gt;My dashboard xml file is a stripped down version of the&lt;br /&gt;
example:&lt;/p&gt;
&lt;p&gt;&amp;lt;dashboard&amp;gt;&lt;br /&gt;
    &amp;lt;!-- Optional multicast settings - if omitted, they&lt;br /&gt;
will default to 236.1.2.3, 3274 --&amp;gt;&lt;br /&gt;
    &amp;lt;multicast&amp;gt;&lt;br /&gt;
        &amp;lt;host&amp;gt;236.1.2.3&amp;lt;/host&amp;gt;&lt;br /&gt;
        &amp;lt;port&amp;gt;3274&amp;lt;/port&amp;gt;&lt;br /&gt;
    &amp;lt;/multicast&amp;gt;&lt;br /&gt;
    &amp;lt;!-- Ant target to multicast message mappings --&amp;gt;&lt;br /&gt;
    &amp;lt;targets&amp;gt;&lt;br /&gt;
&amp;lt;!-- Send a message called "aaargh" only when&lt;br /&gt;
the test target fails --&amp;gt;&lt;br /&gt;
&amp;lt;target name="test" event="FAILED"&amp;gt;&lt;br /&gt;
&amp;lt;message name="aaargh" status="FAILED"/&amp;gt;&lt;br /&gt;
&amp;lt;/target&amp;gt;&lt;br /&gt;
    &amp;lt;/targets&amp;gt;&lt;br /&gt;
&amp;lt;/dashboard&amp;gt;&lt;/p&gt;
&lt;p&gt;I have tried it with and without the multicast, nothing&lt;br /&gt;
seems to help. I don't know what else to try. I turn on&lt;br /&gt;
the debugging in ant and the only error I get back is this:&lt;/p&gt;
&lt;p&gt;Unable to instantiate specified logger class&lt;br /&gt;
net.sourceforge.dashboard.cruisecontrol.CruiseBuildManager&lt;br /&gt;
: java.lang.RuntimeException&lt;br /&gt;
java.lang.RuntimeException&lt;br /&gt;
    at org.apache.tools.ant.Main.createLogger(Main.java:787)&lt;br /&gt;
    at&lt;br /&gt;
org.apache.tools.ant.Main.addBuildListeners(Main.java:710)&lt;br /&gt;
    at org.apache.tools.ant.Main.runBuild(Main.java:598)&lt;br /&gt;
    at org.apache.tools.ant.Main.startAnt(Main.java:188)&lt;br /&gt;
    at&lt;br /&gt;
org.apache.tools.ant.launch.Launcher.run(Launcher.java:196)&lt;br /&gt;
    at&lt;br /&gt;
org.apache.tools.ant.launch.Launcher.main(Launcher.java:55)&lt;/p&gt;
&lt;p&gt;Here is a copy of my config.xml command:&lt;/p&gt;
&lt;p&gt;&amp;lt;ant buildfile="S:/dist/build.xml"&lt;/p&gt;
&lt;p&gt;loggerClassName="net.sourceforge.dashboard.cruisecontrol.CruiseBuildManager"&lt;br /&gt;
uselogger="true"&lt;br /&gt;
usedebug="false"&lt;br /&gt;
usequiet="false"&lt;br /&gt;
antWorkingDir="S:/dist/cruiseControl/builds"&lt;br /&gt;
antscript="S:/dist/cruiseControl/ant.bat"&lt;br /&gt;
target="cruiseControl-build"&amp;gt;&lt;br /&gt;
    &amp;lt;/ant&amp;gt;&lt;/p&gt;
&lt;p&gt;What else can I try to do? Can anyone help?&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Thu, 19 Jan 2006 23:10:21 -0000</pubDate><guid>https://sourceforge.net01020a57af9b38c950f09fa41c5edfc7e63ea150</guid></item><item><title>Unable to instantiate listener net.sourceforge.dashboard.cru</title><link>https://sourceforge.net/p/dashboard/support-requests/17/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I've been trying to configure this plugin without success &lt;br /&gt;
with ant 1.6.2, cruisecontrol 2.2.1 and dashboard 1.0.5. &lt;/p&gt;
&lt;p&gt;Looked at the source code and noticed the last changes &lt;br /&gt;
were 18 months ago... &lt;/p&gt;
&lt;p&gt;Is this plugin still maintain?&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Mon, 18 Jul 2005 16:08:04 -0000</pubDate><guid>https://sourceforge.net6a926ef78e4c7b522233a8fbe2e4e2bd23b4bfb1</guid></item><item><title>Question Regarding JBuilder Integration</title><link>https://sourceforge.net/p/dashboard/support-requests/16/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I am wondering if there are any speical reason for not&lt;br /&gt;
having JBuilder integration with Dashboard.&lt;/p&gt;
&lt;p&gt;I am pretty familiar with JBuilder OpenTool APIs, and&lt;br /&gt;
I'd really love to contribute to dashboard (thus&lt;br /&gt;
CruiseControl) by adding an OpenTool for JBuilder.&lt;/p&gt;
&lt;p&gt;Thanks&lt;br /&gt;
Shane&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Wed, 11 Aug 2004 22:02:55 -0000</pubDate><guid>https://sourceforge.net62dbc8ea419d8e0753c8e88d913e37a26b1315d3</guid></item><item><title>installation process</title><link>https://sourceforge.net/p/dashboard/support-requests/15/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hello,&lt;br /&gt;
I would like to use the dashboard eclipse plugin. But &lt;br /&gt;
there is not a lot of documentation. Could you please &lt;br /&gt;
sum up the installation process like such a thing :&lt;br /&gt;
* download dashboard-eclipse-plugin &lt;br /&gt;
* download dahsbord server&lt;br /&gt;
* put the dashboard-eclipse-plugin  inside &lt;br /&gt;
$eclipse/plugins&lt;br /&gt;
* put the dashboard.jar file into your tomcat common/lib &lt;br /&gt;
dierctory (is it that?)&lt;br /&gt;
* open the eclipse preference page and enter data &lt;br /&gt;
(which ones?)&lt;br /&gt;
....&lt;br /&gt;
Could you please give such indications?&lt;br /&gt;
best regards&lt;br /&gt;
Xavier&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Xavier Méhaut</dc:creator><pubDate>Tue, 27 Jul 2004 13:01:14 -0000</pubDate><guid>https://sourceforge.net04c0086362e32bbc4af47d1370b464516b500742</guid></item><item><title>IDEA plugin only shows "Build failed" notifications</title><link>https://sourceforge.net/p/dashboard/support-requests/14/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I'm trying to get Dashboard going with CruiseControl&lt;br /&gt;
and idea. The CruiseControl part is working happily,&lt;br /&gt;
and it's putting out the right UDP multicast packets.&lt;/p&gt;
&lt;p&gt;The IDEA plugin, though, only shows messages for failed&lt;br /&gt;
builds. The packets for BUILDING and PASSED don't&lt;br /&gt;
result in anthing in the UI.&lt;/p&gt;
&lt;p&gt;Also, I was hoping that the UI would pop up when a&lt;br /&gt;
build failed. Is it supposed to do that? Or is that&lt;br /&gt;
something I should try to add?&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;William&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">William Pietri</dc:creator><pubDate>Fri, 16 Jul 2004 22:59:41 -0000</pubDate><guid>https://sourceforge.net2c85719c160dc6098f985fc6eb75427af0a8625f</guid></item><item><title>Building &amp; extending</title><link>https://sourceforge.net/p/dashboard/support-requests/13/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hi! I have dashboard kinda working with CruiseControl&lt;br /&gt;
and IntelliJ's IDEA. I'd like to improve the IDEA&lt;br /&gt;
plugin. Two questions:&lt;/p&gt;
&lt;p&gt;Is there a development mailing list so I can coordinate&lt;br /&gt;
with other authors?&lt;/p&gt;
&lt;p&gt;When I check out everything from CVS and run the&lt;br /&gt;
obvious ant tasks, I'm missing 'eclipselib. and&lt;br /&gt;
'idealib'. How do I build the project? &lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;William&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">William Pietri</dc:creator><pubDate>Fri, 16 Jul 2004 22:56:14 -0000</pubDate><guid>https://sourceforge.net9901beeefd63095ba961b4633215e64382c541bc</guid></item><item><title>Eclipse/CC communication works, but no status messages.</title><link>https://sourceforge.net/p/dashboard/support-requests/12/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I'm using CC 1.0.4 and Ant 1.6.1.  I finally think I have &lt;br /&gt;
things working together.  I know this because if my build &lt;br /&gt;
fails, I do indeed receive the following message &lt;br /&gt;
autonomously from CruiseControl, which I can see inside &lt;br /&gt;
Eclipse Dashboard plugin:&lt;/p&gt;
&lt;p&gt;***Build notification (5/14 1:25 PM)&lt;br /&gt;
Build failed&lt;/p&gt;
&lt;p&gt;However, I cannot see any other status message that I &lt;br /&gt;
would like to see.  Is there something wrong with my &lt;br /&gt;
properties file.  Here it is:&lt;/p&gt;
&lt;p&gt;&amp;lt;dashboard&amp;gt;&lt;br /&gt;
    &amp;lt;targets&amp;gt;&lt;br /&gt;
&amp;lt;target name="compile" event="PASSED"&amp;gt;&lt;br /&gt;
&amp;lt;message index="4"/&amp;gt;&lt;br /&gt;
&amp;lt;/target&amp;gt;&lt;br /&gt;
&amp;lt;target name="compile" event="STARTED"&amp;gt;&lt;br /&gt;
&amp;lt;message index="3"/&amp;gt;&lt;br /&gt;
&amp;lt;/target&amp;gt;&lt;br /&gt;
&amp;lt;target name="init" event="STARTED"&amp;gt;&lt;br /&gt;
&amp;lt;message index="2"/&amp;gt;&lt;br /&gt;
&amp;lt;/target&amp;gt;&lt;br /&gt;
&amp;lt;target name="clean" event="STARTED"&amp;gt;&lt;br /&gt;
&amp;lt;message index="1"/&amp;gt;&lt;br /&gt;
&amp;lt;/target&amp;gt;&lt;br /&gt;
    &amp;lt;/targets&amp;gt;&lt;br /&gt;
&amp;lt;/dashboard&amp;gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Brett Procek</dc:creator><pubDate>Fri, 14 May 2004 20:10:44 -0000</pubDate><guid>https://sourceforge.net803c2b5bf22f548e68175dc2495f476822402678</guid></item><item><title>eclipse 2.1.2</title><link>https://sourceforge.net/p/dashboard/support-requests/11/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I'm trying to set up dashboard (1.0.4).  I can see&lt;br /&gt;
events in the IDEA (4) plugin, but not the eclipse&lt;br /&gt;
(2.1.2) plugin.&lt;br /&gt;
&lt;/p&gt;
&lt;p&gt;I've configured the multicast address and port the same&lt;br /&gt;
as in IDEA.  The DashboardView says "Connected to&lt;br /&gt;
publisher", but it doesn't show the build failed&lt;br /&gt;
message like in IDEA, and I don't see any event lights&lt;br /&gt;
on the toolbar like in IDEA.  What's it supposed to&lt;br /&gt;
look like in eclipse?  Any idea what I'm doing wrong?&lt;/p&gt;
&lt;p&gt;Cheers,&lt;br /&gt;
11011011&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">J. David Beutel</dc:creator><pubDate>Fri, 14 May 2004 08:34:13 -0000</pubDate><guid>https://sourceforge.net117cebd2065157dfd0317ccfe8a73bf2e37827cf</guid></item><item><title>unable to instantiate logger class</title><link>https://sourceforge.net/p/dashboard/support-requests/10/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Using dashboard-1.04 with cruisecontrol built from CVS &lt;br /&gt;
on 15/03/2004. Blows up as below when starting a build;&lt;/p&gt;
&lt;p&gt;- any help appreciated..&lt;/p&gt;
&lt;p&gt;Error:&lt;br /&gt;
Unable to instantiate specified logger class &lt;br /&gt;
net.sourceforge.dashboard.cruisecontrol.CruiseBuildMana&lt;br /&gt;
ger : java.lang.RuntimeException&lt;br /&gt;
java.lang.RuntimeException&lt;br /&gt;
    at org.apache.tools.ant.Main.createLogger&lt;br /&gt;
(Main.java:781)&lt;br /&gt;
    at org.apache.tools.ant.Main.addBuildListeners&lt;br /&gt;
(Main.java:704)&lt;br /&gt;
    at org.apache.tools.ant.Main.runBuild&lt;br /&gt;
(Main.java:608)&lt;br /&gt;
    at org.apache.tools.ant.Main.startAnt&lt;br /&gt;
(Main.java:220)&lt;br /&gt;
    at org.apache.tools.ant.launch.Launcher.run&lt;br /&gt;
(Launcher.java:215)&lt;br /&gt;
    at org.apache.tools.ant.launch.Launcher.main&lt;br /&gt;
(Launcher.java:90)&lt;/p&gt;
&lt;p&gt;Config:&lt;br /&gt;
&amp;lt;dashboard&amp;gt;&lt;br /&gt;
&amp;lt;targets&amp;gt;&lt;br /&gt;
&amp;lt;target name="cvs-export" &lt;br /&gt;
event="STARTED"&amp;gt;&lt;br /&gt;
&amp;lt;message index="3" name="Exporting &lt;br /&gt;
files from CVS"&amp;gt;&lt;br /&gt;
&amp;lt;/target&amp;gt;&lt;br /&gt;
&amp;lt;target name="prepare" event="STARTED"&amp;gt;&lt;br /&gt;
&amp;lt;message index="2" name="Creating &lt;br /&gt;
directory structure"&amp;gt;&lt;br /&gt;
&amp;lt;/target&amp;gt;&lt;br /&gt;
&amp;lt;target name="clean" event="STARTED"&amp;gt;&lt;br /&gt;
&amp;lt;message index="1" name="Cleaning &lt;br /&gt;
work area"&amp;gt;&lt;br /&gt;
&amp;lt;/target&amp;gt;&lt;br /&gt;
&amp;lt;/targets&amp;gt;&lt;br /&gt;
&amp;lt;/dashboard&amp;gt;&lt;/p&gt;
&lt;p&gt;Classpath:&lt;/p&gt;
&lt;p&gt;CLASSPATH=.:/opt/ant/apache-ant-&lt;br /&gt;
1.6.0/lib:/opt/ant/plugin-lib/junit.jar:/opt/ant/plugin-&lt;br /&gt;
lib/jsch-20030912.jar:/opt/ant/plugin-&lt;br /&gt;
lib/AntelopeTasks_3.0.1.jar:/opt/ant/plugin-&lt;br /&gt;
lib/kappalayout.jar:/usr/local/cruisecontrol/main/lib/dashb&lt;br /&gt;
oard-server-&lt;br /&gt;
1.0.4.jar:/usr/local/cruisecontrol/main/lib/jdom.jar:/usr/lo&lt;br /&gt;
cal/cruisecontrol/main/dashboard-&lt;br /&gt;
props.xml:/usr/local/cruisecontrol/main/lib/mx4j-&lt;br /&gt;
jmx.jar:/usr/local/cruisecontrol/main/lib/mx4j-tools.jar&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Wed, 17 Mar 2004 15:45:55 -0000</pubDate><guid>https://sourceforge.net20e16f951c7bf62ef9086ab431e70b89ebed1d92</guid></item></channel></rss>