CC uses the lastsuccessfulbuild property when looking for changes since the last build (to determine if another build should start). The value is a date/time in YYYYMMDDhhmmss format.
-----Original Message----- From: Mick Knutson [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 21, 2005 3:12 PM To: [email protected] Subject: RE: RE : CruiseControl issues trying to install and run from maven.Pleasehelp. OK, it seems that there are many values that where not correct, but I have now got it to work and is going every hour for now. What is the lastsuccessfulbuild for? SNAPSHOTS? Here is my logs: <?xml version="1.0" encoding="ISO-8859-1"?> <cruisecontrol> <modifications /> <info> <property name="projectname" value="cruisecontrol" /> <property name="lastbuild" value="20050921000000" /> <property name="lastsuccessfulbuild" value="20050921000000" /> <property name="builddate" value="09/21/2005 14:03:59" /> <property name="cctimestamp" value="20050921140359" /> <property name="label" value="build.1" /> <property name="interval" value="3600" /> <property name="lastbuildsuccessful" value="true" /> <property name="logdir" value="C:\opt\local\blackhawk\FastForward_AppServer\fastforward\target\c ruisecontrol" /> <property name="logfile" value="log20050921140359.xml" /> </info> <build error="BUILD FAILED detected"> <message priority="info"><![CDATA[BUILD FAILED]]></message> <message priority="info"><![CDATA[Goal "20050921000000" does not exist in this project.]]></message> <message priority="info"><![CDATA[Total time: 4 seconds]]></message> <message priority="info"><![CDATA[Finished at: Wed Sep 21 14:04:04 PDT 2005]]></message> </build> </cruisecontrol> Thank You Mick Knutson Sr. Java/J2EE Consultant BASE logic, inc. (415) 648-1804 (S.F., CA) http://www.BASELogic.com HP Consulting Services (Walnut Creek, CA) >From: "Vincent Massol" <[EMAIL PROTECTED]> >Reply-To: "Maven Users List" <[email protected]> >To: "'Maven Users List'" <[email protected]> >Subject: RE: RE : CruiseControl issues trying to install and run from >maven.Pleasehelp. >Date: Wed, 21 Sep 2005 22:47:15 +0200 > >Hi Doug, > > > -----Original Message----- > > From: Doug Douglass [mailto:[EMAIL PROTECTED] > > Sent: mercredi 21 septembre 2005 22:44 > > To: Maven Users List > > Subject: Re: RE : CruiseControl issues trying to install and run > > from maven.Pleasehelp. > > > > Mick Knutson wrote: > > > So, the config.xml is at least a starting point right? > > > What I need to know then, is: > > > > > > 1. What is missing to at least get an initial checkout and build >working > > > 2. Where do I put the config.xml? > > > 3. Do I just run c:\cc\main\bin\cruisecontrol.bat once to get the >whole > > > thing into motion? > > > > > > > > > Thank You > > > Mick Knutson > > > > > > > As I said, I pretty much follow the CC docs but I don't have a link > > handy. From what I recall, maven CC plugin wants to run CC _within_ > > the maven project, whereas CC itself usually runs _outside_ of any > > single project. > >That is not quite correct. The default CC plugin properties run CC in >the target dir (for lack of a better default) but you can change them >to run CC anywhere on your machine. That said, this goal is just a >convenience and you're free not to use it of course. > >[snip] > >-Vincent > > >--------------------------------------------------------------------- >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] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
