Re: :ext: CVS connection method

2006-01-25 Thread Emmanuel Venisse
ers of the Suse 9.3 server. If it can be useful to you, I get the same error if I manually launch continuum with plexus.sh Thanks again! Carlo Emmanuel Carlo Bonamico a écrit : Emmanuel Venisse wrote: Do you run continuum and cvs command line with the same user? yes. I launched co

[M2.0.2] Recursive checkout from CVS possible?

2006-01-23 Thread Mang Jun Lau
Hi, I have an application that is divided into many different projects. Is there a way to checkout multiple modules from CVS from one parent pom.xml? I know that you can't have multiple tags in one pom. Say I have a parent pom and a child pom and both have a connection URL defined.

[M2.0.2] Recursive checkout from CVS possible?

2006-01-23 Thread Mang Jun Lau
Hi, I have an application that is divided into many different projects.  Is there a way to checkout multiple modules from CVS from one parent pom.xml?  I know that you can't have multiple tags in one pom.  Say I have a parent pom and a child pom and both have a connection URL defined.

Re: :ext: CVS connection method

2006-01-18 Thread Carlo Bonamico
all users of the Suse 9.3 server. If it can be useful to you, I get the same error if I manually launch continuum with plexus.sh Thanks again! Carlo Emmanuel Carlo Bonamico a écrit : Emmanuel Venisse wrote: Do you run continuum and cvs command line with the same user? yes. I launched

RE: :ext: CVS connection method

2006-01-17 Thread Mayorgaadame, Alex
Carlo, If your CVS user doesn't uses a password. Try this in the SCM URL it may help. scm:cvs:ext:continuum:@server:/home/cvs:SANDBOX/sampleTestCVS Regards, Alex -Original Message- From: Carlo Bonamico [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 17, 2006 10:37 AM To: cont

:ext: CVS connection method

2006-01-17 Thread Carlo Bonamico
Hi, I am trying to configure continuum to import a Maven 1.x project, but Continuum fails to checkout the sources from CVS using the:ext: method. In the project.xml, I specify this SCM URL scm:cvs:ext:[EMAIL PROTECTED]:/home/cvs:SANDBOX/sampleTestCVS Please note that continuum is the

Re: Building my project from source in CVS

2006-01-13 Thread dan tran
using Maven 2.0.1. I'm trying to build my project > > target from source stored in my CVS repository. I've googled and > > haven't found anything indicating if this is possible. > > > > Is this possible? If so, can someone explain how to make t

Re: Building my project from source in CVS

2006-01-13 Thread Alexandre Poitras
ROTECTED]> wrote: > Hi All, > > I'm new to Maven and using Maven 2.0.1. I'm trying to build my project > target from source stored in my CVS repository. I've googled and > haven't found anything indicating if this is possible. > > Is this possible? If so,

Building my project from source in CVS

2006-01-13 Thread Mike
Hi All, I'm new to Maven and using Maven 2.0.1. I'm trying to build my project target from source stored in my CVS repository. I've googled and haven't found anything indicating if this is possible. Is this possible? If so, can someone explain how to make the conne

Re: Maven Repository access over cvs

2006-01-12 Thread Emmanuel Venisse
Hi, We have an experimental wagon provider for scm but it isn't tested and finished. http://svn.apache.org/repos/asf/maven/sandbox/wagon-scm/ Emmanuel Gerald Müllan a écrit : Hi *, Is it also possible with maven to access the repository over cvs? It would be more convenient for us t

Maven Repository access over cvs

