Re: [VOTE] Release Maven Scm 1.2 and maven-release-plugin 2.0-beta-9

2009-03-23 Thread Emmanuel Venisse
+2 Emmanuel On Mon, Mar 23, 2009 at 11:55 PM, Olivier Lamy wrote: > Hi, > I'd like to release maven-scm 1.2 and maven-release-plugin 2.0-beta-9. > This two release are in only one vote because they are very dependant > due to a fix for people using subversion version > 1.5.0. > > Concerning mav

Re: checkout source code from svn

2008-09-30 Thread Emmanuel Venisse
It is normal, you don't use the same protocol :-) In the first case, you use the svn protocol and in the second case, you use the file protocol. Modify the scm url in your pom to something like that: scm:svn:svn://my_svn_Ip/Development/execute-workflow Emmanuel On Tue, Sep 30, 2008 at 6:04 AM,

Re: Maven and SVN Plugin

2008-09-25 Thread Emmanuel Venisse
]> wrote: > > > > Emmanuel Venisse-2 wrote: > > > > You want the svn revision, right?In this case, look at buildnumber > plugin: > > http://mojo.codehaus.org/buildnumber-maven-plugin/usage.html > > > > Emmanuel > > > > On Thu, Sep 25, 2008 at

Re: Maven and SVN Plugin

2008-09-25 Thread Emmanuel Venisse
You want the svn revision, right?In this case, look at buildnumber plugin: http://mojo.codehaus.org/buildnumber-maven-plugin/usage.html Emmanuel On Thu, Sep 25, 2008 at 9:13 AM, dineshatit <[EMAIL PROTECTED]> wrote: > > Dear Reader, > In maven, want to retrive the svn last comm

Re: Importing into Eclipse

2008-09-18 Thread Emmanuel Venisse
Remove maven-scm-api/target/ directory manually and retry. You have probably a lock on it. Do you have added the classpath variable 'M2_REPO' in your workspace? You can do it with the maven eclipse plugin : http://maven.apache.org/plugins/maven-eclipse-plugin/usage.html Emmanuel On Thu, Sep 18, 2

Re: Importing into Eclipse

2008-09-18 Thread Emmanuel Venisse
Yes. On Thu, Sep 18, 2008 at 12:19 PM, <[EMAIL PROTECTED]> wrote: > hello, > > that have to be done on root of the SCM Checkout location ? > And later i can import the Project within Eclipse ? > > - Jens > > > mvn eclipse:eclipse should work to generate eclipse projects but you > won't use m2 e

Re: Importing into Eclipse

2008-09-18 Thread Emmanuel Venisse
mvn eclipse:eclipse should work to generate eclipse projects but you won't use m2 eclipse plugin. Emmanuel On Thu, Sep 18, 2008 at 12:07 PM, <[EMAIL PROTECTED]> wrote: > Hello, > > im new therer and want to add DCM Based Support for Synergy. > Actually i try to us the m2 Eclipse plugin. > I impor

Re: Looking for a possibility to use "svn status -uv" command and capture the output into a text file

2008-08-29 Thread Emmanuel Venisse
Please add your patch to an issue instead of to attach it on an email. Thanks Emmanuel On Fri, Aug 29, 2008 at 1:26 PM, Kiss Tibor <[EMAIL PROTECTED]> wrote: > Here is a possible extension of the svn-settings.xml. > > Overview: > Since SCM goals are generalisations of many version control provid

Re: [VOTE] Release Maven Scm 1.1 (take 3)

2008-08-24 Thread Emmanuel Venisse
+1 Emmanuel On Sat, Aug 23, 2008 at 8:23 PM, Olivier Lamy <[EMAIL PROTECTED]> wrote: > Hi, > The last release of maven-scm is now 14 months old. > I'd like to release maven-scm 1.1 which include two new providers git > and accurev and fix some issues. > > We solved 41 issues : > > http://jira.co

Re: [VOTE] Release Maven Scm 1.1 (take 2)

2008-08-22 Thread Emmanuel Venisse
, > -- > Olivier > > [1] > https://svn.apache.org/repos/asf/maven/scm/trunk/maven-scm-providers/maven-scm-providers-svn/maven-scm-provider-svnexe/src/test/resources/svn/checkin/macos/svn-settings.xml > > 2008/8/22 Emmanuel Venisse <[EMAIL PROTECTED]>: > > I'll test it :) &

Re: [VOTE] Release Maven Scm 1.1 (take 2)

2008-08-22 Thread Emmanuel Venisse
nd rebuild a release process tomorrow). > > > > WDYT ? > > > > -- > > Olivier > > > > 2008/8/22 Emmanuel Venisse <[EMAIL PROTECTED]>: > >> Are you sure for the 1.1.1 date? > >> > >> Emmanuel > >> > >> On Fri, Aug 2

