RE: AddressException in notifying with multiple email addresses

2006-09-08 Thread Johnson, Jonathan
Adam, I had the same problem. I wanted to define the notifications in the POM and not through the Continuum admin screen. The whole comma (why not ';'?) separated list thing never worked for me. So in each of my sub module POM.XML files I added sections like this and it has worked perfectly

RE: One sub module randomly appears twice after adding a parent multi-module 1.0.3

2006-08-03 Thread Johnson, Jonathan
. If you delete the build definitions from the doubled project, you should be able to delete the project then. On 8/1/06, Johnson, Jonathan [EMAIL PROTECTED] wrote: Baron, Thanks for the reality check. I added our comments to a new Continuum defect report http://jira.codehaus.org/browse

RE: One sub module randomly appears twice after adding a parent multi-module 1.0.3

2006-08-01 Thread Johnson, Jonathan
, 2006 9:31 AM To: continuum-users@maven.apache.org Subject: Re: One sub module randomly appears twice after adding a parent multi-module 1.0.3 hm, how odd... what scm are you using? also, could you file this at http://jira.codehaus.org/browse/CONTINUUM jesse On 7/31/06, Johnson, Jonathan

RE: One sub module randomly appears twice after adding a parent multi-module 1.0.3

2006-08-01 Thread Johnson, Jonathan
in that sub directory...and if that project was assigned a different project id then its duplicate. something is making continuum think there is another project to get setup... thanks, jesse On 8/1/06, Johnson, Jonathan [EMAIL PROTECTED] wrote: Using cvs but problem occurs before build happens and before

Multiple modules with gobal developers list and sub-module notifiers list

2006-07-31 Thread Johnson, Jonathan
I have not been able to get continuum to send emails when the build fails. On this page http://today.java.net/pub/a/today/2006/05/30/continuous-integration-with -continuum.html it indicates that one can put in a developers id (and not their email address) in the address element for the

One sub module randomly appears twice after adding a parent multi-module 1.0.3

2006-07-31 Thread Johnson, Jonathan
One sub module randomly appears twice after adding a parent multi-module to continuum 1.0.3. I have a parent maven 2 pom with 16 sub-modules. If I reset the database ( by removing the database directory) and add my parent pom.xml all the modules will be added correctly except one random module

Base URL default setting

2006-06-20 Thread Johnson, Jonathan
Each time I reinstall Continuum I find I often forget to change the base URL from localhost to the machine name. When developers get build notification emails their links go to localhost which obvious do not work. I wish the Continuum installation/initialization could just pick up the machine

RE: Removing sub-projects causes JDODataStoreException

2006-06-20 Thread Johnson, Jonathan
-projects? Once I get the exception I can't delete any others. -Original Message- From: Emmanuel Venisse [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 20, 2006 4:21 PM To: continuum-users@maven.apache.org Subject: Re: Removing sub-projects causes JDODataStoreException Johnson, Jonathan

RE: Removing sub-projects causes JDODataStoreException

2006-06-20 Thread Johnson, Jonathan
I have the following ciManagement section defined. A couple questions: 1. Is the form correct (address under configuration)? 2. When I load my sub-modules then only [EMAIL PROTECTED] (last address in list) appears in the Notifier list in Continuum. How do I get all the emails on on the list?

RE: Why Continuum?

2006-02-22 Thread Johnson, Jonathan
-users@maven.apache.org Subject: Re: Why Continuum? On 22.02.2006, at 08:34, Johnson, Jonathan wrote: For instance Continuum does not have the feature yet to invoke builds based on SCM changes. Huh? ...it queries the SCM periodically to check for changes. If there are changes it kicks off a build

RE: Why Continuum?

2006-02-21 Thread Johnson, Jonathan
If you are looking for a richer feature set stick with CruiseControl. Continuum is still relatively new and many features you have CruiseControl are not yet available in Continuum. I chose to try Continuum because of my simple build requirements which will grow hopefully with the Continuum

RE: Re: Why Continuum?

2006-02-21 Thread Johnson, Jonathan
the shell interface -- isn't it? Johnson, Jonathan wrote: If you are looking for a richer feature set stick with CruiseControl. Continuum is still relatively new and many features you have CruiseControl are not yet available in Continuum. I chose to try Continuum because of my simple build

Site-deploy or wagon hanging (Maven 2.0.2, Red Hat and SuSe)

2006-02-07 Thread Johnson, Jonathan
? When a goal is called, it's an external maven process that run it and not Continuum. Emmanuel Johnson, Jonathan a écrit : Anyone having problems with Continuum or site-deploy or wagon hanging? Using Continuum 1.0.2, Maven 2.0.2. I recently added deploy and deploy-site to my Continuum

Continuum and site-deploy or wagon hanging

2006-02-06 Thread Johnson, Jonathan
Anyone having problems with Continuum or site-deploy or wagon hanging? Using Continuum 1.0.2, Maven 2.0.2. I recently added deploy and deploy-site to my Continuum build and have found Continuum will hang waiting for the build to finish. If I restart Continuum and force the build again it will

RE: Continuum and site-deploy or wagon hanging

2006-02-06 Thread Johnson, Jonathan
-deploy directly for maven on your continuum machine? When a goal is called, it's an external maven process that run it and not Continuum. Emmanuel Johnson, Jonathan a écrit : Anyone having problems with Continuum or site-deploy or wagon hanging? Using Continuum 1.0.2, Maven 2.0.2. I

RE: multi-module maven 2 project

2006-02-01 Thread Johnson, Jonathan
projects for submodules in Continuum. Add a Shell project instead of Maven project and set up the command line to run. Emmanuel Johnson, Jonathan a écrit : I submitted the parent pom to continuum. Its very nicely found all the sub-modules and set those up as well. I did not have to set up a command

RE: multi-module maven 2 project

2006-01-30 Thread Johnson, Jonathan
have to create a command line project? I remember a while back that continuum couldn't build multi module projects, except as a command line project. Or am I going nuts.. Chris -Original Message- From: Johnson, Jonathan [mailto:[EMAIL PROTECTED] Sent: 27 January 2006 15:26

RE: ContinuumBuildExecutorException: Could not find Maven project descriptor

2006-01-26 Thread Johnson, Jonathan
: ContinuumBuildExecutorException: Could not find Maven project descriptor You don't have a pom.xml in your working directory. Check your scm url for your project. Emmanuel Johnson, Jonathan a écrit : I'm getting an exception and not sure why it means. Being new to Continuum I have yet to get

RE: ContinuumBuildExecutorException: Could not find Maven project descriptor

2006-01-26 Thread Johnson, Jonathan
something like this : scm:cvs:pserver:[EMAIL PROTECTED]:/home/Repository:project//modules/myproject Emmanuel Johnson, Jonathan a écrit : You don't have a pom.xml in your working directory. What does 'working directory' mean. How would one define it? Is this a new pom.xml just

ContinuumBuildExecutorException: Could not find Maven project descriptor

2006-01-25 Thread Johnson, Jonathan
I'm getting an exception and not sure why it means. Being new to Continuum I have yet to get it to build any of my modules. Here is my platform Red Hat Maven 2.0.2 Continuum 1.0.2 Java 1.5.0_06 I'm getting this exception when running a build on a single, simple module within my