2006-01-12 Thread Gerald Müllan
Hi *, Is it also possible with maven to access the repository over cvs? It would be more convenient for us to use our cvs system. regards, Gerald -- Gerald Muellan Schelleingasse 2/11 1040 Vienna, Austria 0043 699 11772506 [EMAIL PROTECTED

Re: Doing a CVS checkout from within a Maven 1.0 script

2006-01-10 Thread dan tran
t; Could you point me to any examples of this plugin? I've defined my > repository in the project.xml, now how do I define a place in > maven.xml to perform the CVS update? If you could show me any example > project.xml/maven.xml files that'd be great. > > Thanks, >

Re: Doing a CVS checkout from within a Maven 1.0 script

2006-01-10 Thread Michael Thomsen
Could you point me to any examples of this plugin? I've defined my repository in the project.xml, now how do I define a place in maven.xml to perform the CVS update? If you could show me any example project.xml/maven.xml files that'd be great. Thanks, Mike On 1/9/06, dan tran <[EM

Re: Doing a CVS checkout from within a Maven 1.0 script

2006-01-09 Thread dan tran
use maven-scm-plugin -D On 1/9/06, Michael Thomsen <[EMAIL PROTECTED]> wrote: > > Hi, > > I am looking for some information on how to perform a CVS checkout > from within a Maven script. This is part of an automated build system > that I am putting together and I would

Doing a CVS checkout from within a Maven 1.0 script

2006-01-09 Thread Michael Thomsen
Hi, I am looking for some information on how to perform a CVS checkout from within a Maven script. This is part of an automated build system that I am putting together and I would like to know if there is any functionality available that would allow the Maven script to do an automated CVS

RE : download multi modules pom with url (viewCVS and cvs scm)

2006-01-09 Thread Olivier Lamy
Yes works by using HEAD (with viewCVS and FishEye) Sorry for noise. - Olivier -Message d'origine- De : Emmanuel Venisse [mailto:[EMAIL PROTECTED] Envoyé : lundi 9 janvier 2006 18:36 À : continuum-users@maven.apache.org Objet : Re: download multi modules pom with url (viewCVS an

Re: release plugin with cvs provider??

2006-01-08 Thread dan tran
In my case it is maven-release-plugin of M2, I started to looking a m2 adapter to build a legacy gmake project last week. It is a big surprise to me that I am hitting some trivial task with problem that should have caught by someone else, unless no one using CVS with m2 ;-) but i do beleive

Re: release plugin with cvs provider??

2006-01-08 Thread Dennis Lundberg
dan tran wrote: Any one with succussfull use of maven-release-plugin with your project in cvs yet? see http://jira.codehaus.org/browse/SCM-128 and http://jira.codehaus.org/browse/SCM-129 Advice is greatly appreciated. -Dan Hi Dan I just solved my problems with this in the Maven 1 scm

release plugin with cvs provider??

2006-01-07 Thread dan tran
Any one with succussfull use of maven-release-plugin with your project in cvs yet? see http://jira.codehaus.org/browse/SCM-128 and http://jira.codehaus.org/browse/SCM-129 Advice is greatly appreciated. -Dan

Re: [m2] best practices: cvs, modules, dependency

2006-01-07 Thread Valerio Schiavoni
lo, > > we are developing 2 components. at this moment, they are subpackages of > > the > > same application, stored in one single cvs repository. > > also, they share a big ant build file. > > > > we want to split them into independant projects, and take ad

Re: M2 changelog plugin w/ CVS (not SVN)

2006-01-01 Thread Edwin Punzalan
s blank). As you can see by the pom.xml example I provided, I am supplying a but the changelog appears to be ignoring it and using the (which, with at least the CVS url I provided, doesn't seem to do anything). -D -Original Message- From: Edwin Punzalan [mailto:[EMAIL PROTECTED]

Re: CVS command Failed

2005-12-31 Thread Emmanuel Venisse
You must have cvs in your path. In a future version of maven scm plugin, cvs executable won't be required because we'll use a pure java cvs client. Emmanuel [EMAIL PROTECTED] a écrit : Hi , I need a help regarding the Maven CVS Checkout , whenever I tried to do the mvn scm:chec

CVS command Failed

2005-12-31 Thread Saravanakumar . B
Hi , I need a help regarding the Maven CVS Checkout , whenever I tried to do the mvn scm:checkout , I'm getting the following error. Please let me know what might be the cause for this error,. [INFO] Searching repository for plugin with prefix: 's

RE: M2 changelog plugin w/ CVS (not SVN)

2005-12-30 Thread Darren Hartford
There are no changelog reports being generated (all the data is blank). As you can see by the pom.xml example I provided, I am supplying a but the changelog appears to be ignoring it and using the (which, with at least the CVS url I provided, doesn't seem to do anything). -D > -

Re: M2 changelog plugin w/ CVS (not SVN)

2005-12-28 Thread Edwin Punzalan
Hi, The scmUrl is used to generate links from the generated report and is correct based from your pom. The will be used by the plugin if it exists or else or lastly, . Can you give more details on your problem please. Btw, you still need to have cvs installed in your system and added

[m2] changelog plugin w/ CVS (not SVN)

2005-12-28 Thread Darren Hartford
Hey all, I'm trying to use the maven-changelog-plugin for Maven2 version 2.0-beta-1 without success against a CVS SCM. Most of the examples I have seen have been with SVN, and I need this to work with CVS. I'm using a known SCM connection string that works with the Maven1-version of

Re: [m2] best practices: cvs, modules, dependency

2005-12-27 Thread Luiz Eduardo Guida Valmont
From what I understood, there are the two subpackages and the application itself depending on them, right? So, based on this assumption, I sugest you create three modules in a single CVS repository: one for each of the subpackages and the third for the application itself; each will have its

Re: [m2] best practices: cvs, modules, dependency

2005-12-27 Thread Yann Le Du
http://svn.apache.org/viewcvs.cgi/maven/components/trunk/ Hope this helps, -- Yann 2005/12/27, Valerio Schiavoni <[EMAIL PROTECTED]>: > > Hello, > we are developing 2 components. at this moment, they are subpackages of > the > same application, stored in one single cvs reposi

[m2] best practices: cvs, modules, dependency

2005-12-27 Thread Valerio Schiavoni
Hello, we are developing 2 components. at this moment, they are subpackages of the same application, stored in one single cvs repository. also, they share a big ant build file. we want to split them into independant projects, and take advantage of maven . so, what is the best way to approach the

M2 changelog plugin w/ CVS (not SVN)

2005-12-22 Thread Darren Hartford
Hey all, I'm trying to use the maven-changelog-plugin for Maven2 version 2.0-beta-1 without success against a CVS SCM. Most of the examples I have seen have been with SVN, and I need this to work with CVS. I'm using a known SCM connection string that works with the Maven1-version of

Re: [m2] installing the j2ee archetype from maven cvs?

2005-12-21 Thread Alexandre Poitras
No you can't download it directly from the plugin repository until a new release is deployed. You need to get a snapshoth from svn. You just need to use a typical svn client like Eclipse for exemple. Just open the CVS perspective and add a new repository location with the following url

Re: [m2] installing the j2ee archetype from maven cvs?

2005-12-21 Thread Valerio Schiavoni
Hello Alexandre, 2005/12/22, Alexandre Poitras <[EMAIL PROTECTED]>: > > just to check out the j2ee archetype how can I do this? is it possible using the m2 eclipse plugin? (the one from mergere) thanks, valerio and the do a regular maven > install, i.e. run the command "mvn install" in the d

Re: [m2] installing the j2ee archetype from maven cvs?

2005-12-21 Thread Mick Knutson
] - Original Message - From: "Alexandre Poitras" <[EMAIL PROTECTED]> To: "Maven Users List" ; "Mick Knutson" <[EMAIL PROTECTED]> Sent: Wednesday, December 21, 2005 3:42 PM Subject: Re: [m2] installing the j2ee ar

Re: [m2] installing the j2ee archetype from maven cvs?

2005-12-21 Thread Alexandre Poitras
I think you just to check out the j2ee archetype and the do a regular maven install, i.e. run the command "mvn install" in the directory where the pom.xml file is located. I am not sure of this because I have never done it with an actual archetype but everything having a pom.xml file usually works

Re: SPAM: [m2] installing the j2ee archetype from maven cvs?

2005-12-21 Thread Emmanuel Venisse
checkout it and run "mvn install" Mick Knutson a écrit : How can I just create the j2ee archetype from http://svn.apache.org/viewcvs.cgi/maven/archetype/trunk/maven-archetypes/maven-archetype-j2ee/?rev=358420 onto my local machine? -

[m2] installing the j2ee archetype from maven cvs?

2005-12-21 Thread Mick Knutson
How can I just create the j2ee archetype from http://svn.apache.org/viewcvs.cgi/maven/archetype/trunk/maven-archetypes/maven-archetype-j2ee/?rev=358420 onto my local machine? Thanks Mick Knutson http://www.BASELog

dependency upont cvs version?

2005-12-20 Thread Valerio Schiavoni
hello, how can I specify a dependency node in the pom.xml so that the version of the library is the one available now on the cvs ? is this possible ? in particular, i want to use the current cvs version of htmlunit (which is a maven 1.x project), to be used by my maven 2.x project. thanks in

Re: Adding CVS branched project to 1.0.2

2005-12-16 Thread Emmanuel Venisse
You can't define it in url, but you can in in your pom or in continuum project view Emmanuel Eric Pugh a écrit : Hi all, Enjoying using 1.0.2. I'm ready to add a branched project to Continuum, as well as the CVS HEAD version. I am having difficulty figuring out where to s

Adding CVS branched project to 1.0.2

2005-12-16 Thread Eric Pugh
Hi all, Enjoying using 1.0.2. I'm ready to add a branched project to Continuum, as well as the CVS HEAD version. I am having difficulty figuring out where to specify the branch? It seems like the branch should go on the end of the SCM url, however http://maven.apache.org/ scm/cvs

RE : [m2]release plugin with -N tag all modules (with cvs)

2005-12-15 Thread Olivier Lamy
Thanks and ok. But I want to release only the root that's why I use -N. I have made some tests. Then it's not a problem because the tagging could be override when release a module with an existing tag because the cvs cli use -F. With this I can tag a module with a previous tag coming fro

Re: [m2]release plugin with -N tag all modules (with cvs)

2005-12-14 Thread Edwin Punzalan
odule with SNAPSHOT parents. But all the cvs is tagging (the modules are not excluding). Do I have a solution ? Do I need to change the structure to something as this : Fake root pom - root-pom ... Thanks in advance, - Olivier This e-mail, any attachments and the inform

[m2]release plugin with -N tag all modules (with cvs)

2005-12-14 Thread Olivier Lamy
versions. I want to release only the root pom in order to release only few modules. I use the release plugin in the root directory with -N option just to release the root pom. I need it because I can't a release a module with SNAPSHOT parents. But all the cvs is tagging (the modules ar

Configuring extssh connection to CVS for SCM

2005-12-09 Thread Anthony Bargnesi
Hello, I have a cvs connection using ssh. I have the public key that I use to connect but I am not sure how to incorporate it into the SCM configuration. Do I need to run pageant? I am not sure how to configure this type of connection. Ultimately I am trying to get continuum to build my

Re: windows client to windows server cvs connection: wrong cvsroot value?

2005-12-06 Thread Emmanuel Venisse
cygwin + cvs [EMAIL PROTECTED] a écrit : OK, thanks Emmanuel. I would be happy to use another cvs client than cvsnt, but on the server side I don't have a choice (corporate env.). Problem is that on windozs all the clients I found so far are based on cvsnt. And I can't find

Re: windows client to windows server cvs connection: wrong cvsroot value?

2005-12-06 Thread Baz
characters in a lot of the unix-oriented tools. However, more to the point, on CVSNT you generally don't include the drive in the CVS connection string, since, as you've spotted, it causes the number of colons to be wrong. There's a workaround for this - look in the cvsnt docs fo

Re: windows client to windows server cvs connection: wrong cvsroot value?

2005-12-06 Thread phertogen
OK, thanks Emmanuel. I would be happy to use another cvs client than cvsnt, but on the server side I don't have a choice (corporate env.). Problem is that on windozs all the clients I found so far are based on cvsnt. And I can't find a windows binary of the opencvs that I norma

Re: windows client to windows server cvs connection: wrong cvsroot value?

2005-12-06 Thread Emmanuel Venisse
arrrg, bad cvsnt. It's an other standard that cvsnt doesn't respect. File an issue and i'll try to find a solution. Emmanuel [EMAIL PROTECTED] a écrit : Hi, I still have a problem in connecting from windows XP client to windows CVS server using cvsnt. I checked in faqs, do

Re: RE : RE : [m2] deploy with scm url (cvs)

2005-12-02 Thread Emmanuel Venisse
ivier -Message d'origine- De : Emmanuel Venisse [mailto:[EMAIL PROTECTED] Envoyé : vendredi 2 décembre 2005 13:14 À : Maven Users List Objet : Re: RE : [m2] deploy with scm url (cvs) It's implemented in wagon-scm. We need to update it to latest maven-scm snapshot If you want to test it

RE : RE : [m2] deploy with scm url (cvs)

2005-12-02 Thread Olivier Lamy
distributionManagement/url ? : scm:cvs:pserver:${username}:[EMAIL PROTECTED]:repopath:module Thanks, - Olivier -Message d'origine- De : Emmanuel Venisse [mailto:[EMAIL PROTECTED] Envoyé : vendredi 2 décembre 2005 13:14 À : Maven Users List Objet : Re: RE : [m2] deploy with scm url (cvs)

Re: RE : [m2] deploy with scm url (cvs)

2005-12-02 Thread Emmanuel Venisse
It's implemented in wagon-scm. We need to update it to latest maven-scm snapshot If you want to test it in actual state, you can use org.apache.maven.wagon:wagon-scm:1.0-alpha-5 Emmanuel Olivier Lamy a écrit : This feature (deploying in a scm in my case cvs) is implemented or not ? I ne

RE : [m2] deploy with scm url (cvs)

2005-12-02 Thread Olivier Lamy
This feature (deploying in a scm in my case cvs) is implemented or not ? I need to build wagon or somethings else from svn co ? If snapshot available I can certainly play the beta tester ;-) Thanks, - Olivier -Message d'origine- De : Olivier Lamy [mailto:[EMAIL PROTECTED] Envoyé :

