Re: scm plugin

2008-03-11 Thread Wayne Fay
I never said that you were literally running an SVN server on your PC. Why would you make that assumption? I simply said that the svn binary is not available in your path. Fix that problem. Wayne On 3/11/08, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > That error means that svn is not instal

Re: scm plugin

2008-03-11 Thread Dooing
> That error means that svn is not installed on your home machine. Of course, svn isn't installed on my pc - I just got a svn client - tortoise ( http://tortoisesvn.tigris.org/) to connect to a svn server. Isn't that what scm is used for?! Why would anyone install a svn server on a developer pc?!

Re: scm plugin

2008-03-11 Thread Wayne Fay
That error means that svn is not installed on your home machine. Type "svn" at a command prompt. If it doesn't work, Maven can't help you. Wayne On 3/11/08, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > At home, I tried the same (with a not existing svn url ""somerepository.com") > and I got:

Re: scm plugin

2008-03-11 Thread Dooing
At home, I tried the same (with a not existing svn url ""somerepository.com") and I got: [ERROR] Provider message: [ERROR] The svn command failed. [ERROR] Command output: [ERROR] The command "svn" is either mispelled or could not be found (translated from german) So trying the scm command with a

Re: scm plugin

2008-03-11 Thread Dooing
Yeah, I found the two slashes too, and already removed them, but this didn't improve it either. Also, I've already tried ALL scm goals I found on the scm maven site, including scm:list, but it never worked. Currently I am at home so I can't provide you the exact error message untill tomorrow (a

Re: scm plugin

2008-03-11 Thread Martin Höller
On Tuesday 11 March 2008 [EMAIL PROTECTED] wrote: > Then I added to my parent pom: > > scm:svn:https://MYSECRET_INTERNAL_IP:443//THE_MAIN_PROJECT/TRUNK/MY_SUB_PROJECT > [...] Did you miss the repository part in your URL? Andy why do you have two slashes? Something like this should work: scm:s

scm plugin

2008-03-11 Thread Dooing
-scm-plugin install MY_SECRET_USERNAME MY_SECRET_PWD developerConnection However, this (mvn scm:update) didn't work. Somewhere I read I had to add a svn-settings.xml file to my USER-HOME? But no idea what I would put there.. mvn scm:validate says:

Re: scm plugin and fille permission

2008-02-27 Thread Benoit Decherf
You are right. thanks. Benoit. Emmanuel Venisse wrote: Maybe an issue in the java cvs lib used by maven-scm. If you have cvs command line installed, you can use the native cvs: http://maven.apache.org/scm/cvs.html Emmanuel It seems that mvn scm:checkout doesn't respect the file permission

Re: scm plugin and fille permission

2008-02-27 Thread Emmanuel Venisse
Maybe an issue in the java cvs lib used by maven-scm. If you have cvs command line installed, you can use the native cvs: http://maven.apache.org/scm/cvs.html Emmanuel > It seems that mvn scm:checkout doesn't respect the file permissions. > > In cvs I have a file with exec permission (-rwxrwxr-x)

scm plugin and fille permission

2008-02-27 Thread Benoit Decherf
It seems that mvn scm:checkout doesn't respect the file permissions. In cvs I have a file with exec permission (-rwxrwxr-x). If I checkout the project using mvn scm:checkout, I get: -rw-rw-r-- 1 decherfb decherfb 394 2007-08-21 12:01 /tmp/migrate/searchFeeder/clean.sh Using directly the cvs co

maven-scm-plugin : how to ignore target directory while checkin

2007-12-03 Thread urir
Hi, I am using maven-scm-plugin to checkin the sources while deploy phase. We only manage the real source in SVN and don't want to add target directory to scm. So, how do I ignore the target directory while checkin. If I run mvn scm:checkin on clean directory - all is Ok. If I run mvn

Is the SCM plugin under current development?

2007-11-28 Thread Ian Rowlands
It's just that there seems some rather serious bugs (for instance, scm:tag doesn't work) that haven't even been looked at, and some have been there for a long time. Any news on it? Regards, Ian Disclaimer: The information transmitted is intended only for the person or entity to which it i

Is the SCM plugin under current development?

2007-11-28 Thread Ian Rowlands
It's just that there seems some rather serious bugs (for instance, scm:tag doesn't work) that haven't even been looked at, and some have been there for a long time. Any news on it? Regards, Ian Disclaimer: The information transmitted is intended only for the person or entity to which it

