[m2] scm API or scm plugin?

2006-03-02 Thread Thomas Will
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 java API? Thanks, Tom

Re: [M2] How to get maven-scm-plugin-1.0-alpha-4

2005-11-03 Thread Emmanuel Venisse
lez Gomez said: >> >> > As a workaround, it seems that manually editing the >> >> > maven-metadata-central.xml file in the local repository and adding >> the >> >> > version is enough to make maven download the new version. >> >> > >> >> >

Re: [M2] How to get maven-scm-plugin-1.0-alpha-4

2005-11-03 Thread Jose Gonzalez Gomez
gt; version is enough to make maven download the new version. > >> > > >> > HTH, best regards > >> > Jose > >> > > >> > 2005/11/3, Jose Gonzalez Gomez <[EMAIL PROTECTED]>: > >> >> I'd like to get this version of th

Re: [M2] How to get maven-scm-plugin-1.0-alpha-4

2005-11-03 Thread Emmanuel Venisse
he local repository and adding the >> > version is enough to make maven download the new version. >> > >> > HTH, best regards >> > Jose >> > >> > 2005/11/3, Jose Gonzalez Gomez <[EMAIL PROTECTED]>: >> >> I'd like to get this ver

Re: [M2] How to get maven-scm-plugin-1.0-alpha-4

2005-11-03 Thread Jose Gonzalez Gomez
Jose Gonzalez Gomez <[EMAIL PROTECTED]>: > >> I'd like to get this version of the scm plugin, as it seems there is a > >> fix for a bug I'm hitting. The version seems to be in the ibiblio > >> repository, but whenever I try to get the latest version I always

Re: [M2] How to get maven-scm-plugin-1.0-alpha-4

2005-11-03 Thread Emmanuel Venisse
d the new version. > > HTH, best regards > Jose > > 2005/11/3, Jose Gonzalez Gomez <[EMAIL PROTECTED]>: >> I'd like to get this version of the scm plugin, as it seems there is a >> fix for a bug I'm hitting. The version seems to be in the ibiblio >> reposit

Re: [M2] How to get maven-scm-plugin-1.0-alpha-4

2005-11-03 Thread Jose Gonzalez Gomez
version of the scm plugin, as it seems there is a > fix for a bug I'm hitting. The version seems to be in the ibiblio > repository, but whenever I try to get the latest version I always get > 1.0-alpha-3. The problem seems to be related to the plugin metadata: > > http://www.i

[M2] How to get maven-scm-plugin-1.0-alpha-4

2005-11-03 Thread Jose Gonzalez Gomez
I'd like to get this version of the scm plugin, as it seems there is a fix for a bug I'm hitting. The version seems to be in the ibiblio repository, but whenever I try to get the latest version I always get 1.0-alpha-3. The problem seems to be related to the plugin metad

[M102] SCM plugin and multiprojects

2005-10-12 Thread Ballard, Ken
/ |+- com | +- ... +- target/ +- project.xml The element is in common/project.xml, but when I run the scm plugin from mymultiproject to tag it and set the version, it adds a new element to mymultiproject/project.xml with the new current version. The mymultiproject

Re: [m102] unreleased scm plugin 1.5.1

2005-10-11 Thread Michael Böckling
/repos/asf/maven/maven-1/plugins/trunk/scm Bye, Michael Böckling I know I can get the unreleased scm plugin 1.5.1 out of subversion, but I don't know where that subversion repository is. This is probably a really dumb question, but can someone tell me where that repository is? Thanks

Re: [m102] unreleased scm plugin 1.5.1

2005-10-11 Thread Arnaud HERITIER
You can get it with : maven plugin:download -Dmaven.repo.remote=http: www.ibiblio.org/maven,http://cvs.apache.org/repository/<http://www.ibiblio.org/maven,http://cvs.apache.org/repository/>-DgroupId=maven -DartifactId=maven-scm-plugin -Dversion= 1.5.1-SNAPSHOT If you want to build it you&#

[m102] unreleased scm plugin 1.5.1

2005-10-11 Thread Ballard, Ken
I know I can get the unreleased scm plugin 1.5.1 out of subversion, but I don't know where that subversion repository is. This is probably a really dumb question, but can someone tell me where that repository is? Thanks

Problem using SCM plugin with starteam

2005-10-10 Thread Ballard, Ken
Has anyone used the SCM plugin with StarTeam? I'm using the format it expects "[username[:[EMAIL PROTECTED]:port:/projectName/[viewName/][folderHiearchy /]", but when I specify "scm:starteam" as the provider in my project.xml, I ge

RE: [M1.0.2] SCM plugin