[m2] deploy with scm url (cvs)

2005-12-01 Thread Olivier Lamy
Hi, I'm trying to deploy in a scm repository (CVS). The url needs to be the same as the developerConnection ? I try : - scm:cvs:pserver:ip:/local/cvs/repo:module - scm:cvs:pserver:${username}:${password}ip:/local/cvs/repo:module I have the following stack trace (long) : Caus

Re: connection to cvs error

2005-12-01 Thread phertogen
ed as: scm|cvs|pserver|[EMAIL PROTECTED]|D:/dept/|testMaven Trying to build in this configuration, I still get the "password required" error. When I try to use this scm url: scm:cvs:pserver:[EMAIL PROTECTED]:D:/dept/:testMaven I get

Re: connection to cvs error

2005-12-01 Thread phertogen
sorry, I did find the cvs pass entries in the registry. looks ok to me

Re: connection to cvs error

2005-12-01 Thread phertogen
> run cvs login command manually to register your password. I think you mean this? cvs -p :pserver:[EMAIL PROTECTED]:D:/dept/x login I get prompted for a password, which I enter, no error is returned, so I guess it's OK. I also try to check the registry for the cvs

connection to cvs error

2005-12-01 Thread phertogen
windows XP. Cvs servers is running on Windows server. Client is cvsnt. This is my scm url, as defined in the POM : scm|cvs|pserver|[EMAIL PROTECTED]|D:/dept/xx|testMaven I can connect to cvs server via eclipse, directly or via Mevenide. Can I help Continuum to find my scm settings? tx

