Continuum with ClearCase

2006-10-18 Thread Janos Mucsi
Hi
I am using Continuum with ClearCase. Even though the load rules are 
correctly specified and the files are checked out, Continuum is looking 
for pom.xml on top of the directories
rather than 3-level deep. How do I configure it to look in the 
subdirectory?
The config_spec file is typical:

element * CHECKEDOUT
element * /main/LATEST
load /vobs/bd_test/fed-one/fedone-all/fedone-core

pom.xml is in fedone-core

Thanks.

Janos Mucsi
415-422-1692


Build Error:

org.apache.maven.continuum.execution.ContinuumBuildExecutorException: 
Could not find Maven project descriptor.
at 
org.apache.maven.continuum.execution.maven.m2.MavenTwoBuildExecutor.updateProjectFromCheckOut(MavenTwoBuildExecutor.java:108)

Re: Continuum wrong notification url

2006-10-18 Thread Emmanuel Venisse

You need to set the base url in the configuration screen

Emmanuel

aquinault a écrit :

I have a shell project:

Builld definitions
mvn.bat
clean install

Notifiers:
My email

I receive an email but the link is incorrect:

De :   "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>  
Pour :   [EMAIL PROTECTED]  
cc:
ccc :



 
Date :   Mercredi, 18 Octobre, 2006 11:03AM 
Objet :   [continuum] BUILD SUCCESSFUL: preMultiproject 
 


http://localhost:8080/continuum/servlet/continuum/target/ProjectBuild.vm/view/ProjectBuild/id/161/buildId/1322


The correct url should be:

http://fasrn14m:8080/continuum/servlet/continuum/target/ProjectBuild.vm/view/ProjectBuild/id/161/buildId/1322


Thanks you for your help.



Anthony Quinault - [EMAIL PROTECTED]




Re: Jabber Notifier

2006-10-18 Thread Emmanuel Hugonnet

zze-Amicom HUGONNET E ext RD-TECH a écrit :

Hi,
I'm trying to get the Jabber Notifier working on Continuum 1.0.3.
If I define the notifier by using the web interface all is working fine :).
But, alas, I want to define my notifier with my POM.xml so I have 
defined in my application.xml :


  org.codehaus.plexus.notification.notifier.Notifier
  jabber
  ..
  
true
  


  org.codehaus.plexus.jabber.JabberClient   
org.codehaus.plexus.jabber.DefaultJabberClient 


  
false
continuumUser
continuumPassword
myDomain
myPort
myServer
  


and in my POM.xml :


continuum
http://localhost:8080/continuum


mail

myadress



jabber
 
[EMAIL PROTECTED]






but I don't see the jabber notifier in the web interface, I just see the 
 mail notifier :( and after the build nothing is send thought Jabber :(
I can't find some working example of this configuration. I would like to 
know if such a configuration is possible. And if yes, where I am missing 
something.

Thanks,
Emmanuel




Well I have found the solution:
- Remove the configuration in the JabberClient component
- add the following notifier in my POM

jabber

false
false
myLogin
myPassword
myDomain
myPort
myHost
myJabberRecipeint