Re: mutable CVS User

2008-06-13 Thread Emmanuel Venisse
Personnally, when I used cvs, I prefered to used ext protocol with ssh because the pserver isn't independant of the user. If you can't migrate to ext protocol (just need a ssh access on the cvs server), you don't have an other solution that the one you use. You can report a bug on the release plug

Re: EmForge 0.24 released

2008-06-12 Thread Emmanuel Venisse
Thanks for this feedback, it is really appreciated to see maven-scm can be used outside the maven/continuum spheres. Emmanuel On Thu, Jun 12, 2008 at 11:16 AM, Alexey Kakunin <[EMAIL PROTECTED]> wrote: > Dear maven-scm developers. > > We are happy to announce EmForge 0.24 - one of the major chan

Re: Multiple CVS Modules + SCM

2008-06-03 Thread Emmanuel Venisse
[EMAIL PROTECTED] will be a better to post your question. But quickly, you must have a multi-module maven project with one or more pom by cvs module Emmanuel On Tue, Jun 3, 2008 at 5:23 PM, silvamayne <[EMAIL PROTECTED]> wrote: > > Hi to all > > Firstly I am new to maven so apologies if this qu

Re: Extending API to support remote commands like rlist, rlog

2008-06-02 Thread Emmanuel Venisse
Great idea, I'm +1 for it, but some actual command use already remote commands instead of local command, they need to be fixed during the implementation of this new features. Emmanuel On Mon, Jun 2, 2008 at 1:50 PM, Sergey Zakusov <[EMAIL PROTECTED]> wrote: > Hello, > > We propose to extend the

Re: 2READ: Should remote or "local" command be used to List, Changelog and etc. commands?

2008-05-30 Thread Emmanuel Venisse
If some commands use local and some others use remote, I think it's an error. I'd prefer to have something consistent. If local and remote are possible for some commands/providers, it would be good to create both in each providers so applications that use maven-scm will can choose the way they wan

Re: CvsExeScmProvider makes wrong arguments for List command (?)

2008-05-29 Thread Emmanuel Venisse
Can you create an issue and attach the patch? Thanks. Emmanuel On Thu, May 29, 2008 at 1:00 PM, Sergey Zakusov <[EMAIL PROTECTED]> wrote: > The "Unknown file status" problem was in that > AbstractCvsListCommand.executeListCommand executed rls command without -e > option and the result was parsed

Re: CvsExeScmProvider makes wrong arguments for List command (?)

2008-05-23 Thread Emmanuel Venisse
version 1.12.13a from > http://download.savannah.gnu.org/releases/cvs/binary/feature/x86-woe, > but result is the same.. :( > > > 2008/5/23, Emmanuel Venisse <[EMAIL PROTECTED]>: > >> I'm not sure but I think rls command is appeared in 1.12.12.1 >> >

Re: CvsExeScmProvider makes wrong arguments for List command (?)

2008-05-23 Thread Emmanuel Venisse
I'm not sure but I think rls command is appeared in 1.12.12.1 You can downlowd it from this site: http://ximbiot.com/cvs/wiki/CVS--Concurrent%20Versions%20System%20v1.12.12.1:%20Guide%20to%20CVS%20commands#SEC161 Emmanuel On Fri, May 23, 2008 at 2:45 PM, Sergey Zakusov <[EMAIL PROTECTED]> wrote:

Re: Trouble with CvsJavaScmProvider's list command

2008-05-19 Thread Emmanuel Venisse
Before to use by default the netbeans cvs client, it used the native cvs client. If you want to use the native cvs client, you need the following system property: -Dmaven.scm.provider.cvs.implementation=cvs_native Emmanuel On Mon, May 19, 2008 at 5:25 PM, Sergey Zakusov <[EMAIL PROTECTED]> wr

Re: Many diff / status / update commands miss files with the deleted flag (patch check)

2007-12-15 Thread Emmanuel Venisse
You can commit it, I'll review it. I'm not sure about bazaar. Emmanuel Andrew Williams a écrit : (apologies, was not subscribed before - please disregard a dupe if it arrives) I am sending this to the list before I try to commit (not certain I have privs tbh...) to make sure that folk are in

Re: cvs tag -F (patch)

2007-12-12 Thread Emmanuel Venisse
Please, attach your patch to an issue and I'll look at it when I'll found some time. Thanks. Emmanuel Benoit Decherf a écrit : Hi, As I told you in scm-users list (12/07), I need to disable the -F option in cvs tag. I make a patch to add the option useForceTag. This works, but in case of a

Re: release:perform changes perforce clientspec