Re: HELP!!, multiproject m2 and CVS

2005-11-16 Thread Brett Porter
project B. > > In Project A's my pom.xml, > > > >foo >B >1.0 > > > > but, search an JAR. I like compile the sources of project B, no find jar. > > > 1) How is this represented in the pom.xml? >

HELP!!, multiproject m2 and CVS

2005-11-16 Thread cristian
n the pom.xml? 2) How would have to define remote repository(cvs) for download the sources? Thanks,,and sorry for my English. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [m2] Is non-interactive mode supported for the release plugin using CVS

2005-11-15 Thread Christian Schulte
Emmanuel Venisse schrieb: you can set interactive mode in your settings.xml. if you set it to false, you can run release plugin like this: mvn -Dtag=YOUR_TAG_NAME release:prepare mvn release:perform Emmanuel It worked. Thanks! -- Christian

Re: [m2] Is non-interactive mode supported for the release plugin using CVS

2005-11-15 Thread Emmanuel Venisse
you can set interactive mode in your settings.xml. if you set it to false, you can run release plugin like this: mvn -Dtag=YOUR_TAG_NAME release:prepare mvn release:perform Emmanuel Christian Schulte a écrit : Hi, does the release plugin support non-interactive mode when using CVS as the

Re: RE : [m2] Is CVS supported by the release plugin ?

