Re: Adding extra modules to parent pom does not create an extra project in continuum

2006-06-15 Thread Barrie Treloar
While I'm discussing this, I notice because I am using the recommended project layout: ROOT - pom.xml - module1/pom.xml - moduel2/pom.xml That to rebuild the ROOT project it takes forever since it has to checkout the entire CVS tree. Whereas the module builds only checkout the module subdirector

Adding extra modules to parent pom does not create an extra project in continuum

2006-06-15 Thread Barrie Treloar
If I add another module to the parent pom and then rebuild the parent project in continuum the new module does not get added as another project. If I re-add the pom file via Maven 2.0+ Project link (I am using file:// urls to do this) I get a second parent project but not sub-modules. If I try t

why does cvs update not include prune option?

2006-06-15 Thread Barrie Treloar
I notice in the continuum logs that the following command is run to update the project prior to running a build: cvs -z3 -f -d :pserver:anonymous@: -q update -d The -P for pruning should als be included to clean up when stuff is deleted from cvs. Is there a reason that this option is not includ

Re: Default goals with maven 2

2006-06-15 Thread Barrie Treloar
Any chance a continuum developer could take a look at the notes I added to http://jira.codehaus.org/browse/CONTINUUM-243 and see if what I have written is on the correct path?

How to set scm value in pom for Clearcase?

2006-06-15 Thread Michael Waluk
Hi, I'm trying to use Continuum 1.0.3 with Clearcase. In my pom.xml I have specified the location of my config spec like this: scm:clearcase:\\Xpw-rebuild101\rebuild_delta_6.1_int.vws\config_spec This looks like the example at http://maven.apache.org/scm/clearcase.html and it is the dynamic con

Re: Continuum 1.0.3 build is not updating status or sending emails

2006-06-15 Thread Emmanuel Venisse
What is the type of project? Emmanuel Gautham Pamu a écrit : Hi Everyone, I am using continuum 1.0.3 version. It has completed building the projects but it says it is still in progress and it is not sending the build report email. Is this a known problem with continuum 1.0.3, is there was fix

Re: build is not finished if start executable

2006-06-15 Thread Emmanuel Venisse
Hmm, very strange. Do you have updated your ant script? http://maven.apache.org/continuum/faqs.html#how-does-continuum-detect-a-successful-build Emmanuel Maksimenko Alexander a écrit : Emmanuel Venisse wrote: BUILD SUCCESSFUL isn't a continuum message but a ant message. it's perhaps a bug