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]>
