Yes, I'm using b4. I was going by the documentation on the website and used the pserver example and just swapped pserver for ext. What *should* I be using? :-)
--wiz On Wed, 2002-07-17 at 16:45, Jason van Zyl wrote: > On Wed, 2002-07-17 at 11:30, ObjectWiz wrote: > > > > Hi there, > > > > I have just started to use maven and I'm really impressed. I am having a > > problem with using CVS/SSH with it though. I have a CVS repository that > > I'm accessing successfully using an SSL certificate. I wanted to get > > maven to do this to so I used the following repository setting for the > > cart module: > > > > <repository> > > <connection> > > scm:cvs:ext:[EMAIL PROTECTED]:/var/repository/cvs:cart > > </connection> > > </repository> > > > > When maven tries a maven:dist-build, I get the following error: > > > > dist-checkout-sources: > > [delete] Deleting directory /home/peters/projects/j2ee/cart/target > > [mkdir] Created dir: /home/peters/projects/j2ee/cart/target/cart > > > > [touch] Creating /home/peters/projects/j2ee/cart/target/cart > > /DIST_BUILD_DIRECTORY > > [cvs] cvs checkout: CVSROOT password specification is only valid > > for > > [cvs] cvs checkout: pserver connection method. > > [cvs] cvs [checkout aborted]: Bad CVSROOT. > > > > I don't understand why it's talking about the pserver connection method > > when I've specified something different. Does anyone know what is going > > wrong? > > The repository descriptor actually describes the publicly accessible > repository. Basically used for doing massive builds and read-only > retrieval. Looks like you have a b5 descriptor (which isn't out yet) but > I think you're using b4, yes? > > > --wiz > > > > > > -- > > To unsubscribe, e-mail: ><mailto:[EMAIL PROTECTED]> > > For additional commands, e-mail: ><mailto:[EMAIL PROTECTED]> > -- > jvz. > > Jason van Zyl > [EMAIL PROTECTED] > http://tambora.zenplex.org > > In short, man creates for himself a new religion of a rational > and technical order to justify his work and to be justified in it. > > -- Jacques Ellul, The Technological Society > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > > > -- Unity Developer Digital Bridges Limited t: +44 (0)1383 748409 f: +44 (0)1383 723235 w: www.digitalbridges.com e: [EMAIL PROTECTED] ________________________________________________________________________ E-mail is an informal method of communication and may be subject to data corruption, interception and unauthorised amendment for which Digital Bridges Ltd will accept no liability. Therefore, it will normally be inappropriate to rely on information contained on e-mail without obtaining written confirmation. This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and destroy this e-mail. Any unauthorized copying, disclosure or distribution of the material in this e-mail is strictly forbidden. ________________________________________________________________________ -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
