RE: relative path

2007-09-24 Thread CAUSSE David MTP CAP GEM
releasing beta-3 and final won't be normally before one month. For your patch, please attach it to an issue. Emmanuel CAUSSE David MTP CAP GEM a écrit : Hi, I send to the list a patch to add better support for SCM providers that honour the relativePath field in ScmCheckoutResult. The idea

About CONTINUUM-1218

2007-09-20 Thread CAUSSE David MTP CAP GEM
Hi, in org.apache.maven.continuum.core.action.CheckoutProjectContinuumAction.execut e(132) The default build definition is updated with the relative path into a finally block when relateivePath is not empty. This action shouldn't be done when first checkout is success instead of oldState ==

RE: About CONTINUUM-1218

2007-09-20 Thread CAUSSE David MTP CAP GEM
: continuum-dev@maven.apache.org Objet : Re: About CONTINUUM-1218 CAUSSE David MTP CAP GEM a écrit : Hi, in org.apache.maven.continuum.core.action.CheckoutProjectContinuumAction.execut e(132) The default build definition is updated with the relative path into a finally block when

pomRelativePath

2007-09-13 Thread CAUSSE David MTP CAP GEM
Hi, in org.apache.maven.continuum.scm.DefaultContinuumScm.checkOut(140) I can see : context.put( pomRelativePath, res.getRelativePathProjectDirectory() ); It seems to be unused, am I wrong? It is exactly what I need for the SYNERGY scm provider to work properly with continuum. I need to set and

Project group build definition : variable subsitution

2007-09-10 Thread CAUSSE David MTP CAP GEM
Hi, I'm working on the SYNERGY SCM provider and the way SYNERGY deals with its workingcopy is very different from SVN. My problem is : I have a project foo, structure is : foo/ pom.xml src/ If I checkout with continuum I will have something like this : [...]/workingdirectory/1/foo.