2007-12-12 Thread Emmanuel Venisse
File an issue. Emmanuel brewk9 a écrit : Maven is changing my perforce client spec! It's changing the root to the target\checkout directory of the project I'm building. This directory doesn't even exist in perforce! This is happening when I call the release:perform goal with system property -D

Re: problem with release plugin + perforce

2007-12-12 Thread Emmanuel Venisse
Hi, Yes, I think it's a bug somewhere but I don't use Perforce so I can't help. Maybe someone will can help you on the Maven users list because I don't think lot of Perforce users are on this list. Emmanuel brewk9 a écrit : I am using -DgenerateReleasePoms=true. When I run release:prepare, ma

Re: Custom SCM Provider - Works!

2007-10-22 Thread Emmanuel Venisse
checkout the maven-scm site (http://svn.apache.org/repos/asf/maven/scm/trunk/maven-scm-site/), create a patch and attach it to a jira issue. Emmanuel [EMAIL PROTECTED] a écrit : Thanks, those were the missing steps! Question for the SCM group in general, how can I add this to the web site

Re: Questions about Starteam provider

2007-09-27 Thread Emmanuel Venisse
[EMAIL PROTECTED] a écrit : I've been looking at the maven documentation and the source code for the starteam provider and have some quick questions. 1) StarteamAddCommand, StarteamRemoveCommand do not have a corresponding scm goal listed on page http://maven.apache.org/scm/plugins/. Is th

Re: build failures on JDK 1.4

2007-09-24 Thread Emmanuel Venisse
huh, it must be 1.4 code Brett Porter a écrit : Hi, Is SCM meant to support JDK 1.4? I notice the API is causing build failures on maven.zones.apache.org. Cheers, Brett -- Brett Porter - [EMAIL PROTECTED] Blog: http://www.devzuz.org/blogs/bporter/

Re: Stuck with svn diff and multiple patches

2007-09-14 Thread Emmanuel Venisse
Allan Lang a écrit : Hi I'm trying to fix up the VSS provider and have already submitted a couple of patches, which haven't yet been incorporated into the SVN repository. My problem is that as I continue with the development work, I'm having trouble separating out the various pieces of work

Re: Maven scm plugin unable to load maven scm local provider

2007-09-12 Thread Emmanuel Venisse
maybe I'll miss some of them but they are: checkout, checkin, changelog, tag, status, update Emmanuel Allan Lang a écrit : Hi Emmanuel Out of interest, what are the required methods required for release plugin support? Thanks, Allan On 12 Sep 2007, at 14:17, Emmanuel Venisse wrote:

Re: What if multiple scm commands ?

2007-09-06 Thread Emmanuel Venisse
yes, I think it will good to concate all, so users will knwo all commands that ran and will get all output Emmanuel Gilles Scokart a écrit : I'm currently trying to write a provider for Dimensions. Whit this tool, a checkout operation will result in multiple commands sent to the scm client (

Re: Query on enhancements to SCM VSS provider

2007-09-05 Thread Emmanuel Venisse
Yes, this project is always active but we don't have lot of modification on it because providers seems to work correctly for users in the majority of case. I'll look at your patches. Emmanuel Allan Lang a écrit : Hi I've recently started working with the VSS SCM provider and have found a num

Re: Maven SCM resolution problem when used with parent pom

2007-06-29 Thread Emmanuel Venisse
It's a problem with maven when you don't have modules in sub-directories. SCM URL are calculated and provided by maven to Maven-SCM. I think the only solution you'll have will be to define your scm url in all your pom, or use the recommended directory structure. Emmanuel Nicky Sandhu a écrit :

Re: [vote] Release Maven-SCM 1.0 final

2007-05-25 Thread Emmanuel Venisse
4 +1 binding votes (Jason Van Zyl, John Casey, Mike Perham, Emmanuel Venisse) 1 +1 non-binding vote (Ryan Daum) I'm releasing it now. Emmanuel Emmanuel Venisse a écrit : Hi, I'd like to release Maven-SCM-1.0 that contains few bug fixes found in rc1. The road map: http://jira.co

Re: [vote] Release Maven-SCM 1.0 final

2007-05-23 Thread Emmanuel Venisse
I'm restarting the release process to integrate SCM-319 For those of you that have already tested the release, it won't change the result becuase the patch added is only for the Mercurial (hg) provider with tag command, so it will be supported by the release plugin too. Emmanuel

Re: mercurial provider patch

2007-05-23 Thread Emmanuel Venisse
ul this test is. I'm of the mind to say: just remove the test from the test suite. I have manually tested the functionality and know that it works, and I think this feature is pretty critical for a 1.0 release which includes the Mercurial provider. Your call, Ryan On 5/22/07, *Emman

Re: Re: Re: mercurial provider patch

2007-05-23 Thread Emmanuel Venisse
critical for a 1.0 release which includes the Mercurial provider. Your call, Ryan On 5/22/07, * Emmanuel Venisse* <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> wrote: It doesn't tag arbitrary files but it test the T

Re: Re: Re: mercurial provider patch

2007-05-23 Thread Emmanuel Venisse
it works, and I think this feature is pretty critical for a 1.0 release which includes the Mercurial provider. Your call, Ryan On 5/22/07, * Emmanuel Venisse* <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> wrote: It doesn't tag arbitrary files but it tes

Re: Re: mercurial provider patch

2007-05-22 Thread Emmanuel Venisse
ease. Ryan On 5/22/07, *Emmanuel Venisse* < [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> wrote: Ryan Daum a écrit : > Firstly, it does not build at all after update given the commits you > checked in

Re: mercurial provider patch

2007-05-22 Thread Emmanuel Venisse
check out the branch), there's no way at all that my changes can make it in before the release. Ryan On 5/22/07, *Emmanuel Venisse* <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> wrote: Ryan Daum a écrit : > Firstly, it does not build at all after upd

Re: mercurial provider patch

2007-05-22 Thread Emmanuel Venisse
.hg.HgRepoUtils; ... It isn't a patch for a file creation. Emmanuel Ryan On 5/22/07, *Emmanuel Venisse* <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> wrote: I can't apply because your patch fail on the tck. You can verify it by running 'mvn clean pa

[vote] Release Maven-SCM 1.0 final

2007-05-22 Thread Emmanuel Venisse
Hi, I'd like to release Maven-SCM-1.0 that contains few bug fixes found in rc1. The road map: http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10527&styleName=Html&version=13380 Staging repo: http://people.apache.org/~evenisse/stage/maven-scm-repo/ Tag: http://svn.apache.org/repos/a

Re: mercurial provider patch

2007-05-22 Thread Emmanuel Venisse
I can't apply because your patch fail on the tck. You can verify it by running 'mvn clean package -Ptck' on the hg provider For your next patch, generate a valid one, the one in SCM-319 wasn't correct (look at first lines) I'm sending the vote for the release of the 1.0, if I don't have your p

Re: svn commit: r533717 - /maven/scm/trunk/maven-scm-plugin/src/main/java/org/apache/maven/scm/plugin/

2007-05-03 Thread Emmanuel Venisse
30 05:12:41 2007 @@ -41,6 +41,7 @@ import java.io.File; import java.io.IOException; import java.util.Iterator; +import java.util.Properties; /** * @author Emmanuel Venisse @@ -149,6 +150,33 @@ * @readonly */ private Settings settings; + +/** + * List of System properties

[VOTE] Release Maven-SCM 1.0-rc1

2007-04-13 Thread Emmanuel Venisse
Hi, I'd like to release Maven SCM 1.0-rc1 This version fix few bugs, add a new provider (mercurial) and few commands. Road Map: http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10527&styleName=Html&version=13066 Site: http://people.apache.org/~evenisse/stage/site/ Staging repo: http:

Re: maven-scm-test compilation failure

2007-04-10 Thread Emmanuel Venisse
Fixed. Emmanuel Antoine Véret a écrit : with revision: 527139 thanks

Re: Commit privileges for maven-scm?

2007-04-07 Thread Emmanuel Venisse
If it is ok, I'll apply it next week. Emmanuel Ryan Daum a écrit : Last time I attached patches to Jira they were ignored for 3 months until bugged someone on #maven. Ryan On 4/7/07, *Emmanuel Venisse* < [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> wrote: It isn&#

Re: Commit privileges for maven-scm?

2007-04-06 Thread Emmanuel Venisse
It isn't possible to give you commits privilege now, it's a meritocracy at ASF. Can you attach your patches to jira. Thanks, Emmanuel Ryan Daum a écrit : I've just finished updating maven-scm-provider-hg to work with the newest rev of the API. I also properly fixed SCM-244, as the amount of

Re: Other scms...

2007-04-04 Thread Emmanuel Venisse
et tested of course ;) Emmanuel Emmanuel Venisse a écrit : They need to be updated with latest code of maven-scm-api. Emmanuel Ryan Daum a écrit : What is the procedure for graduating from sandbox? Ryan On 4/4/07, *Mike Perham* <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]&g

Re: Other scms...

2007-04-04 Thread Emmanuel Venisse
They need to be updated with latest code of maven-scm-api. Emmanuel Ryan Daum a écrit : What is the procedure for graduating from sandbox? Ryan On 4/4/07, *Mike Perham* <[EMAIL PROTECTED] > wrote: Ah, right. http://svn.apache.org/viewvc/maven/sandbox/trunk/sc

Re: We're near the release of 1.0 final

2007-03-28 Thread Emmanuel Venisse
Brett Porter a écrit : On 28/03/2007, at 2:37 AM, Emmanuel Venisse wrote: I added two development guide in the site, it would be cool if you can look at it. The docs look good - thanks for that. cool :) I have some questions about the SCM manager part: it's unclear abou

Re: We're near the release of 1.0 final

2007-03-27 Thread Emmanuel Venisse
Dennis Lundberg a écrit : Emmanuel Venisse wrote: Hi, Now, we have only one issue to fix and all issues assigned to 1.0 will be fixed :) When building the site I noticed that Maven SCM is using modello-maven-plugin 1.0-alpha-6, which is quite old. It is used for the settings in provider

Re: We're near the release of 1.0 final

2007-03-27 Thread Emmanuel Venisse
Dennis Lundberg a écrit : Emmanuel Venisse wrote: Hi, Now, we have only one issue to fix and all issues assigned to 1.0 will be fixed :) I added two development guide in the site, it would be cool if you can look at it. Emmanuel As you might have seen by the commits, I have read

Re: svn commit: r520837 - in /maven/scm/trunk: maven-scm-api/src/main/java/org/apache/maven/scm/command/checkout/ maven-scm-plugin/src/main/java/org/apache/maven/scm/plugin/ maven-scm-plugin/src/test/

2007-03-21 Thread Emmanuel Venisse
Mike, I don't know if Perforce checkout files in the current directory or in a subdirectory for a "view", but if it's in a subdirectory like clearcase, it would be useful to use the new contructor of CheckOutScmResult. Emmanuel [EMAIL PROTECTED] a écrit : Author: evenisse Date: Wed Mar 21 04

Re: Preparing Maven SCM 1.0

2007-03-14 Thread Emmanuel Venisse
Emmanuel Venisse a écrit : Trygve Laugstøl a écrit : Emmanuel Venisse wrote: Hi, I'd like to release Maven 1.0 in next weeks. As you can see, I updated jira for this version. Before to do it, we need to fix some major issues with some providers. [snip] The issues you listed are

Re: Preparing Maven SCM 1.0

2007-03-14 Thread Emmanuel Venisse
Trygve Laugstøl a écrit : Emmanuel Venisse wrote: Hi, I'd like to release Maven 1.0 in next weeks. As you can see, I updated jira for this version. Before to do it, we need to fix some major issues with some providers. [snip] The issues you listed are only technical issues wit

Re: Is a Changeset without files allowed?

2007-02-26 Thread Emmanuel Venisse
It would be better to return an empty list instead of null. File an issue and we'll look at it But for the changelog plugin, you need to make a workaround for now. Emmanuel Dennis Lundberg a écrit : I'm trying to figure out http://jira.codehaus.org/browse/MCHANGELOG-54 The reporter is getti

Re: Bazaar test failures

2007-01-15 Thread Emmanuel Venisse
build fine now Emmanuel Brett Porter a écrit : Hi, There appears to be a test failure in Continuum for Bazaar now that I have the client installed again. This is bzr-0.13, Python-2.5, Solaris 10 x86. http://maven.zones.apache.org/continuum/surefireReport.action?buildId=2367&projectId=202&p

Re: Serena/PVCS support

2006-10-17 Thread Emmanuel Venisse
Peter, if you stop your work on the serena provider, can you attach it to an issue? So we'll can add it in the maven-scm sandbox and users will can look at it and provide other commands. Emmanuel Peter Ineson a écrit : Opps, I sent this to the incorrect address Hi Steve & Antoine,

Re: How to use VSS in Maven 2 together with Continuum?

2006-10-03 Thread Emmanuel Venisse
I don't think all commands required by continuum are implemented in vss provider Emmanuel Julien Henry a écrit : Hi, You don't have anything to add in your pom (only write the correct scm URL). But you have to add maven-scm-provider-vss-XXX.jar in $CONTINUUM_HOME/apps/continuum/lib, because

Re: Serena/PVCS support

2006-08-18 Thread Emmanuel Venisse
gust 09, 2006 10:27 AM Subject: Re: Serena/PVCS support So the answer is, yes, we're interested if you can spend some time writing it :) - Brett On 9/08/2006 1:07 AM, Emmanuel Venisse wrote: The latest news we have is that they can't donate the code due to a pb with company policy

Re: Serena/PVCS support

2006-08-08 Thread Emmanuel Venisse
The latest news we have is that they can't donate the code due to a pb with company policy : http://mail-archives.apache.org/mod_mbox/maven-scm-dev/200606.mbox/[EMAIL PROTECTED] Emmanuel Jason van Zyl a écrit : Hi, Serena themselves have actually written support for Maven SCM. If there is an

Re: RE: scm:add

2006-07-21 Thread Emmanuel Venisse
yes. Emmanuel Sharma, Jaikumar a écrit : Does it mean if I implement "add" in my provider it is still valid and used by wagon-scm-provider for its operations ? Thanks. -Original Message- *From:* dan tran [mailto:[EMAIL PROTECTED]

Re: Integrating custom SCM with maven

2006-06-29 Thread Emmanuel Venisse
1- create a new project that extends maven-scm-providers project 2- create a ScmProvider that extends org.apache.maven.scm.provider.AbstractScmProvider 3- create a ScmProviderRepository 4- implement scm commands Emmanuel Anirudh Chandrakant a écrit : Hi, I have my own built-from-scratch versi

Re: PVCS and Maven

2006-06-20 Thread Emmanuel Venisse
Hi Francis, Do you have some news? Thanks Emmanuel Francis Long a écrit : > Hi Brett, > > One of our partner has developed this integration and we are talking with > them for devoting this code. > > > Thanks and best regards, > > > > Francis Long Guangyu > > Serena Software > > >

Re: M2 : Log info is duplicated

2006-06-08 Thread Emmanuel Venisse
We check three parameters connectionUrl, project.scm.connection and project.scm.developerConnection, so if you use these three parameters, you'll see three validations in logs but they aren't the same. Emmanuel Sharma, Jaikumar a écrit : Does any one of you know the reason or it might be repeat

Re: M2 : where [connection] parameter is documented for SCM ?

2006-06-06 Thread Emmanuel Venisse
http://maven.apache.org/ref/current/maven-model/maven.html#class_scm http://maven.apache.org/scm/scm-url-format.html Emmanuel Sharma, Jaikumar a écrit : Emmanuel, Where this (as shown below) parameter is documented, I can not find it ? scm:scmprovidername:

Re: M2 : How to handle login into SCM provider implementation ?

2006-06-06 Thread Emmanuel Venisse
me a hint ? -Original Message- From: Emmanuel Venisse [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 06, 2006 3:56 PM To: scm-dev@maven.apache.org Subject: Re: M2 : How to handle login into SCM provider implementation ? A user can log with username/password mojo parameters. mvn -Duse

Re: M2 : How to handle login into SCM provider implementation ?

2006-06-06 Thread Emmanuel Venisse
A user can log with username/password mojo parameters. mvn -Dusername=your_username -Dpassword=your_password scm:checkout In maven-scm api, we have an Login interface that can be used by the provider like we do it in cvs provider. You can do the same in your provider if you need it, but the log

Re: RE: M2 : How to implement goals in SCM provider implementation ?

2006-06-05 Thread Emmanuel Venisse
on Jun 05 15:40:05 GMT+05:30 2006 [INFO] Final Memory: 3M/6M [INFO] -Original Message- From: Emmanuel Venisse [mailto:[EMAIL PROTECTED] Sent: Monday, June 05, 2006 3:32 PM To: scm-dev@maven.apache.org Subject: Re: M

Re: M2 : How to implement goals in SCM provider implementation ?

2006-06-05 Thread Emmanuel Venisse
Do you have some errors when you run the scm plugin? << Do you mean, if I have the correct / running version of scm plugin is installed ? if yes, then yes, I can see al the gols listed in that using command : mvn help:describe -DgroupId=org.apache.maven.plugins -DartifactId=maven-scm-plugi

Re: M2 : How to implement goals in SCM provider implementation ?

2006-06-05 Thread Emmanuel Venisse
-Original Message- From: Emmanuel Venisse [mailto:[EMAIL PROTECTED] Sent: Friday, June 02, 2006 11:00 AM To: scm-dev@maven.apache.org <mailto:scm-dev@maven.apache.org> Subject: Re: M2 : How to implement goals in SCM provider implementation ? Your p

Re: M2 : How to implement goals in SCM provider implementation ?

2006-06-05 Thread Emmanuel Venisse
he provider usage. A sample of parameter that can be general for the cvs provider is the compression level to use for all commands. Emmanuel Jaikumar -Original Message- From: Emmanuel Venisse [mailto:[EMAIL PROTECTED] Sent: Friday, June 02, 200

Re: M2 : How to implement goals in SCM provider implementation ?

2006-06-05 Thread Emmanuel Venisse
> org.apache.maven.scm > maven-mks-provider > 1.0 > > > > scm:mks:"[EMAIL [EMAIL PROTECTED]" > > > > > > > >

Re: M2 : How to implement goals in SCM provider implementation ?

2006-06-02 Thread Emmanuel Venisse
l for the cvs provider is the compression level to use for all commands. Emmanuel Jaikumar -Original Message----- From: Emmanuel Venisse [mailto:[EMAIL PROTECTED] Sent: Friday, June 02, 2006 11:00 AM To: scm-dev@maven.apache.org Subject: Re: M2 : How to implem

Re: M2 : How to implement goals in SCM provider implementation ?

2006-06-01 Thread Emmanuel Venisse
TECTED]@project" -Original Message- From: Emmanuel Venisse [mailto:[EMAIL PROTECTED] Sent: Thursday, June 01, 2006 7:49 PM To: scm-dev@maven.apache.org Subject: Re: M2 : How to implement goals in SCM pro

Re: M2 : How to implement goals in SCM provider implementation ?

2006-06-01 Thread Emmanuel Venisse
2:12 PM To: 'scm-dev@maven.apache.org' Subject: RE: M2 : How to implement goals in SCM provider implementation ? Thanks Emmanuel, that was the enlightment, I was expecting from you ;-) -----Original Message- From: Emmanuel Venisse [mailto:[EMAIL PROTECTED] Sent: Monday, May 29, 2006 1:54 P

Re: M2 : How to implement goals in SCM provider implementation ?

2006-05-29 Thread Emmanuel Venisse
o extends AbstractMojo { public void execute() throws MojoExecutionException { getLog().info("Hello, world."); } } ----- -Original Message- From: Emmanuel Venisse [mailto:[EMAIL PROTECTED] Sent: Monday,

Re: M2 : How to implement goals in SCM provider implementation ?

2006-05-29 Thread Emmanuel Venisse
what do you mean by goals? Emmanuel Sharma, Jaikumar a écrit : I am working on SCM provider implementation for MKS. Could somebody throw some lights on goals implementation for SCM provider. I had a look on SCM provider implementation for VSS, but could not find the goals definition in any of

Re: AW: Maven support for MKS Source Integrity?

2006-05-17 Thread Emmanuel Venisse
plete implementation of MKS support? kind regards Marijan -Ursprüngliche Nachricht- Von: Emmanuel Venisse [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 16. Mai 2006 2:21 An: scm-dev@maven.apache.org Betreff: Re: Maven support for MKS Source Integrity? Do you want to start the implementati

Re: Maven support for MKS Source Integrity?

2006-05-16 Thread Emmanuel Venisse
need more informations and the status of your implementation. Emmanuel Grandverger, Marijan a écrit : Hi Folks I found that statement in another maillist: *> Re: Any progress on an MKS provider for Maven-SCM?* Emmanuel Venisse Thu, 27 Apr 2006 10:13:09 -0700 I don't have news o

Re: Pure java SCM provider

2006-05-04 Thread Emmanuel Venisse
Carlos Sanchez a écrit : What's the status of the javasvn provider? I've uploaded 1.1.0.beta of tmate to ibiblio, I think we were waiting for this I was waiting for it because it support file protocol necessary for TCK tests. but 1.1.0.beta doesn't include all patches applied to 1.0.4, so we

Re: Site and plugin matrix updates

2006-05-04 Thread Emmanuel Venisse
Torbjorn Smorgrav a écrit : 1. Can I add Bazaar as an item under the Supported SCM's on the maven-scm-site? (or are there any policies that I should know about?) You can. 2. I would like to promote the bazaar provider from partially implemented to fully implemented in the scms-overview.

Re: Setting svn properties or how to avoid problems with line endings

2006-04-28 Thread Emmanuel Venisse
Carlos Sanchez a écrit : So I have a problem when svn tries to commit text files with inconsistent line endings (dos and unix), eg. the site generated docs that we're trying to make consistent. I have set auto props with the svn:native, svn complains when commiting new files with the "inconsis

Re: Adding a directory recursively

2006-04-26 Thread Emmanuel Venisse
Brett Porter a écrit : Emmanuel Venisse wrote: I think it would be good to add this method and it's easy to do. For svn, we must check if : - .svn directory exist in directory for subversion - CVS directory exist in directory for CVS - .bzr directory exist in directory for bazaar - no

Re: Adding a directory recursively

2006-04-26 Thread Emmanuel Venisse
Carlos Sanchez a écrit : I have created http://jira.codehaus.org/browse/SCM-188 For the scm wagon I'd need to add a whole directory to scm. Right now the only solution is create a ScmFileSet, but none of the current methods adds directories, i have to look for them and add in order so the svn

Re: newbie question

2006-04-18 Thread Emmanuel Venisse
cvs isn't in your path, you must add it Emmanuel Narasimha Narahari a écrit : Hi there, I am trying to use the maven.scm plugins with CVS as my service provider. I have set the maven.scm.url but when I execute maven scm:update I get the following error. Executing: cvs -f -q update -d Worki

Re: no commits on HEAD?

2006-04-13 Thread Emmanuel Venisse
I'll look at your patch and it will be perhaps included in next release. I'll release a new beta before one week. All developments are stopped until the release. Emmanuel Zsolt a écrit : Hi, I haven't seen any commit on http://svn.apache.org/repos/asf/maven/scm/trunk for days. Is no developm

Re: Java version policy

2006-04-06 Thread Emmanuel Venisse
It's defined in parent scm pom Emmanuel Brett Porter a écrit : Torbjorn Smorgrav wrote: Do we have a Java version policy? I guess we are targeting 1.3? Cheers Torbjørn 1.4

Re: The best approach to extend ScmProvider

2006-04-05 Thread Emmanuel Venisse
idate your code Emmanuel Sharma, Jaikumar a écrit : Kindly send me some getting started info about plugin development, never developed a plugin ealier. My approach would be to do it as fast as possible. -Original Message- From: Emmanuel Venisse [mailto:[EMAIL PROTECTED] Sent: Wednesday, A

Re: The best approach to extend ScmProvider

2006-04-05 Thread Emmanuel Venisse
If you know well scm commands, a new scm provider can be implemented in 2-3 days. The minimal commands are add, checkin, checkout, changelog, remove, tag, update, status, and the TCK implementation for validation of code. Emmanuel [EMAIL PROTECTED] a écrit : A task and a change set is

Re: The best approach to extend ScmProvider

2006-04-05 Thread Emmanuel Venisse
Torbjorn Smorgrav a écrit : Can you checkin changes to the same task several times? If no, then this should map well to a change set (except the task creation). If yes, then I like :) This may be related: http://jira.codehaus.org/browse/SCM-38 A follow-up question to all: Is there a plan or

Re: The best approach to extend ScmProvider

2006-04-05 Thread Emmanuel Venisse
What is the role of a task? Zsolt a écrit : I'm not sure what you exactly mean. CM-Synergy task is created BEFORE you checkout. Zsolt -Original Message- From: Torbjorn Smorgrav [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 04, 2006 4:41 PM To: scm-dev@maven.apache.org Subject: RE: T

Re: ClearCase SCM provider

2006-04-04 Thread Emmanuel Venisse
I think i'll release it before two weeks. Emmanuel Igor Czechowski a écrit : Emmanuel, Thanks. Do you know when it will be released ? Igor On 4/4/06, Emmanuel Venisse <[EMAIL PROTECTED]> wrote: This problem is already fixed. If you want to try the latest snapshot of maven-sc

Re: ClearCase SCM provider

2006-04-04 Thread Emmanuel Venisse
This problem is already fixed. If you want to try the latest snapshot of maven-scm, add this in your pom : false apache.snapshots Apache Development Repository http://cvs.apache.org/maven-snapshot-repository The snapshot version of Maven-s

Welcome to Torbjørn

2006-04-04 Thread Emmanuel Venisse
Everyone, please welcome Torbjørn as our newest Maven-SCM committer. Torbjørn: you may already be familiar with them, but here are some resources to get you started: * How to log in, commit, etc: http://www.apache.org/dev/new-committers-guide.html * Information on Apache and how it works, and h

Re: PVCS and Maven

2006-03-28 Thread Emmanuel Venisse
www.serena.com tel 650-522-6635 fax 650-522-6835 cell650-224-1691 email [EMAIL PROTECTED] -Original Message- From: Emmanuel Venisse [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 28, 2006 11:24 To: scm-dev@maven.apache.org Cc: David Parker; Francis Long; Kevin Parker Subject

Re: PVCS and Maven

2006-03-28 Thread Emmanuel Venisse
Hi, Do you have implemented maven-scm interfaces for PVCS? You can create an issue (http://jira.codehaus.org/browse/SCM) and attach your code to it. You can subscribe too scm developers list (little traffic) so you'll can help users that want to use your provider. If you have any questions ab

Re: Implementing support for CM Synergy?

2006-03-24 Thread Emmanuel Venisse
[EMAIL PROTECTED] a écrit : Hi and thanks for the info! I'm new to both maven and maven-scm so bear with me... I have checked out maven-scm from svn. What would be the best solution to import this into Eclipse? mvn eclipse:eclipse Should I have each module (maven-scm-api, maven-scm-provid

Re: git repository provider

2006-03-23 Thread Emmanuel Venisse
is it possible to run git locally? in this case, you can use the TCK and create the repository in target directory with initRepo method. You can look at other providers like bazaar that do it. Emmanuel Dominik Winter a écrit : 2006/3/23, Emmanuel Venisse <[EMAIL PROTECTED] <mailto:

Re: git repository provider

2006-03-23 Thread Emmanuel Venisse
What is a git archive? Emmanuel Dominik Winter a écrit : Hi, it seems that nobody works on a git provider so far. So I started to implement one. Creating an archive ("repository"), adding files, checking out and committing changes work already. I use git itself as the SCM, of course. But I ha

  1   2   3   4   >