2005-11-15 Thread Emmanuel Venisse
tagBase is use only by svn, not by cvs Emmanuel Christian Schulte a écrit : Olivier Lamy schrieb: Hi, I tryed yesterday and works fine (tagging is ok and commit updated pom.xml too) - Olivier Hi, how do you do it in non-interactive mode. What value do I have to specify for -DtagBase

[m2] Is non-interactive mode supported for the release plugin using CVS

2005-11-15 Thread Christian Schulte
Hi, does the release plugin support non-interactive mode when using CVS as the SCM provider ? What do I have to specify on the commandline to make it work ? Currently I do mvn release:prepare mvn release:perform which asks several questions I do not want to answer by hand. Is there some

Re: RE : [m2] Is CVS supported by the release plugin ?

2005-11-15 Thread Christian Schulte
Olivier Lamy schrieb: Hi, I tryed yesterday and works fine (tagging is ok and commit updated pom.xml too) - Olivier Hi, how do you do it in non-interactive mode. What value do I have to specify for -DtagBase ? -- Christian -

RE : [m2] Is CVS supported by the release plugin ?

2005-11-15 Thread Olivier Lamy
Hi, I tryed yesterday and works fine (tagging is ok and commit updated pom.xml too) - Olivier > -Message d'origine- > De : Christian Schulte [mailto:[EMAIL PROTECTED] > Envoyé : mardi 15 novembre 2005 12:54 > À : Maven Users List > Objet : [m2] Is CVS supported b

