Re: Is it possible to use the local scm provider with Continuum?

2006-03-24 Thread henrik . jonsson
Ok, maybe I have missed something. I'm a newbie on both Maven and Continuum. I have decided to start with Continuum and then move my project into Maven as well. I will also try to add support for CM Synergy in SCM. So I have plenty of things to do. I have a bat file called buildEBITool.cmd in

Re: SVN Error Message when using continuum

2006-03-24 Thread Richard C. L. Li
I don't think it is this problem, the LANG is already set to en_US.UTF-8. The strange thing is that the svn command fails in continuum but success when typing it manually (svn update) in the command prompt. Anyway to obtain the exact svn command it execute for debugging? Thanks, Richard Li

Re: SVN Error Message when using continuum

2006-03-24 Thread Emmanuel Venisse
The command is printed in continuum logs but it's svn update Emmanuel Richard C. L. Li a écrit : I don't think it is this problem, the LANG is already set to en_US.UTF-8. The strange thing is that the svn command fails in continuum but success when typing it manually (svn update) in the

Re: RE : Re: RE : Continuum 1.0.3 RC require some tester

2006-03-24 Thread Emmanuel Venisse
I have this error only when i shutdown continuum. I fixed it. Emmanuel Olivier Lamy a écrit : Not reproduce (strange ?). Sorry for noise. - Olivier -Message d'origine- De : Olivier Lamy [mailto:[EMAIL PROTECTED] Envoyé : vendredi 24 mars 2006 10:26 À :

Re: Continuum help with Subversion

2006-03-24 Thread Punkin Head
The subversion client is installed and is in the path on the machine running Continuum. Continuum is looking for it on another machine (defined in the scm url). The server it is looking at has Subversion set up correctly I am assuming, as it is working outside of Continuum for us. On 3/24/06,

Re: Continuum mvn release

2006-03-24 Thread Alex Boisvert
Emmanuel Venisse wrote: why you don't run mvn release:prepare release:perform ? if release:prepare failed, release:perform won't run. Right, first I wasn't sure if this would work as expected. Second, I was wondering about how to handle the text-input part of release:prepare, since Maven2

Re: Continuum mvn release

2006-03-24 Thread Alex Boisvert
Thank Dan. I'm not familiar with plexus-until so I'll look into it. alex dan tran wrote: you can write a mojo to invoke release:prepare and then release:prepare. use plexus-util's CLI interface to invoke those 2 mvn commands -D On 3/22/06, Alex Boisvert [EMAIL PROTECTED] wrote:

Re: Continuum and ClearCase

2006-03-24 Thread Mark Reynolds
See this: http://maven.apache.org/continuum/faqs.html#can-i-use-file-protocol-in-add-project-view Then add your POM URL like this: file:///C:/path/to/pom/pom.xml Aaron Freeman wrote: I am bran new to Continuum. I have been learning Maven over last few weeks and have a decent understanding of