Well, everything here looks okay. Can you send more detail about the error you're getting? Does the stdout/stderr output from CC give any other helpful information? From what you're describing, it seems like CC is passing the date as a parameter to the maven script, but I'm not sure how that would happen (never seen it here).
..David.. -----Original Message----- From: Mick Knutson [mailto:[EMAIL PROTECTED] Sent: Thursday, September 22, 2005 11:28 AM To: [email protected] Subject: RE: RE : CruiseControl issues trying to install and run from maven.Pleasehelp. <?xml version="1.0" encoding="UTF-8"?> <cruisecontrol> <project name="Fastforward"> <bootstrappers> <currentbuildstatusbootstrapper file="C:\opt\local\blackhawk\FastForward_AppServer\fastforward\target\cr uisecontrol\status.txt"> </currentbuildstatusbootstrapper> </bootstrappers> <modificationset> <!--<cvs cvsroot=":pserver:[EMAIL PROTECTED]:/usr/local/cvsroot" module="FastForward_AppServer"> </cvs>--> <cvs localworkingcopy="C:\opt\local\blackhawk\FastForward_AppServer\fastforwa rd" > </cvs> </modificationset> <schedule interval="10"> <maven goal="scm:update-project|multiproject:install" projectfile="C:\opt\local\blackhawk\FastForward_AppServer\fastforward\pr oject.xml" mavenscript="C:\Maven_1.0.2\bin\maven.bat"> </maven> </schedule> <log dir="C:\opt\local\blackhawk\FastForward_AppServer\fastforward/target/cru isecontrol" encoding="ISO-8859-1"> <merge dir="C:\opt\local\blackhawk\FastForward_AppServer\fastforward" pattern="TEST-*.xml"> </merge> </log> <publishers> <currentbuildstatuspublisher file="C:\opt\local\blackhawk\FastForward_AppServer\fastforward\target/cr uisecontrol/status.txt"> </currentbuildstatuspublisher> <email mailhost="mail02.safeway.com" buildresultsurl="http://165.19.234.147/fastforward" spamwhilebroken="true" reportsuccess="always" skipusers="false" returnaddress="[EMAIL PROTECTED]"> <!--<map address="[EMAIL PROTECTED]" alias="mknut01"> </map>--> <failure address="[EMAIL PROTECTED]"> </failure> <success address="[EMAIL PROTECTED]"> </success> </email> </publishers> <plugins> </plugins> </project> </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: "David Jackman" <[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: Thu, 22 Sep 2005 07:55:42 -0600 > >This looks like the date property is being sent through as the goal to >run when starting Maven. What does your config.xml file look like? > >..David.. > > >-----Original Message----- >From: Mick Knutson [mailto:[EMAIL PROTECTED] >Sent: Wednesday, September 21, 2005 6:25 PM >To: [email protected] >Subject: RE: RE : CruiseControl issues trying to install and run from >maven.Pleasehelp. > >My issue is not checking out from cvs as that works just fine. It is >actually building the app. >I keep getting a Goal 20050921000000 does not exist in this project > >Ideas how to fix this to run the goals I selected in the <maven >goal="..."></maven> setting? > >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: "Mick Knutson" <[EMAIL PROTECTED]> > >Reply-To: "Maven Users List" <[email protected]> > >To: [email protected] > >Subject: RE: RE : CruiseControl issues trying to install and run from > >maven.Pleasehelp. > >Date: Wed, 21 Sep 2005 15:07:21 -0700 > > > >So how do I get it to try to check out a new version, then rebuild > >each > > >time? > > > >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: "David Jackman" <[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 15:54:24 -0600 > >> > >>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\targ > >>et > >>\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] > >> > > > > > > > >--------------------------------------------------------------------- > >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] > --------------------------------------------------------------------- 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]