[m2] Is CVS supported by the release plugin ?

2005-11-15 Thread Christian Schulte
Hi, does the release plugin support CVS ? -- Christian - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: [M2] Problem using scm with cvs

2005-11-09 Thread Tony Steele
Raised as bug : http://jira.codehaus.org/browse/MNG-1474 > From: Brett Porter [mailto:[EMAIL PROTECTED] > Sent: 09 November 2005 00:03 > This looks like a bug... > > On 11/9/05, Tony Steele <[EMAIL PROTECTED]> wrote: > > I am trying to use cvs as the scm with the cvs

Re: [M2] Problem using scm with cvs

2005-11-08 Thread Brett Porter
This looks like a bug... On 11/9/05, Tony Steele <[EMAIL PROTECTED]> wrote: > I am trying to use cvs as the scm with the cvs user name etc specified > in the local settings.xml. However the profile properties do not appear > to be substituted in the scm connection string. >

[M2] Problem using scm with cvs

2005-11-08 Thread Tony Steele
I am trying to use cvs as the scm with the cvs user name etc specified in the local settings.xml. However the profile properties do not appear to be substituted in the scm connection string. Anybody got any ideas? I have the following: Pom: scm:cvs:pserver:[EMAIL PROTECTED]:/data

CVS: extssh

2005-11-08 Thread Rafael Silva
Hi, I'm using Continuum with Maven in my project (opensource project), and I'm using a "extssh" connection to the CVS. I put my project.xml file on "Maven 1.x Project". I can see my project at the "Show Projects". When I click to build, it left just

Seems like the CVS checkout command is not compatible with CVSNT

2005-10-28 Thread Baz
Miks Rozenbergs a �crit : > Hello! > > Continuum can't checkout sources from CVS using following SCM URL > scm:cvs:pserver:[EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]>:/cvs/src:BPM/source/com.exigen.bpm.util. > It results in errors shown down bellow. As you can

Re: SPAM: Seems like the CVS checkout command is not compatible with CVSNT

2005-10-28 Thread Emmanuel Venisse
Yes, your are several people that have this pb. cvsnt doesn't seems to respect arguments of cvs command line. You can install cygwin and cvs, and put cvs in your path. Emmanuel Miks Rozenbergs a écrit : Hello! Continuum can't checkout sources from CVS using followi

Seems like the CVS checkout command is not compatible with CVSNT

2005-10-28 Thread Miks Rozenbergs
Hello! Continuum can't checkout sources from CVS using following SCM URL scm:cvs:pserver:[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>:/cvs/src:BPM/source/com.exigen.bpm.util. It results in errors shown down bellow. As you can see the error happens while invoking command "cv

RE: CVS Mayhem

2005-10-21 Thread Wilfred Springer
You were right Thanks! On Thu, 2005-10-20 at 16:21, Bernd Mau wrote: > Hi Wilfred, > > this looks like my entry. Do you have the problem using the > release-plugin? I had this message and the fault was an invalid entry in > the file release.properties (meanwhile I changed the pom). After > d

Re: CVS Mayhem