2005-10-10 Thread Ballard, Ken
Cool! Thanks for the reply, Brett. I'll post any other questions or comments on the SCM plugin mailing list. Regards, Ken -Original Message- From: Brett Porter [mailto:[EMAIL PROTECTED] Sent: Friday, October 07, 2005 6:37 PM To: Maven Users List Subject: Re: [M1.0.2] SCM plugin

Re: [M1.0.2] SCM plugin

2005-10-07 Thread Brett Porter
We'd accept that change as a patch to the SCM plugin, since that's how the m2 release plugin works. - Brett On 10/8/05, Ballard, Ken <[EMAIL PROTECTED]> wrote: > I'm using the SCM plugin to do versioned releases and I love it. I have a > question that I wanted to ask s

[M1.0.2] SCM plugin

2005-10-07 Thread Ballard, Ken
I'm using the SCM plugin to do versioned releases and I love it. I have a question that I wanted to ask so that I don't go scripting something in my maven.xml that I didn't need to script. Here's my situation: after I've used the SCM plugin to set the version and tag, I

RE: [m2] Help with SCM plugin and CVS?

2005-09-30 Thread Michael Cassidy
: Maven Users List Subject: Re: [m2] Help with SCM plugin and CVS? your scm connection url seems to be incorrect. You need to fix it before use the scm plugin. This error is a cvs error. Emmanuel > [INFO] Executing: cvs -f -q update -d -rHEAD [INFO] Working directory: > C:\dev\v2\framework\

Re: [m2] Help with SCM plugin and CVS?

