Re: Maven 2.0 Cruisecontrol plugin?

2005-10-05 Thread Eric Biesterfeld
According to the plugin matrix (http://docs.codehaus.org/display/MAVEN/Maven+Plugin+Matrix) it hasn't been updated yet, and is listed as low priority. We're going to need it ourselves, so I may just take the time to get some basic functionality. On 10/4/05, Frank Zhao [EMAIL PROTECTED] wrote:

Re: maven and cruisecontrol

2005-04-06 Thread Jon Strayer
Stephen Gray wrote: Hi, I am trying to use maven to kick off cruisecontrol but Im having a problem with my cvs connection. I am using the following in my project.xml scm:cvs:local:ignored:/home/cvs:devbase which works fine when I run maven on its own. Im getting the following error; BUILD

Re: maven and cruisecontrol

2005-04-05 Thread Eric Pugh
I am pretty sure that it is something related to Maven, not CC.. Are you trying both approaches on the same machine? Can you run cvs directly using just the command line arguments that are being passed to the underlying Ant task? Also, can you get CVS modificationset aspect of CC to work

Re: Maven and CruiseControl results display

2005-01-20 Thread Brett Porter
This is a Subversion repository. What I'd like is to have Maven log it's output (from compilation and testing) that is currently going to the console to be saved the log that CruiseControl would then display as build result from the JSP page. So, here are my questions: 1) How do I get

Re: Maven and CruiseControl results display

2005-01-20 Thread Guy Davis
Brett Porter wrote: I don't know how CC does its thing here. It doesn't show in the build results JSP, but it all appears in the email sent out. You can tweak Maven's logging by giving it a custom log4j configuration, but really CC should be doing something itself with stdout/stderr here, as it

RE: Maven and CruiseControl results display

2005-01-20 Thread Eric Pugh
... Eric -Original Message- From: Guy Davis [mailto:[EMAIL PROTECTED] Sent: Thursday, January 20, 2005 6:35 PM To: Maven Users List Subject: Re: Maven and CruiseControl results display Brett Porter wrote: I don't know how CC does its thing here. It doesn't show in the build results JSP

Re: Maven and CruiseControl

2005-01-18 Thread Nicolas Chalumeau
Call first the update of your project I your list of goal to attain schedule interval=30 maven goal=scm:update-project|clean|test projectfile=project.xml mavenscript=c:/maven/bin/maven /maven /schedule Nicolas On Tue, 18 Jan 2005 08:28:20 -0700, Guy

Re: Maven and CruiseControl

2005-01-18 Thread Guy Davis
Thanks for the tip. That worked great. My next concern is having the output from Maven show up in the CC Build Results tab. It looks like Ant logs for CC to a file while this isn't happening for Maven? The downside is that I can see the output in the cmd shell I'm running CC from, but if the

Re: Maven in Cruisecontrol + Out Of Memory error

2004-09-30 Thread Brett Porter
giving cruise control more memory won't pass it on to Maven - you need to set MAVEN_OPTS=-Xmx512m or such to increase the memory size for Maven (make sure this is in your environment before starting cruise control though). it's unusual that test:compile would have an out of memory error. What

RE: Maven in Cruisecontrol + Out Of Memory error

2004-09-30 Thread Ian Black
at any point, so I'm guessing that it's Java heap. Thanks. -Original Message- From: Brett Porter [mailto:[EMAIL PROTECTED] Sent: 30 September 2004 11:13 To: Maven Users List Subject: Re: Maven in Cruisecontrol + Out Of Memory error giving cruise control more memory won't pass

RE: Maven in Cruisecontrol + Out Of Memory error

2004-09-30 Thread Carlos Sanchez
Hi, At http://www.jroller.com/page/carlossg/20040926 you can see two tips to increase memory, e.g. 1) MAVEN_OPTS=-Xmx512m 2) maven.junit.fork=true maven.junit.jvmargs=-Xmx512m Regards Carlos Sanchez A Coruña, Spain http://www.jroller.com/page/carlossg/Weblog Oness Project

RE: Maven in Cruisecontrol + Out Of Memory error

2004-09-30 Thread Ian Black
Thanks a lot Carlos. I've a few things to try now. I'll post back with updates. P.S...I might be crying! -Original Message- From: Carlos Sanchez [mailto:[EMAIL PROTECTED] Sent: 30 September 2004 11:10 To: 'Maven Users List' Subject: RE: Maven in Cruisecontrol + Out Of Memory error Hi

RE: Maven with CruiseControl

2004-05-20 Thread Nigel Magnay
] --Sent: 20 May 2004 00:16 --To: 'Maven Users List' --Subject: RE: Maven with CruiseControl -- --Works for me... Might be environmental? -- --Is this on windows or unix? -- --IS CC running as the user you expect? -- --- Brett -- -- -Original Message- -- From: Nigel Magnay [mailto:[EMAIL PROTECTED

RE: Maven with CruiseControl

2004-05-20 Thread Brett Porter
2004 5:48 AM To: Maven Users List Subject: RE: Maven with CruiseControl It's windows. It's really odd, because sometimes it works, then the next build it doesn't, And then it does (Etc., etc) I can run the maven build by hand and it's fine, so I'm guessing it might be CC to blame :(

RE: Maven with CruiseControl

2004-05-19 Thread Brett Porter
Works for me... Might be environmental? Is this on windows or unix? IS CC running as the user you expect? - Brett -Original Message- From: Nigel Magnay [mailto:[EMAIL PROTECTED] Sent: Wednesday, 19 May 2004 9:15 PM To: [EMAIL PROTECTED] Subject: Maven with CruiseControl