2005-10-21 Thread Edwin Punzalan
this isn't working? (I have been working with CVS and Maven 2 before, and it never was a problem, until today. Maven tells me that it's not a valid scm url. But why?) scm:cvs:pserver:[EMAIL PROTECTED]:/home/cvs/repository:maven-netbeans-plugin Thanks, Wilfred PS Note that there&#

Re: CVS Mayhem

2005-10-21 Thread Edwin Punzalan
Which plugin is reporting that its invalid ? Wilfred Springer wrote: All, Could anybody give me a clue why this isn't working? (I have been working with CVS and Maven 2 before, and it never was a problem, until today. Maven tells me that it's not a valid scm ur

Re: SCM: cvs user

2005-10-21 Thread Bernd Mau
Until now I have used it together with the release-plugin. I guess the release-plugin uses the maven-scm-provider-cvs plugin. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: SCM: cvs user

2005-10-20 Thread Edwin Punzalan
can I avoid to specify the cvs user in the pom? Now my connection looks like this: scm:cvs:pserver:@:: This works fine, with the .cvspass. But the user is always the same. Is it possible to specify the user in the settings.xml, like it can be done for the repository server? Thanks.

Re: [m2/mvn] CVS Mayhem

2005-10-20 Thread Emmanuel Venisse
what is your command? Do you have more infos with -e cli parameter? Emmanuel Wilfred Springer a écrit : Hmmm, I omitted the obligatory m2 (or should it be mvn from now on?) tag in the subject: All, Could anybody give me a clue why this isn't working? (I have been working with CVS and

RE: CVS Mayhem

2005-10-20 Thread Bernd Mau
Hi Wilfred, this looks like my entry. Do you have the problem using the release-plugin? I had this message and the fault was an invalid entry in the file release.properties (meanwhile I changed the pom). After deleting the file everything worked again. Bernd

[m2/mvn] CVS Mayhem

2005-10-20 Thread Wilfred Springer
Hmmm, I omitted the obligatory m2 (or should it be mvn from now on?) tag in the subject: All, Could anybody give me a clue why this isn't working? (I have been working with CVS and Maven 2 before, and it never was a problem, until today. Maven tells me that it's not a valid scm ur

CVS Mayhem

2005-10-20 Thread Wilfred Springer
All, Could anybody give me a clue why this isn't working? (I have been working with CVS and Maven 2 before, and it never was a problem, until today. Maven tells me that it's not a valid scm url. But why?) scm:cvs:pserver:[EMAIL PROTECTED]:/home/cvs/repository:maven-netbe

SCM: cvs user

2005-10-20 Thread Bernd Mau
Hi, how can I avoid to specify the cvs user in the pom? Now my connection looks like this: scm:cvs:pserver:@:: This works fine, with the .cvspass. But the user is always the same. Is it possible to specify the user in the settings.xml, like it can be done for the repository server? Thanks

RE: Réf. : RE: [m2] Maven release plugin and CVS: bug?

2005-10-19 Thread Michael McCrann
Fabrice, After deleting the .cvspass and running release:prepare, can you run CVS commands from the command line without access problems? i.e. is the release:prepare generated .cvspass file valid? Also, it would be good if we could somehow see the CVS command being executed by release:prepare

Réf. : RE: [m2] Maven release plugin and CVS: bug?

2005-10-19 Thread fabrice . belingard
épondre à RE: [m2] Maven release plugin and Maven Users List CVS: bug? <[EMAIL PROTECTED]

RE: [m2] Maven release plugin and CVS: bug?

