Does someone has a detailled documentation about
configuration and utilisation of the DashBoard Eclipse
plugin? Thanks a lot
Discussion
Anonymous
-
2004-01-27
Logged In: YES
user_id=27091
Currently the only documentation is what is provided in the
distribution. The IDE plugins usually require no configuration
other than specifying the host and port of the multicast group
to join.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=27091
Currently the only documentation is what is provided in the
distribution. The IDE plugins usually require no configuration
other than specifying the host and port of the multicast group
to join.
Logged In: YES
user_id=809193
the configuration document is not clear to me. I have added
the jar and config file to the classpath and it still doesn't work.
Here's my start script:
CRUISE_PATH=%CRUISE_PATH%;%DISTDIR%
\cruisecontrol.jar;%LIBDIR%\log4j.jar;%LIBDIR%\jdom.jar;%
LIBDIR%\ant.jar;%LIBDIR%\xerces.jar;%LIBDIR%\mail.jar;%
LIBDIR%\optional.jar;%LIBDIR%\junit.jar;%LIBDIR%
\activation.jar;C:\cruisecontrol-2.1.4\main\lib\dashboard-
server-1.0.3.jar;C:\cruisecontrol-2.1.4\main\lib\dashboard-
props.xml;.
set EXEC="%JAVA_HOME%\bin\java" -cp "%CRUISE_PATH%"
CruiseControl %*
echo %EXEC%
%EXEC%
Logged In: YES
user_id=27091
What does your configuration file look like? Which IDE plugin
are you using? I.e. How do you know that it isn't working?