You can use MavenBuilder in CC like this. I got this tip from this list.

        <schedule>
                <maven mavenscript="c:\maven-1.0\bin\maven.bat"
projectfile="checkout/myapp/project.xml" goal="clean:clean test:test"
time="2330" />          
                <pause day="saturday" starttime="0000" endtime="2359"/>
                <pause day="sunday" starttime="0000" endtime="2359"/> 
        </schedule>


-----Original Message-----
From: Dinko Hadzic [mailto:[EMAIL PROTECTED]
Sent: Thursday, September 09, 2004 9:47 AM
To: Maven Users List
Subject: RE: How to schedule a nightly build in Maven


CruiseControl seems like a good choice. It however requires having Ant
build scripts, which than again makes Maven unnecessary in this scenario
(nightly build system)..? Or am I wrong here?

I see that Maven has a plugin for CruiseControl and vice versa, what are
the potential advantages of integrating these two tools?

Please tolerate my newbie questions ;) What our J2EE project needs is a
continous build system tests which creates some kind of notification if
the build fails.

Thanks for any help....


-----Original Message-----
From: STRAYER, JON (SBCSI) [mailto:[EMAIL PROTECTED] 
Sent: 9. september 2004 14:36
To: 'Maven Users List'
Subject: RE: How to schedule a nightly build in Maven

We use CruiseControl for this.

> -----Original Message-----
> From: Dinko Hadzic [mailto:[EMAIL PROTECTED] 
> Sent: Thursday, September 09, 2004 7:22 AM
> To: [EMAIL PROTECTED]
> Subject: How to schedule a nightly build in Maven
> 
> 
> Hi
> 
>  
> 
> Is it possible to schedule a periodical nightly build of a 
> J2EE project with Maven, and what is the best approach? Could 
> you please give me some hints to get started?
> 
>  
> 
> Is CruiseControl the tool I should be looking at, or does 
> this functionality also exist within Maven?
> 
>  
> 
> Thanks
> 
> \Dinko
> 
> 

---------------------------------------------------------------------
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]

Reply via email to