Hi Oscar, This is because version 1.6 of the cruisecontrol plugin is not direcvtly compatible with CC 2.2.1. You need to change some parameters as you've noticed in the log file.
I recommend using the CC version from SVN Trunk which I've fixed and that's working with CC 2.2.1. Actually I'd love feedback from a CVS user as I've tested It only with SVN. I've made it available for you at codehaus.org/~vmassol/maven-cruisecontrol-plugin-1.7-SNAPSHOT.jar. To see the list of changes, see: http://maven.apache.org/reference/plugins/cruisecontrol/changes-report.html Thanks -Vincent > -----Original Message----- > From: Oscar Picasso [mailto:[EMAIL PROTECTED] > Sent: mardi 22 f�vrier 2005 14:14 > To: maven > Subject: Cruisecontrol plugin not running > > Hi, > > I am trying to run the cruisecontrol-1.6 plugin. > > I leave all properties to their default values except: > maven.cruisecontrol.checkout.dir = target/checkouts > maven.cruisecontrol.home = /usr/local/cruisecontrol > > I cannot make it work. > > I do: > maven scm:checkout-project ==> BUILD SUCCESSFUL > maven cruisecontrol:configure ==> BUILD SUCCESSFUL > > > maven cruisecontrol:run ==> > build:start: > > scm:parse-connection: > [echo] Using connection: scm:cvs:ext:[EMAIL PROTECTED]:/usr/local/cvs:db > Using SCM method: cvs > Using CVSROOT: :ext:[EMAIL PROTECTED]:/usr/local/cvs > Using module: db > > scm:validate: > > cruisecontrol:validate: > > cruisecontrol:run: > [...] > [java] [ERROR] Java Result: 1 > BUILD SUCCESSFUL > > > And nothing runs. > > Looking at cruisecontrol.log I found two lines of interest: > > 2005-02-22 07:48:37,020 [main ] WARN CruiseControlController - No > previously serialized project found: /home/oscar/workspace/db/db > and > 2005-02-22 07:48:37,442 [main ] FATAL Main - > HTMLEmailPublisher.xslDir does not exist : > /usr/local/cruisecontrol/reporting/jsp/xsl > > I was under the impression that to run a new cruisecontrol installation > you > just had to do: > - maven scm:checkout-project > - maven cruisecontrol:configure > - maven cruisecontrol:run > > Or are there other things that need to be done either on the cruisecontrol > side > or the maven side? > > maven-cruisecontrol version: 1.6 > cruisecontrol installation versions 2.2.1 > > Oscar > > Thanks > > __________________________________________________ > Do You Yahoo!? > Tired of spam? Yahoo! Mail has the best spam protection around > http://mail.yahoo.com > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