Maven-Scm Plugin with CVS: Wrong password exception

2007-11-27 Thread Usman Chaudhry
I am trying to use maven scm plugin to checkout some files from CVS but I always get a "Wrong Password" exception. Here is what I am tying: org.apache.maven.plugins maven-scm-plugin

Re: Using maven-scm-plugin

2007-10-30 Thread Emmanuel Venisse
to create a list of all the developers who have cheed-in the files in the SVN in a day. And this report will be generated each n every day by EOD. Now as it is given on apache site that maven-scm-plugin is used for the same purpose. So what I have done is created 1 separate project and the conent

Using maven-scm-plugin

2007-10-30 Thread Vishal Pahwa
Hi We are using maven2.0.6 and SVN in our project. Now the requirement is we need to create a list of all the developers who have cheed-in the files in the SVN in a day. And this report will be generated each n every day by EOD. Now as it is given on apache site that maven-scm-plugin is used for

Re: scm plugin and perforce

2007-10-25 Thread Dennis Lundberg
EJ Ciramella wrote: Is anyone using the scm plugin and perforce? Additionally, is anyone using the maven-changelog-plugin? I'm struggling to get any worthwhile output from this bugger... Did you read the FAQ? http://maven.apache.org/plugins/maven-changelog-plugin/faq.html -- D

scm plugin and perforce

2007-10-25 Thread EJ Ciramella
Is anyone using the scm plugin and perforce? Additionally, is anyone using the maven-changelog-plugin? I'm struggling to get any worthwhile output from this bugger...

Re: Subversion SCM plugin and --non-interactive parameter

2007-09-14 Thread Paul MERLIN
Le Friday 14 September 2007 09:02:48 Insitu, vous avez écrit : > Paul MERLIN <[EMAIL PROTECTED]> writes: > > Hi all, > > > > I'm trying to use the maven-release-plugin. Our SVN is only accessible on > > https with ssl mutual authentication. Yes we have to type our P12 > > password every time we do

Re: Subversion SCM plugin and --non-interactive parameter

2007-09-14 Thread Insitu
Paul MERLIN <[EMAIL PROTECTED]> writes: > Hi all, > > I'm trying to use the maven-release-plugin. Our SVN is only accessible on > https with ssl mutual authentication. Yes we have to type our P12 password > every time we do a svn operation. That's the way it is ... > Just curious, why don't you

Re: Subversion SCM plugin and --non-interactive parameter

2007-09-13 Thread Roland Asmann
Not really a Maven-solution, but: write a small shell-script that triggers the release for you. In this script you can query the user for the password and store it in a variable. You can then use this variable in the command-line and everything should work out just fine! Hope this helps. On T

Re: Subversion SCM plugin and --non-interactive parameter

2007-09-13 Thread Paul MERLIN
Le Thursday 13 September 2007 16:21:50 Emmanuel Venisse, vous avez écrit : > no it isn't possible but you can add your password in command line > parameters > > Emmanuel Hi Emmanuel, Unfortunately storing the password in a config file is not an option. Nor adding it to a command line (think about

Re: Subversion SCM plugin and --non-interactive parameter

2007-09-13 Thread Emmanuel Venisse
no it isn't possible but you can add your password in command line parameters Emmanuel Paul MERLIN a écrit : Hi all, I'm trying to use the maven-release-plugin. Our SVN is only accessible on https with ssl mutual authentication. Yes we have to type our P12 password every time we do a svn ope

Subversion SCM plugin and --non-interactive parameter

2007-09-13 Thread Paul MERLIN
Hi all, I'm trying to use the maven-release-plugin. Our SVN is only accessible on https with ssl mutual authentication. Yes we have to type our P12 password every time we do a svn operation. That's the way it is ... So, my problem is that maven run svn with the "--non-interactive" parameter wh

Re: SCM Plugin

2007-09-06 Thread Dan Tran
AIL PROTECTED]> wrote: > > I'm using 1.0 of the SCM plugin and I'm getting an odd behavior > > > > > > With maven 2.0.7, a working subversion SCM url and a build plugin as > > > > > >maven-scm-plugin > > > >

Re: SCM Plugin

2007-09-06 Thread Dan Tran
try -Dtag= it is a bug that 'tag' param is not marked as required, please file a JIRA -D On 9/6/07, Mykel Alvis <[EMAIL PROTECTED]> wrote: > I'm using 1.0 of the SCM plugin and I'm getting an odd behavior > > > With maven 2.0.7, a working su