2005-09-28 Thread Emmanuel Venisse
your scm connection url seems to be incorrect. You need to fix it before use the scm plugin. This error is a cvs error. Emmanuel [INFO] Executing: cvs -f -q update -d -rHEAD [INFO] Working directory: C:\dev\v2\framework\common [DEBUG] Working directory: C:\dev\v2\framework\common [DEBUG

Re: M2 scm plugin

2005-09-28 Thread Brett Porter
> [ERROR] /misc/docs-dev/REPOS > : no such repository This indicates the response from the cvs command. Try running the same update command manually - once you sort out how to get that to work the scm plugin will work. -

[m2] Help with SCM plugin and CVS?

2005-09-28 Thread Michael Cassidy
Trying to get the scm plugin to work with my project using goal scm:update, And I get the following error. I know that the repository location is valid, but the plugin can't seem to find it. Just below is the configuration excerpt (The stuff in brackets I replaced to protect sensitive

M2 scm plugin

2005-09-27 Thread Michael Cassidy
Trying to get the scm plugin to work with my project using goal scm:update, And I get the following error. I know that the repository location is valid, but the plugin can't seem to find it. Just below is the configuration excerpt (The stuff in brackets I replaced to protect sensitive

SCM plugin 1.5

2005-09-22 Thread Vitaliy Geraymovych
the SCM plugin that would allow me to prune empty directories. At the moment scm:update translates into cvs -f -q update -d command. Is there any way to configure scm:update to prune empty dirs? or just add -P option to cvs? Thanks, Vitaliy

[m2] I'm having a problem using the SCM plugin.

2005-09-02 Thread eric . starr
eck that the goal name is correct org.apache.maven.plugins:maven-scm-plugin:1.0-alpha-2-SNAPSHOT:maven-plugin from the specified remote repositories: http://repo1.maven.org/maven2/plugins Root error: Unable to download the artifact

Re: [m2] status of SCM plugin

2005-08-17 Thread Jason Grant
Resend - response below bounced due to presence of zips. J. On Wed, 2005-08-17 at 21:13 +1000, Jason Grant wrote: On Tue, 2005-08-16 at 06:24 -0700, dan tran wrote: Jason, What kind of problem do you see on starteam test? can you send me the build log and sure-file logs? What pla

Re: [m2] status of SCM plugin

2005-08-16 Thread dan tran
Jason, What kind of problem do you see on starteam test? can you send me the build log and sure-file logs? What platform are you on? BTW, you can disable the starteam provider build by by remote starteam's module in maven-scm-providers' pom.xml -Dan On 8/15/05, Jason Grant <[EMAIL PROTECTED]> w

Re: [m2] status of SCM plugin

2005-08-15 Thread Jason Grant
That worked well, with a small tweak that I'm describing here for the benefit of others. Currently on HEAD, the starteam provider project fails its tests, and hence the top-level deploy doesn't complete. Given that I only require svn functionality, I simply removed the starteam project (and paren

Re: [m2] status of SCM plugin

2005-08-15 Thread Brett Porter
On 8/16/05, Jason Grant <[EMAIL PROTECTED]> wrote: > Based on (1) below, it looks like inclusion of an scm plugin was hoped > for in m2, and based on (2), it "exists". I notice that the > release/reporting plugins depend on scm infrastructure, and this appears > to res

[m2] status of SCM plugin

2005-08-15 Thread Jason Grant
Based on (1) below, it looks like inclusion of an scm plugin was hoped for in m2, and based on (2), it "exists". I notice that the release/reporting plugins depend on scm infrastructure, and this appears to reside at http://svn.apache.org/repos/asf/maven/scm/, however there is no bina

Re: SCM plugin-1.5 and Java 1.3.1

2005-08-10 Thread dan tran
8/10/05, Sanjay Choudhary <[EMAIL PROTECTED]> wrote: > I am using SCM plugin -1.5. When I use JRE 1.4.1, my build works fine. But > when I switch to JRE 1.3.1 I get the following error > Root cause > java.lang.NoSuchMethodError: java.lang.Character: method > toString(C)Ljava/l

SCM plugin-1.5 and Java 1.3.1

2005-08-10 Thread Sanjay Choudhary
I am using SCM plugin -1.5. When I use JRE 1.4.1, my build works fine. But when I switch to JRE 1.3.1 I get the following error Root cause java.lang.NoSuchMethodError: java.lang.Character: method toString(C)Ljava/lang/String; not found at

[m102] scm-plugin svn checkout to the wrong directory

2005-07-19 Thread Christian Schlaefcke
Hi Folks, is there a way to tell the scm-plugin with svn to checkout to ${maven.scm.checkout.dir}/modulename instead of plain ${maven.scm.checkout.dir}? Thanks & Regards, Christian - To unsubscribe, e-mail: [E

RE: maven-scm-plugin fails

2005-07-15 Thread Van Steenberghe Mario (GFDI)
Thanks, I updated my local POM to use this version and everything seems to work fine now. Mario. -Original Message- From: Emmanuel Venisse [mailto:[EMAIL PROTECTED] Sent: vrijdag 15 juli 2005 12:39 To: Maven Users List Subject: Re: maven-scm-plugin fails I updated the plugin pom to a

Re: maven-scm-plugin fails

2005-07-15 Thread Emmanuel Venisse
I updated the plugin pom to a released version(2.0-alpha-3) of plugin-parent and redeploy it. It will be synchronize with ibiblio in few hours. Emmanuel Van Steenberghe Mario (GFDI) wrote: Hi, The maven-scm-plugin is successfully downloaded now, but it seems to fail to find the maven-plugin

RE: maven-scm-plugin fails

2005-07-15 Thread Van Steenberghe Mario (GFDI)
Hi, The maven-scm-plugin is successfully downloaded now, but it seems to fail to find the maven-plugin-parent:2.0-beta-1-SNAPSHOT:pom dependency, which is not yet available from the http://repo1.maven.org/maven2 repository. Is there any other repository I could use in the meantime ? Thanks

Re: maven-scm-plugin fails

2005-07-15 Thread Emmanuel Venisse
while trying to checkout a project from cvs. It seems that the maven-scm-plugin cannot be downloaded from the maven repository due to a missing release file. When I try to manually download and install the plugin, there are some dependency problems. Is there anyone who knows how to get around

maven-scm-plugin fails

2005-07-14 Thread Van Steenberghe Mario (GFDI)
Hi, We're trying to setup a build system using maven2, but the following error occurs while trying to checkout a project from cvs. It seems that the maven-scm-plugin cannot be downloaded from the maven repository due to a missing release file. When I try to manually download and instal

Re: StarTeam support in SCM Plugin?

2005-06-30 Thread dan tran
Emmauel, Plugin 1.5.1 snapshot also needs maven-scm-api + provider alpha-2-SNAPSHOT loaded to maven repo, it is not there yet. -Dan On 6/30/05, Emmanuel Venisse <[EMAIL PROTECTED]> wrote: > Starteam is supported in the unreleased scm plugin 1.5.1. > > You can obtain i

Re: StarTeam support in SCM Plugin?

2005-06-30 Thread Emmanuel Venisse
Starteam is supported in the unreleased scm plugin 1.5.1. You can obtain it in subversion Emmanuel Ben Bertola wrote: Hello, I am trying to configure the Cruise Control plugin( cruisecontrol:configure ) for a Maven project and we use StarTeam as our repository. I have set the repository

StarTeam support in SCM Plugin?

2005-06-30 Thread Ben Bertola
Reference in the Users Guide: scm:starteam:BertolaB:[EMAIL PROTECTED]:/Project/View/Folder When I run the cruisecontrol:configure goal I get the error "Unknown SCM method: 'starteam'" I have tried it with Maven 1.1-beta-1 as well as 1.02, and I am using the Maven SCM Plug

Re: WARNING !!!!! - SCM plugin

2005-06-17 Thread Emmanuel Venisse
Please don't cross post your message. You can open an issue here : http://jira.codehaus.org/browse/MPSCM Emmanuel mattias_kontakt wrote: Ohh shit There must be a major bug in the scm plugin, be carefull. As I used it and tried to checkout a project using the 'scm:checkout-pro

WARNING !!!!! - SCM plugin

2005-06-17 Thread mattias_kontakt
Ohh shit There must be a major bug in the scm plugin, be carefull. As I used it and tried to checkout a project using the 'scm:checkout-project' goal it started to delete all files and directories where I was standing !!! I lost 2 projects before I got it stop running ;-(

RE: scm plugin

2005-06-07 Thread Chedly GUERFALI
Thank you for your help. I tried this but it still doesn't work: the checkout-project is for 1.4.1 version scm plugin, it doesn't do anything. the checkout always checks out in the project.xml directory. Having a multi-project product, i separate the conf files and the "wor

Re: scm plugin

2005-06-07 Thread Joachim Sautter
Chedly GUERFALI wrote: Hello, I am using maven-scm-plugin-1.5 and I cannot override maven.scm.checkout.dir. It is always fixed with the default value. Even with the project.properties it is impossible. Can I have help. Thans a lot Chedly HI, when it will overriding your projects in the

scm plugin

2005-06-07 Thread Chedly GUERFALI
Hello, I am using maven-scm-plugin-1.5 and I cannot override maven.scm.checkout.dir. It is always fixed with the default value. Even with the project.properties it is impossible. Can I have help. Thans a lot Chedly

Maven SCM Plugin 1.5

2005-06-06 Thread Joachim Sautter
Hello, I am using since today maven-scm-plugin1.5. Because I am working with different project I want to checkout this into different folders. But maven is ignorring the module-name, maven always checkout into the checkout directory, so every sourcecode will be override. I have set the maven.sc

Maven SCM Plugin 1.5 Released

2005-06-04 Thread Brett Porter
Hi, This is to announce the release of the Maven SCM plugin 1.5 for Maven 1.0. http://maven.apache.org/reference/plugins/scm/ To automatically install the plugin, type the following on a single line: maven plugin:download -DgroupId=maven -DartifactId=maven-scm-plugin -Dversion=1.5 For a

Re: Maven SCM plugin: where do I get cvs.exe?

2005-05-30 Thread Massimiliano Amato
e: > What is the error message you get? > > 2005/5/30, Massimiliano Amato <[EMAIL PROTECTED]>: > > Hi. > > > > I've cvs.exe in the path but scm plugin still doesn't work > > > > I can run cvs from the directory where i lauch maven from > &g

Re: Maven SCM plugin: where do I get cvs.exe?

2005-05-30 Thread Wim Deblauwe
What is the error message you get? 2005/5/30, Massimiliano Amato <[EMAIL PROTECTED]>: > Hi. > > I've cvs.exe in the path but scm plugin still doesn't work > > I can run cvs from the directory where i lauch maven from > > I launched maven with -X option a

Re: Maven SCM plugin: where do I get cvs.exe?

2005-05-30 Thread Massimiliano Amato
Hi. I've cvs.exe in the path but scm plugin still doesn't work I can run cvs from the directory where i lauch maven from I launched maven with -X option and cvs.exe is in the path, what could be the problem? On 5/26/05, bryan ( [EMAIL PROTECTED]) <[EMAIL PROTECTED]> wrote

Maven SCM Plugin 1.5 RC1 released

2005-05-30 Thread Brett Porter
Hi, This is to announce the releaes of a release candidate of the Maven SCM plugin for Maven 1.0. http://maven.apache.org/reference/plugins/scm/ To automatically install the plugin, type the following on a single line: maven plugin:download -DgroupId=maven -DartifactId=maven-scm-plugin

Re: Maven SCM plugin: where do I get cvs.exe?

2005-05-26 Thread bryan ( [EMAIL PROTECTED])
google: find cvsnt , install it , add the cvs.exe to your path On 5/26/05, Wim Deblauwe <[EMAIL PROTECTED]> wrote: > > Hi, > > this is my first attempt at using cvs, so bear with me for a moment. I > tried: > > maven scm:checkout-project -Dmaven.scm.method=cvs > -Dmaven.scm.cvs.module=pmd > -D

Maven SCM plugin: where do I get cvs.exe?

2005-05-26 Thread Wim Deblauwe
Hi, this is my first attempt at using cvs, so bear with me for a moment. I tried: maven scm:checkout-project -Dmaven.scm.method=cvs -Dmaven.scm.cvs.module=pmd -Dmaven.scm.cvs.root=:pserver:[EMAIL PROTECTED]:/cvsroot/pmd -Dmaven.scm.checkout.dir=. to get the latest PMD code, but this fails with t

Re: [Maven-1.02] scm plugin with subversion, setting checkout dir error

2005-05-23 Thread Alex Soto
True about the system name. I checkout, update, commit with the same URL using just svn, so I doubt it's the lack of a username in the url since it picks up my local username. On 5/23/05, Brett Porter <[EMAIL PROTECTED]> wrote: > > On 5/23/05, Alex Soto <[EMAIL PROTECTED]> wrote: > > FYI, I hav

Re: [Maven-1.02] scm plugin with subversion, setting checkout dir error

2005-05-23 Thread Brett Porter
On 5/23/05, Alex Soto <[EMAIL PROTECTED]> wrote: > FYI, I have a ssh-key setup so I don't need to login. But it still needs a username, though it should default to the system username so that may be a red herring. > > I'll file a bug. Besides what I already posted, is there any more > informatio

Re: [Maven-1.02] scm plugin with subversion, setting checkout dir error

2005-05-23 Thread Alex Soto
.NullPointerException > > at > > > org.apache.maven.scm.provider.svn.command.checkout.SvnCheckOutCommand.createCommandLine > > (SvnCheckOutCommand.java:97) > > at > > > org.apache.maven.scm.provider.svn.command.checkout.SvnCheckOutCommand.executeCheckOutCommand > > (SvnCheckOutCommand.java:58) > > at > > > org.apache.maven.scm.command.checkout.AbstractCheckOutCommand.executeCommand > > (AbstractCheckOutCommand.java:45) > > at org.apache.maven.scm.command.AbstractCommand.execute( > AbstractCommand.java > > :54) > > ... 25 more > > File.. C:\Documents and Settings\asoto\.maven\cache\maven- > > scm-plugin-1.5-beta-3\plugin.jelly > > Element... scm:checkout > > Line.. 110 > > Column 167 > > Exception while executing SCM command. > > Total time: 4 seconds > > Finished at: Sun May 22 22:51:27 PDT 2005 > > > > >

Re: [Maven-1.02] scm plugin with subversion, setting checkout dir error

2005-05-23 Thread Brett Porter
> org.apache.maven.scm.provider.svn.command.checkout.SvnCheckOutCommand.createCommandLine > (SvnCheckOutCommand.java:97) > at > org.apache.maven.scm.provider.svn.command.checkout.SvnCheckOutCommand.executeCheckOutCommand > (SvnCheckOutCommand.java:58) > at > org.apache.maven.scm.command.checkout.Abstract

[Maven-1.02] scm plugin with subversion, setting checkout dir error

2005-05-23 Thread Alex Soto
(AbstractCommand.java :54) ... 25 more File.. C:\Documents and Settings\asoto\.maven\cache\maven- scm-plugin-1.5-beta-3\plugin.jelly Element... scm:checkout Line.. 110 Column 167 Exception while executing SCM command. Total time: 4 seconds Finished at: Sun May 22 22:51:27 PDT 2005

scm plugin

2005-03-01 Thread Chris DeJong
Can someone post a simple example of importing and using the maven scm plugin inside of a maven.xml file? Thanks, Chris

Re: Maven SCM Plugin 1.5 Beta 3 gets confused over extra output

2005-02-14 Thread Brett Porter
I thought it did pass -q. I'll check. These are just warnings - no need to panic. - Brett On Mon, 14 Feb 2005 15:14:09 -0800, Mark Donszelmann <[EMAIL PROTECTED]> wrote: > Hi, > > it seems the Maven-scm-plugin 1.5 beta 3 gets confused over the output of svn > when extr

Maven SCM Plugin 1.5 Beta 3 gets confused over extra output

2005-02-14 Thread Mark Donszelmann
Hi, it seems the Maven-scm-plugin 1.5 beta 3 gets confused over the output of svn when extrenals are used in svn. The output of my svn command is: > svn update --non-interactive Fetching external item into 'common' External at revision 3257. At revision 3257. so, the ou

Re: Trying to build latest SCM plugin for trunk (was RE: jar:deploy via ftp)

2005-02-14 Thread Brett Porter
I'm starting to get the feeling that when the repositories where shuffled recently, some of the SNAPSHOT dependencies used for m2 got replaced with older versions. I've uploaded a new cvs provider also. Please try again - they are all up to date now. I'll do some more cleaning up of the repositor

RE: Trying to build latest SCM plugin for trunk (was RE: jar:deploy via ftp)

2005-02-14 Thread Vincent Massol
Message- > From: Brett Porter [mailto:[EMAIL PROTECTED] > Sent: lundi 14 février 2005 13:52 > To: Maven Users List > Subject: Re: Trying to build latest SCM plugin for trunk (was RE: > jar:deploy via ftp) > > My mistake - missed a deployment. All should now be on > cvs.

Re: Trying to build latest SCM plugin for trunk (was RE: jar:deploy via ftp)

2005-02-14 Thread Brett Porter
My mistake - missed a deployment. All should now be on cvs.apache.org/repository. You can also build it from CVS, it is under the maven-scm module. On Mon, 14 Feb 2005 13:37:42 +0100, Vincent Massol <[EMAIL PROTECTED]> wrote: > Hi Brett, >

Trying to build latest SCM plugin for trunk (was RE: jar:deploy via ftp)

2005-02-14 Thread Vincent Massol
ou get this resolved? > > If not, I have recently updated to a new set of code. If you are able > to build the latest plugin from subversion, I'd appreciate you testing > to see if it is resolved. I'd also like to use the latest SCM plugin version (from 1.5 branch) but it

Re: Error initialising plugin context for maven-scm-plugin

2005-02-11 Thread Eric Black
>> >>I've done this before with other plugins with out a problem, but with >this >>one I get an >> >> >>"Error initialising plugin context" error. When I print out the debug >>message it mentions not being able to find the >>org.apac

Re: Error initialising plugin context for maven-scm-plugin

2005-02-11 Thread Eric Black
sing plugin context" error. When I print out the debug >message it mentions not being able to find the >org.apache.commons.jelly.tags.log.LogTagLibrary class. I deleted my >~/.maven directory and I am getting the latest version of >maven-scm-plugin(1.4.1). Anyone

Error initialising plugin context for maven-scm-plugin

2005-02-11 Thread Eric Black
ing able to find the org.apache.commons.jelly.tags.log.LogTagLibrary class. I deleted my ~/.maven directory and I am getting the latest version of maven-scm-plugin(1.4.1). Anyone have any idea what's causing this? The full debug log is below. Thanks in advance, Eric __ __ | \/ |__ _Apa

Re: Maven SCM Plugin

2005-02-09 Thread Brett Porter
Just the documentation. The latest release is still 1.4.1 the beta documentation is here: http://www.apache.org/~brett/maven-stage-site/reference/plugins/scm/ - Brett On Wed, 09 Feb 2005 17:26:41 +, bahaa Nasrallah <[EMAIL PROTECTED]> wrote: > Hi > The Maven SCM plugin was work

Maven SCM Plugin

2005-02-09 Thread bahaa Nasrallah
Hi The Maven SCM plugin was working with CVS and Subversion until it was changed today to work only with CVS. what happened? are you going to make it work with Subversion back? and if yes how long it will take? thank you in advance, Bahaa Nasrallah

Maven SCM Plugin 1.5 beta 2 released - support for subversion

2005-01-07 Thread Brett Porter
Hi, I have a released a beta of the SCM plugin with subversion support. Please test this even if you are already using this plugin for CVS as the backend has changed - the task is no longer used. Changes in this version include: New Features: o Add support for subversion o Rewritten to

RE: Scm plugin and CVS trouble

2005-01-01 Thread Carlos Sanchez
lved with PATH=c:\Program Files\CVSNT). Regards Carlos Sanchez A Coruña, Spain http://www.jroller.com/page/carlossg > -Original Message- > From: Brett Porter [mailto:[EMAIL PROTECTED] > Sent: Friday, December 31, 2004 1:19 AM > To: Maven Users List; Dion Gillard >

Re: Scm plugin and CVS trouble

2004-12-30 Thread Brett Porter
files to C:\programacion\maven-plugins\aspectj > > [move] Moving 1 files to C:\programacion\maven-plugins\aspectj\xdocs > > > > BUILD FAILED > > File.. C:\Documents and > > Settings\carlos\.maven\cache\maven-scm-plugin-1.4.1\plugin.jelly > > Elemen

Re: Scm plugin and CVS trouble

2004-12-30 Thread Dion Gillard
erver: failed to obtain dir lock in repository > `/home/cvs/maven-plugins/aspectj > [cvs] ' > [cvs] cvs [server aborted]: read lock failed - giving up > [move] Moving 1 files to C:\programacion\maven-plugins\aspectj > [move] Moving 1 files to C:\programacion\mav

Scm plugin and CVS trouble

2004-12-30 Thread Carlos Sanchez
to C:\programacion\maven-plugins\aspectj\xdocs BUILD FAILED File.. C:\Documents and Settings\carlos\.maven\cache\maven-scm-plugin-1.4.1\plugin.jelly Element... ant:fail Line.. 311 Column 17 org.apache.commons.jelly.JellyTagException: C:\Documents and Settings\carlos\.maven\cache\m

Re: SCM plugin

2004-11-22 Thread Nicolas . CHALUMEAU
Actually the scm plugin only work with cvs Nicolas, [EMAIL PROTECTED] 22/11/2004 14:06 Veuillez répondre à "Maven Users List" Pour : [EMAIL PROTECTED] cc : Objet : SCM plugin Does the scm plugin work with ClearCase? Jeff Registered Linux u

SCM plugin

2004-11-22 Thread jmutonho
Does the scm plugin work with ClearCase? Jeff Registered Linux user number 366042 This e-mail is intended exclusively for the addressee. If you are not the addressee you must not read, copy, use or disclose the e-mail nor the content; please notify us immediately (by clicking "

Re: Automating SCM plugin

2004-11-11 Thread Brett Porter
What do you think?? > > Thanks > > > > > -Original Message- > From: Brett Porter [mailto:[EMAIL PROTECTED] > Sent: Wednesday, November 10, 2004 5:14 PM > To: Maven Users List > Subject: Re: Automating SCM plugin > > for the first, you are miss

RE: Automating SCM plugin

2004-11-11 Thread Juan Alvarado
orter [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 10, 2004 5:14 PM To: Maven Users List Subject: Re: Automating SCM plugin for the first, you are missing a . "sticky.tag", and it should be mavne.scm.bootstrap.goals=dist prepare-release was never really intended to be automated.

Re: Automating SCM plugin

2004-11-10 Thread Brett Porter
lvarado <[EMAIL PROTECTED]> wrote: > We are trying to automate through a shell script the tasks that we use > the SCM plugin for and we cannot get this to work because even though we > pass in some of the property values via the -D option, we still get > prompted for that info. > >

Automating SCM plugin

2004-11-10 Thread Juan Alvarado
We are trying to automate through a shell script the tasks that we use the SCM plugin for and we cannot get this to work because even though we pass in some of the property values via the -D option, we still get prompted for that info. Example: When we try the command below, we still get

Re: SCM-Plugin: Feature request

2004-09-30 Thread Gisbert Amm
Brett Porter wrote: feature requests are made in JIRA, under the relevant plugin. http://jira.codehaus.org/ However, cruise control features should not be added to the SCM plugin. What you should do in this instance is create your own plugin (essentially a reusable maven.xml) with a goal that does

Re: SCM-Plugin: Feature request

2004-09-30 Thread Brett Porter
feature requests are made in JIRA, under the relevant plugin. http://jira.codehaus.org/ However, cruise control features should not be added to the SCM plugin. What you should do in this instance is create your own plugin (essentially a reusable maven.xml) with a goal that does what you want

SCM-Plugin: Feature request

2004-09-30 Thread Gisbert Amm
Hi, I'd like to have the following parameters to access the Cruisecontrol label directly from within the Cruisecontrol config.xml without editing the maven.xml of all projects: maven.scm.cvs.tag.use.cruisecontrol.label maven.scm.cvs.tag.prefix I'd call the cvs-tag goal then from within config.xm

Re: Maven scm plugin

2004-09-17 Thread Jack Tang
> From: "Jack Tang" <[EMAIL PROTECTED]> > To: "Maven Users List" <[EMAIL PROTECTED]> > Sent: Friday, September 17, 2004 3:55 PM > Subject: Maven scm plugin > > > Hi Guys > > > > I use maven to check

Re: Maven scm plugin

2004-09-17 Thread Emmanuel Venisse
cvs is in your path? Emmanuel - Original Message - From: "Jack Tang" <[EMAIL PROTECTED]> To: "Maven Users List" <[EMAIL PROTECTED]> Sent: Friday, September 17, 2004 3:55 PM Subject: Maven scm plugin > Hi Guys > > I use maven to check proje

Maven scm plugin

2004-09-17 Thread Jack Tang
-Dmaven.scm.checkout.dir=. But I get the failed result: BUILD FAILED File.. C:\Documents and Settings\Administrator\.maven\cache\maven-scm-plugin -1.4.1\plugin.jelly Element... ant:cvs Line.. 245 Column 9 java.io.IOException: CreateProcess: cvs -d:pserver:[EMAIL PROTECTED

RE: no user found for scm plugin

2004-09-03 Thread Ryan Sonnek
information on "Developer Access with Maven", where checking out with the developer account should work. is this not the case? Ryan -Original Message- From: Brett Porter [mailto:[EMAIL PROTECTED] Sent: Friday, September 03, 2004 9:07 AM To: Maven Users List Subject: Re: no user f

Re: no user found for scm plugin

2004-09-03 Thread Brett Porter
IL > PROTECTED]:/cvs:swingwork/${pom.artifactId} > scm:cvs:pserver:[EMAIL > PROTECTED]:/cvs:swingwork/${pom.artifactId} > https://swingwork.dev.java.net/source/browse/swingwork/${pom.artifactId} > > > the scm plugin must be looking at the developer connecti

RE: no user found for scm plugin

2004-09-03 Thread Ryan Sonnek
} the scm plugin must be looking at the developer connection? -Original Message- From: Brett Porter [mailto:[EMAIL PROTECTED] Sent: Thursday, September 02, 2004 10:04 PM To: Maven Users List Subject: Re: no user found for scm plugin I think you are probably wanting to connect as anonymous

Re: no user found for scm plugin

2004-09-02 Thread Brett Porter
onnek <[EMAIL PROTECTED]> wrote: > I'm trying to use the scm plugin to checkout my project, but I'm getting the > following error. I have my .cvspass created correctly and can connect using the > command line cvs executable. also, I'm using version 1.4.1 of the s

no user found for scm plugin

2004-09-02 Thread Ryan Sonnek
I'm trying to use the scm plugin to checkout my project, but I'm getting the following error. I have my .cvspass created correctly and can connect using the command line cvs executable. also, I'm using version 1.4.1 of the scm plugin. Ryan scm:parse-connection: [echo] U

Problems with SCM Plugin to build a subproject

2004-08-18 Thread Martin Jäger
Hi together I have a problem using the SCM Plugin to build one subproject: Mainproject --- SubProject A --- SubProject B The Mainproject is checked in to CVS and the subprojects are in subfolders. Now I want to release the Subproject A. I change the current directory to the subproject and invoke

RE: SCM plugin - How can I configure password to connect to CVS serve r?

2004-07-19 Thread Roberto Castro
Hi Dion, now I know my problem is before that. I monitored the CVS server and, I realized that scm plugin is not trying to connect to it, although I cannot see any error message. What is wrong in my configuration? By the way, how can I perform a CVS login at Maven? Here is my maven.xml

Re: SCM plugin - How can I configure password to connect to CVS serve r?

2004-07-18 Thread Dion Gillard
Since the scm plugin uses CVS, just do a cvs login. On Fri, 16 Jul 2004 16:24:23 -0300, Roberto Castro <[EMAIL PROTECTED]> wrote: > Hi, I need to ckeckout source code from CVS in order to build my project, > but, I didn't find where can I configure the password of CVS's co

Re: SCM plugin - How can I configure password to connect to CVS serve r?

2004-07-17 Thread Alwyn Schoeman
If you don't want to specify the password in the reposistory element of your project.xml file, then the only alternative I know about is to use ssh and have it set up so that your user is automatically authenticated using certificates. --

SCM plugin - How can I configure password to connect to CVS serve r?

2004-07-16 Thread Roberto Castro
Hi, I need to ckeckout source code from CVS in order to build my project, but, I didn't find where can I configure the password of CVS's computer. Could anyone give me a help? Regards, Roberto de Castro Analista de Suporte Cetip - Desus Rio de Janeiro +55 21 2276-74

Maven SCM plugin 1.4 released

2004-06-19 Thread brett
to work o Add scm:cvs-tag-project goal To automatically install the plugin, type the following on a single line: maven plugin:download -DgroupId=maven -DartifactId=maven-scm-plugin -Dversion=1.4 For a manual installation, you can download the plugin here: http://www.ibiblio.org/maven

RE: SCM Plugin and subversion

2004-06-10 Thread Pascal Thivent
t; > > -- > > Laurent > > > > -Message d'origine- > > De : Eric Pugh [mailto:[EMAIL PROTECTED] > > Envoyé : jeudi 10 juin 2004 09:24 > > À : Maven Users List; Laurent PETIT > > Objet : RE: SCM Plugin and subversion > > > >

RE: SCM Plugin and subversion

2004-06-10 Thread Pascal Thivent
; > -- > Laurent > > -Message d'origine- > De : Eric Pugh [mailto:[EMAIL PROTECTED] > Envoyé : jeudi 10 juin 2004 09:24 > À : Maven Users List; Laurent PETIT > Objet : RE: SCM Plugin and subversion > > > At any rate, I started tweaking the plugin to

RE: SCM Plugin and subversion

2004-06-10 Thread Laurent PETIT
sure I'll have sufficient time to do it, but now I know who to contact if I'm able to contribute. Regards, -- Laurent -Message d'origine- De : Eric Pugh [mailto:[EMAIL PROTECTED] Envoyé : jeudi 10 juin 2004 09:24 À : Maven Users List; Laurent PETIT Objet : RE: SCM Plugi

<    1   2   3   4   >