2005-10-19 Thread David Jackman
What do you see when you run cvs -version from the command line? If you're running some version of CVSNT, then doing a cvs login from the command line won't create the necessary ~/.cvspass file that the Maven SCM operations will need. (Because CVSNT stores the passwords in th

RE: [m2] Maven release plugin and CVS: bug?

2005-10-19 Thread fabrice . belingard
local modifications ... Provider message: The cvs command failed. Command output: cvs update: Empty password used - try 'cvs login' with a real password cvs [update aborted]: authorization failed: server localhost rejected access to C:\fabPlateformeIntegration\cvsAppliExempleTest for user

RE: [m2] Maven release plugin and CVS: bug?

2005-10-18 Thread Michael McCrann
. This should be in your home directory ('c:\Documents and Settings' for me) - Run the CVS login command: cvs -d:pserver:@: login - Run the release:prepare goal. Michael -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, 18 October 2005

FW: [jira] Commented: (SCM-61) CVS errors using release:prepare

2005-10-18 Thread Michael McCrann
Sent: Tuesday, 18 October 2005 7:33 PM To: Michael McCrann Subject: [jira] Commented: (SCM-61) CVS errors using release:prepare [ http://jira.codehaus.org/browse/SCM-61?page=comments#action_48770 ] Emmanuel Venisse commented on SCM-61: - How do you defin

RE: [m2] Maven release plugin and CVS: bug?

2005-10-17 Thread fabrice . belingard
Hi Michael, I put my pom[1] at the end of the mail. I still can't manage to make it work, even when I embed my password in the URL. I still get: Command output: cvs update: Empty password used - try 'cvs login' with a real password cvs [update aborted]

RE: [m2] Maven release plugin and CVS: bug?

2005-10-16 Thread Michael McCrann
Fabrice, What is the SCM/CVS URL you are using? I have embedded my password in the URL. My URL looks like this: scm:cvs:pserver::@:: Michael -Original Message- From: Yann Le Du [mailto:[EMAIL PROTECTED] Sent: Saturday, 15 October 2005 9:10 AM To: Maven Users List Subject: RE: [m2

Re: [m2] Maven release plugin and CVS: bug?

2005-10-14 Thread Brett Porter
On 10/15/05, Yann Le Du <[EMAIL PROTECTED]> wrote: > Now the odd part : I recently removed and and it's still > working. I can't tell why... This is a consequence of svn - it caches the information. - Brett - To unsubscribe, e

RE: [m2] Maven release plugin and CVS: bug?

2005-10-14 Thread Yann Le Du
lso trying the release plugin with CVS, and seemed to have come further than you. Maybe he'll be able to help you ? http://marc.theaimsgroup.com/?l=turbine-maven-user&m=112925914521071&w=2 Regards, Yann --- [EMAIL PROTECTED] a écrit : > > > > > Hi guys, > >

[m2] Maven release plugin and CVS: bug?

2005-10-14 Thread fabrice . belingard
Hi guys, I'm trying to make the maven release plugin work, but I always get the same error when running "m2 release:prepare -Dtag=...": [INFO] [release:prepare] [INFO] Verifying there are no local modifications ... Provider message: The cvs command failed. Command output: cv

Re: ssh deployment on linux using maven 1.1-beta-1 (from CVS HEAD)

2005-10-07 Thread Arik Kfir
Hi brett, Actually no - would be great if you could pin point the problem (jsch bug?). Problem is, I have no idea where to look... What's weird is, it only happens at home (works at my office, but with a different project). On 10/7/05, Brett Porter <[EMAIL PROTECTED]> wrote: > Arik, > > Sorry fo

Re: ssh deployment on linux using maven 1.1-beta-1 (from CVS HEAD)

2005-10-07 Thread Brett Porter
Arik, Sorry for the delay, am plumbing the depths of my mailbox. Did you get a resolution to this? - Brett On 9/6/05, Arik Kfir <[EMAIL PROTECTED]> wrote: > Hi all, > > I have a project which worked great on 1.0.2, and I've been trying to > move it to 1.1-beta-1. > > The build itself works excel

Re: [m2] Multiproject directory organization on CVS

2005-10-03 Thread Wilfred Springer
Hi Nelson, Did you ever get a decent answer on your question? I've been trying to figure out how to do this myself as well, but I haven't really found a solution yet. Maven (m2) itself uses multiple project files, but the Maven source code exists in a SVN repository. I haven't ac

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

[m2] Help with SCM plugin and CVS?

2005-09-28 Thread Michael Cassidy
data). scm:cvs:pserver:[EMAIL PROTECTED]:/misc/docs-dev/RE POS:/v2/framework/common HEAD . [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] Command line: cvs -f -q upda

Problem with maven checkout from cvs !!!

2005-09-22 Thread Marouane Amraoui
Hi all; i m a newer maven user ; i use maven 1.0.2 and i want to do a complet example with maven-cvs : 1. Checkout source file from CVS 2. Compile source and and generate jar , javadoc 3. Test application using Junit . please i 'll be very happy to receive a complete example and descri

<    1   2   3   4   5   6   7   8   9   10   >