SCM Plugin

2007-09-06 Thread Mykel Alvis
I'm using 1.0 of the SCM plugin and I'm getting an odd behavior With maven 2.0.7, a working subversion SCM url and a build plugin as maven-scm-plugin tag [EMAIL PROTECTED] MEFoundation-1.0.x]$ mvn scm:tag [INFO] Scanning for project

Re: SCM plugin and non-verbose mode

2007-08-28 Thread Dan Tran
dont think there is a solution for case, please file a request against maven scm. Best if you directly enhance maven-scm's starteam provider to get you going, and then submit a patch -D On 8/28/07, Eric Roberts <[EMAIL PROTECTED]> wrote: > Is there any way to tell an SCM configuration to use 'qu

SCM plugin and non-verbose mode

2007-08-28 Thread Eric Roberts
Is there any way to tell an SCM configuration to use 'quiet' or 'non-verbose' mode? I have a scenario where I need to use the checkin goal to checkin files but if there are files that need to be added (e.g. add_test.txt) the maven build stops with the following error: [WARNING] Unknown checkin oup

maven-scm-plugin sometimes fails to checkin file

2007-06-22 Thread Jeff Mutonho
I have the plugin configured to checkin a built ear file into CVS.The configuration is shown below : checkin-ear post-integration-test scm:cvs:pserver:jeffm:[EMAIL PROTECTED]:/var/lib/cvsroot:Eportal/depl/eportal-releases/eportal/dev3 "**/*.ear" Ma

Re: maven-scm-plugin verbose

2007-06-14 Thread Jo Vandermeeren
On 6/14/07, Jeff Mutonho <[EMAIL PROTECTED]> wrote: On 6/13/07, Emmanuel Venisse <[EMAIL PROTECTED]> wrote: > you can use the mvn "-X" parameter. > Well , I'm using Continuum to launch the maven builds Hi Jeff, So? Add the "-X" switch to the arguments list of your continuum build definitio

Re: maven-scm-plugin verbose

2007-06-14 Thread Jeff Mutonho
On 6/13/07, Emmanuel Venisse <[EMAIL PROTECTED]> wrote: you can use the mvn "-X" parameter. Well , I'm using Continuum to launch the maven builds "Don't take the name of root in vain." Jeff Mutonho Cape Town South Africa GoogleTalk : ejbengine Skype: ejbengine Registered Linux u

Re: maven-scm-plugin verbose

