Re: CVS parameters

2007-05-25 Thread Jon Strayer
Thanks. On 5/25/07, Emmanuel Venisse <[EMAIL PROTECTED]> wrote: In pom.xml ... scm:cvs:pserver:${cvs.user}:${cvs.password [EMAIL PROTECTED]:/cvs/root:module scm:cvs:pserver:${cvs.user}:${cvs.password [EMAIL PROTECTED]:/cvs/root:module ... in settings.xml ... cvs_co

Re: CVS parameters

2007-05-25 Thread Emmanuel Venisse
In pom.xml ... scm:cvs:pserver:${cvs.user}:[EMAIL PROTECTED]:/cvs/root:module scm:cvs:pserver:${cvs.user}:[EMAIL PROTECTED]:/cvs/root:module ... in settings.xml ... cvs_conf username mypassword cvs_conf ... Emmanuel Jon

Re: CVS parameters

2007-05-24 Thread Jon Strayer
I don't mind putting it in settings.xml. What do I need to wrap it in? On 5/24/07, Emmanuel Venisse <[EMAIL PROTECTED]> wrote: You can run a cvs login command so you won't have to store your password in your pom or settings.xml. It will be stored in .cvspass if you use a standard cvs or in the

Re: CVS parameters

2007-05-24 Thread Emmanuel Venisse
You can run a cvs login command so you won't have to store your password in your pom or settings.xml. It will be stored in .cvspass if you use a standard cvs or in the windows registry if you use cvsnt Emmanuel Jon Strayer a écrit : Getting back to my original question, how can I set the pass

Re: CVS parameters

2007-05-23 Thread Jon Strayer
Getting back to my original question, how can I set the password outside of the POM? On 5/21/07, Jon Strayer <[EMAIL PROTECTED]> wrote: I'm getting this error when I try to update my project: [ERROR] No CVS root is set. Check your information in the POM. Where in the POM do I set the CVS Root

Re: CVS parameters

2007-05-23 Thread Emmanuel Venisse
We need the version of the changelog plugin and the scm plugin too. Emmanuel Wayne Fay a écrit : I'm not really sure what's going on -- I haven't used CVS in a while, just SVN. What OS and what CVS client software are you running? And please send the section of your pom as well. Perhaps someo

Re: CVS parameters

2007-05-23 Thread Wayne Fay
I'm not really sure what's going on -- I haven't used CVS in a while, just SVN. What OS and what CVS client software are you running? And please send the section of your pom as well. Perhaps someone else who is using CVS will notice something (obviously) wrong with your configuration. ;-) Wayne

Re: CVS parameters

2007-05-23 Thread Jon Strayer
[ERROR] Didn't find password for CVSROOT ': pserver:[EMAIL PROTECTED]:12310/appl/pkg1/cvs/reps/theteam/cvs'. BTW, the user id I have in the pom is "maven", so I'm thinking that it's picking up the id from the Root entry is the CVS directory. Is that a feature or a bug? :-) On 5/23/07, Wayne F

Re: CVS parameters

2007-05-23 Thread Wayne Fay
Fail with what error message? Wayne On 5/23/07, Jon Strayer <[EMAIL PROTECTED]> wrote: Why would mvn scm:changelog work but mvn scm:update fail? -- Esse Quam Videre To Be, rather than to Seem - To unsubscribe, e-mail: [EMA

Re: CVS parameters

2007-05-23 Thread Jon Strayer
Why would mvn scm:changelog work but mvn scm:update fail? -- Esse Quam Videre To Be, rather than to Seem

Re: CVS parameters

2007-05-22 Thread Jon Strayer
On 5/22/07, Emmanuel Venisse <[EMAIL PROTECTED]> wrote: Jon Strayer a écrit : > On 5/21/07, Wayne Fay <[EMAIL PROTECTED]> wrote: >> >> I'm not clear -- is this response not sufficient and you're asking for >> more help, or do you have things working? >> >> If you still need help, I'd suggest l

Re: CVS parameters

2007-05-22 Thread Emmanuel Venisse
Jon Strayer a écrit : On 5/21/07, Wayne Fay <[EMAIL PROTECTED]> wrote: I'm not clear -- is this response not sufficient and you're asking for more help, or do you have things working? If you still need help, I'd suggest looking at example pom.xml files for some open source projects to see ho

Re: CVS parameters

2007-05-22 Thread Jon Strayer
On 5/21/07, Wayne Fay <[EMAIL PROTECTED]> wrote: I'm not clear -- is this response not sufficient and you're asking for more help, or do you have things working? If you still need help, I'd suggest looking at example pom.xml files for some open source projects to see how they have configured th

Re: CVS parameters

2007-05-21 Thread Wayne Fay
I'm not clear -- is this response not sufficient and you're asking for more help, or do you have things working? If you still need help, I'd suggest looking at example pom.xml files for some open source projects to see how they have configured their SCM. Here's a few links: http://svn.plexus.code

Re: CVS parameters

2007-05-21 Thread Jon Strayer
On 5/21/07, Wayne Fay <[EMAIL PROTECTED]> wrote: This is pretty well-documented on the website: http://maven.apache.org/scm/cvs.html I assume that's true if you already know the answer. Trust me when I tell you that after spending hours reading the site and searching through mailing list arc

Re: CVS parameters

2007-05-21 Thread Wayne Fay
You may also find some info on this page useful: http://docs.codehaus.org/display/MAVENUSER/Continuous+Integration Specifically, the sections ".cvspass file creation" and "Configure settings.xml file". Wayne On 5/21/07, Wayne Fay <[EMAIL PROTECTED]> wrote: This is pretty well-documented on the

Re: CVS parameters

2007-05-21 Thread Wayne Fay
This is pretty well-documented on the website: http://maven.apache.org/scm/cvs.html Wayne On 5/21/07, Jon Strayer <[EMAIL PROTECTED]> wrote: I'm getting this error when I try to update my project: [ERROR] No CVS root is set. Check your information in the POM. Where in the POM do I set the CVS

CVS parameters

2007-05-21 Thread Jon Strayer
I'm getting this error when I try to update my project: [ERROR] No CVS root is set. Check your information in the POM. Where in the POM do I set the CVS Root? How can I specify the user id and password outside of the POM? -- Esse Quam Videre To Be, rather than to Seem