2007-06-13 Thread Emmanuel Venisse
you can use the mvn "-X" parameter. Jeff Mutonho a écrit : Is there some undocumented feature/way to make maven-scm-plugin more verbose during checkout and checkin? - To unsubscribe, e-mail: [EMAIL PROT

maven-scm-plugin verbose

2007-06-13 Thread Jeff Mutonho
Is there some undocumented feature/way to make maven-scm-plugin more verbose during checkout and checkin? -- "Don't take the name of root in vain." Jeff Mutonho Cape Town South Africa GoogleTalk : ejbengine Skype: ejbengine Registered Linux use

RE: Question about the scm plugin

2007-01-25 Thread Rahamim, Zvi \(Zvi\)
Thank you! -Original Message- From: Julien Martin [mailto:[EMAIL PROTECTED] Sent: Thursday, January 25, 2007 11:55 AM To: Maven Users List Subject: Re: Question about the scm plugin by changing the environment variable "path"... 2007/1/25, Rahamim, Zvi (Zvi) <[EMAIL PROTE

Re: Question about the scm plugin

2007-01-25 Thread Julien Martin
List Subject: Re: Question about the scm plugin because we don't use yet a pure java client for cvs Emmanuel Julien Martin a écrit : > Hello, > I would like to know whether the use of the scm plugin and especially > the use of the cvs goal of the scm plugin requires the presence of th

RE: Question about the scm plugin

2007-01-25 Thread Rahamim, Zvi \(Zvi\)
How can I set the CVS.exe path? Thanks! -Original Message- From: Emmanuel Venisse [mailto:[EMAIL PROTECTED] Sent: Thursday, January 25, 2007 11:07 AM To: Maven Users List Subject: Re: Question about the scm plugin because we don't use yet a pure java client for cvs Emmanuel J

Re: Question about the scm plugin

2007-01-25 Thread Julien Martin
thanks manu. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Question about the scm plugin

2007-01-25 Thread Emmanuel Venisse
because we don't use yet a pure java client for cvs Emmanuel Julien Martin a écrit : Hello, I would like to know whether the use of the scm plugin and especially the use of the cvs goal of the scm plugin requires the presence of the cvs executable on the user machine. Thanks in advance, J

Question about the scm plugin

2007-01-25 Thread Julien Martin
Hello, I would like to know whether the use of the scm plugin and especially the use of the cvs goal of the scm plugin requires the presence of the cvs executable on the user machine. Thanks in advance, Julien. - To unsubscribe

scm plugin with subversion

2007-01-19 Thread Trevor Torrez
I've got an automated build on my project and the "scm:update" fails after a couple of successful builds saying that the working copy is locked. How do i get around this?

Re: Problem using wagon-scm and maven-scm-plugin together

2007-01-03 Thread Dean Jones
For anyone else having this problem, it seems to be fixed in maven-2.0.5-SNAPSHOT. Best wishes, Dean. On 1/3/07, Dean Jones <[EMAIL PROTECTED]> wrote: Hello all, I'm having a problem trying to use the wagon-scm plugin. I have added the following to my pom (in this case, a

Problem using wagon-scm and maven-scm-plugin together

2007-01-03 Thread Dean Jones
Hello all, I'm having a problem trying to use the wagon-scm plugin. I have added the following to my pom (in this case, a parent pom): org.apache.maven.wagon wagon-scm 1.0-beta-2-SNAPSHOT org.apache.maven.scm maven-scm-manager-plexus 1.0-SNA

Re: Maven2 with VSS: Has maven scm plugin implemented scm:checkout for VSS?

2006-12-05 Thread Emmanuel Venisse
scm:checkout is supported for VSS but not in the release version, only in our svn. We'll release a new version in few days. Emmanuel [EMAIL PROTECTED] a écrit : try command line "mvn scm:checkout" following error found, Embedded error: No such command 'checkout' Anyone can help? Thanks! Reg

RE: Maven2 with VSS: Has maven scm plugin implemented scm:checkout for VSS?

2006-12-05 Thread LECAN Damien
Ask this question to Maven SCM mailing-lists http://maven.apache.org/scm/mail-lists.html Damien > -Message d'origine- > De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Envoyé : mardi 5 décembre 2006 05:19 > À : users@maven.apache.org > Objet : Maven2 with VSS:

Maven2 with VSS: Has maven scm plugin implemented scm:checkout for VSS?

2006-12-04 Thread joy.ge
try command line "mvn scm:checkout" following error found, Embedded error: No such command 'checkout' Anyone can help? Thanks! Regards, Joy IMPORTANT NOTICE Email from OOCL is confidential and may be legally privileged. If it is not intended for you, please delete it immediately unrea

Re: Failed maven-scm-plugin: Check in

2006-11-27 Thread Jeff Mutonho
On 11/27/06, Emmanuel Venisse <[EMAIL PROTECTED]> wrote: A working copy directory is the directory where you done the checkout. For CVS, it must contains a CVS directory. Emmanuel Thanks.Seems sorted now. - To unsubscribe, e-

Re: Failed maven-scm-plugin: Check in

2006-11-27 Thread Emmanuel Venisse
A working copy directory is the directory where you done the checkout. For CVS, it must contains a CVS directory. Emmanuel Jeff Mutonho a écrit : On 11/27/06, Emmanuel Venisse <[EMAIL PROTECTED]> wrote: You can't commit a file if you aren't in a working copy directory. Emmanuel Thanks Emma

Re: Failed maven-scm-plugin: Check in

2006-11-27 Thread Jeff Mutonho
On 11/27/06, Emmanuel Venisse <[EMAIL PROTECTED]> wrote: You can't commit a file if you aren't in a working copy directory. Emmanuel Thanks Emmanuel.The log says "[INFO] Working directory: D:\MAVEN-WORK\eportal-ear" .Do you mean I should run this from the directory where the actual ear file i

Re: Failed maven-scm-plugin: Check in

2006-11-27 Thread Emmanuel Venisse
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-scm-plugin:1.0-SNAPSHOT :checkin' --> [DEBUG] (f) basedir = D:\MAVEN-WORK\eportal-ear [DEBUG] (f) connectionType = developerConnection [DEBUG] (s) connectionUrl = scm:cvs:pserver:mutonj:[EMAIL PROTECTED]:/var/ lib/cvsroot:pragmatic

Failed maven-scm-plugin: Check in

2006-11-27 Thread Jeff Mutonho
I'm trying to check in an ear file into CVS .When I run the command 'mvn scm:checkin' , the check in is failing with the following message : [DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-scm-plugin:1.0-SNAPSHOT :checkin' --> [DEBUG] (f) basedir = D:\M

Re: maven-scm-plugin: Check in

2006-11-23 Thread Dan Tran
since scm:checkin doc is available, could you give it a try ? On 11/23/06, Jeff Mutonho <[EMAIL PROTECTED]> wrote: I've got a requirement to use maven to check in a war file into some CVS repository.I know the maven-scm-plugin has a 'checkin' goal , but I'm not sur

maven-scm-plugin: Check in

2006-11-23 Thread Jeff Mutonho
I've got a requirement to use maven to check in a war file into some CVS repository.I know the maven-scm-plugin has a 'checkin' goal , but I'm not sure how its used.May someone show me an example of how I can use the 'checkin' goal to put a war file into a CV

Re: Why don't need maven-scm-plugin and password?

2006-11-21 Thread jiangshachina
> To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/Why-don%27t-need-maven-scm-plugin-and-password--tf2663461s177.html#a7463993 Sent from the Maven - Users

Re: Why don't need maven-scm-plugin and password?

2006-11-21 Thread jiangshachina
Hello, I checked the matter carefully. Then found that all is my fault. In fact, Maven had downloaed maven-scm-plugin, occasionally, I didn't monitor the action at that time. And I have serveral local repositories, and I searched a wrong one. God! a cup of Java, cheers! Sha Jiang jiangsha

Re: Why don't need maven-scm-plugin and password?

2006-11-19 Thread jiangshachina
Although I set the fowllowing at pom.xml org.apache.maven.plugins maven-scm-plugin 1.0-beta-3 maven-scm-plugin wasn't downloaded. a cup of Java, cheers! Sha Jiang jiangshachina wrote: > > Hi guys, > I set scm(CVS) connect

Why don't need maven-scm-plugin and password?

2006-11-19 Thread jiangshachina
Hi guys, I set scm(CVS) connection in pom.xml scm:cvs:pserver:[EMAIL PROTECTED]:port:repository:module then I run mvn scm:checkout, the files were checkout sccusessfully. But I'm very puzzled! I didn't set password! maven-scm-plugin didn't down

SCM Plugin documentation have several broken links

2006-08-31 Thread Jimisola Laursen
SCM Plugin document is not usable due to several broken links and have had so for a long time if I remember right. http://maven.apache.org/scm/plugins/ Some of the broken links are: http://maven.apache.org/scm/plugins/scm-url-format.html http://maven.apache.org/scm/plugins/scms-overview.html

maven-scm-plugin : pupose of scm:status goal ?

2006-07-26 Thread Sharma, Jaikumar
Hi, I would like to know the purpose of scm:status goal in maven-scm-plugin, becuase I am not able to get clear view about the functionality provided by this goal with regard to MKS proivder counterpart command ? Could somebody give some idea on this please ? Regards.

RE: maven-scm-plugin goals question

2006-07-10 Thread Mike Perham
They coorespond to svn commands. See any svn book or manual. -Original Message- From: Sharma, Jaikumar [mailto:[EMAIL PROTECTED] Sent: Monday, July 10, 2006 3:09 AM To: Maven Users List Subject: RE: maven-scm-plugin goals question Emmanuel, It would be helpful, if it is possible to

RE: maven-scm-plugin goals question

2006-07-10 Thread Sharma, Jaikumar
rday, July 08, 2006 3:02 PM To: Maven Users List Subject: Re: maven-scm-plugin goals question Sharma, Jaikumar a écrit : > Dear all, > > As I see at the following URL goals provided by maven-scm-plugin, > these goals are general goals, but at the same time, certain actions

RE: maven-scm-plugin goals question

2006-07-09 Thread Sharma, Jaikumar
Users List Subject: Re: maven-scm-plugin goals question As a user, I always want to _do_ something. Logging in is, inherently, a null operation. Sure, it changes my state (from non-logged in to logged in) but only insomuch as to do the action that I _really_ want to do (such as, commit or checkout

Re: maven-scm-plugin goals question

2006-07-08 Thread Emmanuel Venisse
Sharma, Jaikumar a écrit : Dear all, As I see at the following URL goals provided by maven-scm-plugin, these goals are general goals, but at the same time, certain actions / operations which are specific to a particular SCM does not really match (for readibility / documentation reasons

Re: maven-scm-plugin goals question

2006-07-07 Thread Eric Redmond
We're not talking about the scm api... of course that has a login ability. We're talking about the scm goals (maven-scm-plugin) Eric On 7/7/06, dan tran <[EMAIL PROTECTED]> wrote: maven-scm-api does haave login interface, however provider like svn, starteam, clearcase, etc doe

Re: maven-scm-plugin goals question

2006-07-07 Thread dan tran
maven-scm-api does haave login interface, however provider like svn, starteam, clearcase, etc does not have login action and therefor not implement that interface. That is why you dont see login action surfaces to maven-scm-plugin. About missing goal's doc, please file JIRA -D On 7

Re: maven-scm-plugin goals question

2006-07-07 Thread Eric Redmond
security and why operating system providers (Microsoft , open source Linux to name a few) implemented this behaviour into their system ? Thanks , Jaikumar -Original Message- From: Eric Redmond [mailto:[EMAIL PROTECTED] Sent: Saturday, July 08, 2006 2:39 AM To: Maven Users List Subject: R

RE: maven-scm-plugin goals question

2006-07-07 Thread Sharma, Jaikumar
nux to name a few) implemented this behaviour into their system ? Thanks , Jaikumar -Original Message- From: Eric Redmond [mailto:[EMAIL PROTECTED] Sent: Saturday, July 08, 2006 2:39 AM To: Maven Users List Subject: Re: maven-scm-plugin goals question Please do not cross-post betwee

Re: maven-scm-plugin goals question

2006-07-07 Thread Eric Redmond
Please do not cross-post between lists. More below. On 7/7/06, Sharma, Jaikumar <[EMAIL PROTECTED]> wrote: Dear all, As I see at the following URL goals provided by maven-scm-plugin, these goals are general goals, but at the same time, certain actions / operations which are specifi

maven-scm-plugin goals question

2006-07-07 Thread Sharma, Jaikumar
Dear all, As I see at the following URL goals provided by maven-scm-plugin, these goals are general goals, but at the same time, certain actions / operations which are specific to a particular SCM does not really match (for readibility / documentation reasons) to these goals. http

AW: Compiling SCM Plugin

2006-07-06 Thread Dieter Späth
thanks a lot! now was the build successful :-) dieter > -Ursprüngliche Nachricht- > Von: Emmanuel Venisse [mailto:[EMAIL PROTECTED] > Gesendet: Donnerstag, 6. Juli 2006 20:40 > An: scm-users@maven.apache.org > Betreff: Re: Compiling SCM Plugin > > > It&#x

Re: Compiling SCM Plugin

2006-07-06 Thread Emmanuel Venisse
It's fixed now. Emmanuel Dieter Späth a écrit : Hello, I checked out the SCM Plugin with "svn checkout http://svn.apache.org/repos/asf/maven/scm/trunk/ maven-scm" I got revision 419600. After this I tried to compile with "mvn compile", but it didn't work.

Re: How to run multiple goals via maven-scm-plugin on a scm provi der plugin

2006-06-26 Thread Edwin Punzalan
: Edwin Punzalan [mailto:[EMAIL PROTECTED] Sent: Monday, June 26, 2006 1:27 PM To: Maven Users List Subject: Re: How to run multiple goals via maven-scm-plugin on a scm provi der plugin That seems wrong... it should be: maven-scm-plugin put here plugin configurations

RE: How to run multiple goals via maven-scm-plugin on a scm provi der plugin

2006-06-26 Thread Sharma, Jaikumar
: Maven Users List Subject: Re: How to run multiple goals via maven-scm-plugin on a scm provi der plugin That seems wrong... it should be: maven-scm-plugin put here plugin configurations that is common to all the executions

Re: How to run multiple goals via maven-scm-plugin on a scm provi der plugin

2006-06-26 Thread Edwin Punzalan
That seems wrong... it should be: maven-scm-plugin put here plugin configurations that is common to all the executions <-- put here configurations applicable to this execution only <-- plugin goal fo

Re: How to run multiple goals via maven-scm-plugin on a scm provi der plugin

2006-06-26 Thread dan tran
:44 PM To: scm-dev@maven.apache.org Subject: Re: How to run multiple goals via maven-scm-plugin on a scm provi der plugin maven-scm-plugin bootstrap a,b,c,etc mailto:

RE: How to run multiple goals via maven-scm-plugin on a scm provi der plugin

2006-06-26 Thread Sharma, Jaikumar
configuration ? Regards. -Original Message- From: dan tran [mailto:[EMAIL PROTECTED] Sent: Monday, June 26, 2006 12:44 PM To: scm-dev@maven.apache.org Subject: Re: How to run multiple goals via maven-scm-plugin on a scm provi der plugin maven-scm-plugin

RE: Maven2 SCM plugin

2006-06-06 Thread Mike Perham
What about it? It should be the exact same command. -Original Message- From: EJ Ciramella [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 06, 2006 8:16 AM To: Maven Users List Subject: RE: Maven2 SCM plugin How about perforce? -Original Message- From: dan tran [mailto:[EMAIL

Re: Maven2 SCM plugin

2006-06-06 Thread Emmanuel Venisse
it's the same command for all scm providers. Emmanuel EJ Ciramella a écrit : How about perforce? -Original Message- From: dan tran [mailto:[EMAIL PROTECTED] Sent: Monday, June 05, 2006 11:16 PM To: Maven Users List Subject: Re: Maven2 SCM plugin maven scm:checkout -Dconnecti

RE: Maven2 SCM plugin

2006-06-06 Thread EJ Ciramella
How about perforce? -Original Message- From: dan tran [mailto:[EMAIL PROTECTED] Sent: Monday, June 05, 2006 11:16 PM To: Maven Users List Subject: Re: Maven2 SCM plugin maven scm:checkout -DconnectionUrl=xuy -Dtag=yourtag -D On 6/5/06, Karthik Manimaran <[EMAIL PROTECTED]>

Re: Maven2 SCM plugin

2006-06-05 Thread dan tran
maven scm:checkout -DconnectionUrl=xuy -Dtag=yourtag -D On 6/5/06, Karthik Manimaran <[EMAIL PROTECTED]> wrote: Hi, Is it possible to checkout using maven2 scm plugin based on a label? I am using StarTeam as the SCM. Thanks and regards, Karthik.

Maven2 SCM plugin

2006-06-05 Thread Karthik Manimaran
Hi, Is it possible to checkout using maven2 scm plugin based on a label? I am using StarTeam as the SCM. Thanks and regards, Karthik.

Please help me with the scm plugin ...

2006-05-15 Thread mathapfahl
Hi, I have a problem with the scm plugin using clearcase. I use a dynamic view as base for the sourceCode - vob. Now I want execute the mvn release:prepare. In the pom.xml of the component I declare following: scm|clearcase|O:\Test\Dev_Zentral\system\pas_build_common_xa\configspec.txt scm

Does anyone use clearcase dynamic views with the scm plugin ?

2006-05-11 Thread mathapfahl
I don't know how to handle clearcase dynamic views with the scm plugin. BUILD ERROR Can't load the scm provider. Where I have to declare the scm-connection and what in detail ? Thanks in advance -- View this message in context: http://www.nabble.com/Does-anyone-use-clearcase-dyn

Re: SCM plugin arguments

2006-05-10 Thread Antonio D'Errico
-D On 5/9/06, Antonio D'Errico <[EMAIL PROTECTED]> wrote: Hi, I've a problem with SCM plugin, I need to pass some arguments to command line. I'm working with a project configured under starteam and when I use the release plugin during the checkin task starteam requires an

Re: SCM plugin arguments

2006-05-09 Thread dan tran
nd/checkin/StarteamCheckInCommand.java -D On 5/9/06, Antonio D'Errico <[EMAIL PROTECTED]> wrote: Hi, I've a problem with SCM plugin, I need to pass some arguments to command line. I'm working with a project configured under starteam and when I use the release plugin during the ch

SCM plugin arguments

2006-05-09 Thread Antonio D'Errico
Hi, I've a problem with SCM plugin, I need to pass some arguments to command line. I'm working with a project configured under starteam and when I use the release plugin during the checkin task starteam requires an active item. There are two way: pass the task id to the command l

m2 How to tag branch using mvn scm plugin ?

2006-05-03 Thread Gautham Pamu
Hi Everyone, How do you tag a branch and the head using mvn scm plugin ? -- -Gautham Pamu

Re: m2 how to tag a build using maven scm plugin java api

2006-05-01 Thread dan tran
http://svn.apache.org/repos/asf/maven/scm/trunk/maven-scm-plugin/src/main/java/org/apache/maven/scm/plugin/BootstrapMojo.java On 5/1/06, Gautham Pamu <[EMAIL PROTECTED]> wrote: Hi Dan, Could you tell me in which module of scm I can find the bootstrap source. I have complete maven

Re: m2 how to tag a build using maven scm plugin java api

2006-05-01 Thread Gautham Pamu
Hi Dan, Could you tell me in which module of scm I can find the bootstrap source. I have complete maven plugin code extracted but I did not see bootstrap code. Thanks Gautham Pamu On 5/1/06, dan tran <[EMAIL PROTECTED]> wrote: yes you can, take a look at maven-scm-plugin to see how t

Re: m2 how to tag a build using maven scm plugin java api

2006-05-01 Thread dan tran
yes you can, take a look at maven-scm-plugin to see how the api is used. Another quick way is to spin off a jvm to call maven-scm-plugin directy using plexus-utils' cli interface. see maven-scm-plugin's boostrap source. -D On 5/1/06, Gautham Pamu <[EMAIL PROTECTED]> wrote:

m2 how to tag a build using maven scm plugin java api

2006-05-01 Thread Gautham Pamu
Hi Everyone, I would like to tag a build frommy plugin. I noticed there is scm plugin which already has apis to tag a build. Can you tell me if it is possible to use this API from my plugin to tag a build. -- -Gautham Pamu

Re: SCM plugin for MKS SI in M2

2006-04-06 Thread Emmanuel Venisse
"Sharma, Jaikumar" <[EMAIL PROTECTED]>, Maven Users List cc: Subject:RE: SCM plugin for MKS SI in M2 Our Ref: Your Ref: Oops! Typo. It would be really helpful to lots of people, if somebody can take the initiative! -Original

RE: SCM plugin for MKS SI in M2

2006-04-05 Thread justin_fung
-6727 "Sharma, Jaikumar" <[EMAIL PROTECTED]> 04/04/2006 10:45 PM Please respond to "Maven Users List" To: "Sharma, Jaikumar" <[EMAIL PROTECTED]>, Maven Users List cc: Subject:RE: SCM plugin for MKS SI i

RE: SCM plugin for MKS SI in M2

2006-04-05 Thread Sharma, Jaikumar
Fine for me. Subscribed to [EMAIL PROTECTED] -Original Message- From: Emmanuel Venisse [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 05, 2006 1:25 PM To: Maven Users List Subject: Re: SCM plugin for MKS SI in M2 If you want to start to write a MKS provider for Maven-SCM, you&#x

Re: SCM plugin for MKS SI in M2

2006-04-05 Thread Emmanuel Venisse
initiative! -Original Message- From: dan tran [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 05, 2006 10:53 AM To: Maven Users List Subject: Re: SCM plugin for MKS SI in M2 There was some discussion about implementing MKS maven-scm-provider, but the implementation has never surfaced. -

RE: SCM plugin for MKS SI in M2

2006-04-04 Thread Sharma, Jaikumar
Oops! Typo. It would be really helpful to lots of people, if somebody can take the initiative! -Original Message- From: dan tran [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 05, 2006 10:53 AM To: Maven Users List Subject: Re: SCM plugin for MKS SI in M2 There was some discussion

RE: SCM plugin for MKS SI in M2

2006-04-04 Thread Sharma, Jaikumar
I would be really helpful to lots of people, if somebody can take the initiative! -Original Message- From: dan tran [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 05, 2006 10:53 AM To: Maven Users List Subject: Re: SCM plugin for MKS SI in M2 There was some discussion about

Re: SCM plugin for MKS SI in M2

2006-04-04 Thread dan tran
There was some discussion about implementing MKS maven-scm-provider, but the implementation has never surfaced. -D On 4/4/06, Sharma, Jaikumar <[EMAIL PROTECTED]> wrote: > > Dear Maven users, > > Has anyone of you come across / or have info about MKS Source Integrity > plugin for M2 ? > http://w

SCM plugin for MKS SI in M2

2006-04-04 Thread Sharma, Jaikumar
Dear Maven users, Has anyone of you come across / or have info about MKS Source Integrity plugin for M2 ? http://www.mks.com Thanks for your help! - - - - - - - DISCLAIMER- - - - - - - - Unless indicated otherwise, the information contained in this message is privileged

Re: [m2] scm API or scm plugin?

2006-03-02 Thread Emmanuel Venisse
=351635&view=markup Emmanuel Thomas Will a écrit : Hi Within my own custom plugin I need (among other tasks) to get a specific file from scm (svn), change it, and commit it back to scm. What is a recommended/possible alternative: Use the maven-scm-plugin? Use the maven-scm API? Use the svn

<    1   2   3   4   >