well, it did work to checkout the project with the guest account. it doesn't seem the greatest though, since now when i try to commit after editing files, it tries it as "guest" first and fails because of insufficient privilages. maven generates my site with cvs-usage.html 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 found for scm plugin yup. IIRC, there is a property - something like maven.scm.ignore.developerConnection = true to avoid this? On Fri, 3 Sep 2004 09:03:13 -0500, Ryan Sonnek <[EMAIL PROTECTED]> wrote: > Thanks for the reply Brett. This is how I have my project.xml setup: > <repository> > <connection>scm:cvs:pserver:[EMAIL > PROTECTED]:/cvs:swingwork/${pom.artifactId}</connection> > <developerConnection>scm:cvs:pserver:[EMAIL > PROTECTED]:/cvs:swingwork/${pom.artifactId}</developerConnection> > <url>https://swingwork.dev.java.net/source/browse/swingwork/${pom.artifactId}</url> > </repository> > > 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 instead of wireframe? > > either change <connection>, or if it is using ${maven.username} you > might set that to anonymous. > > I'd suggest only developerConnection should be using ${maven.username} > > - Brett > > On Thu, 2 Sep 2004 21:51:52 -0500, Ryan Sonnek <[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 scm plugin. > > > > Ryan > > > > scm:parse-connection: > > [echo] Using connection: scm:cvs:pserver:[EMAIL > > PROTECTED]:/cvs:swingwork/swingwork-core > > Using SCM method: cvs > > Using CVSROOT: :pserver:[EMAIL PROTECTED]:/cvs > > Using module: swingwork/swingwork-core > > > > scm:validate: > > > > scm:checkout-project: > > scm:cvs-checkout-project: > > [echo] Checking out swingwork/swingwork-core; from CVSROOT: :pserver:[EMAIL > > PROTECTED]:/cvs > > [delete] Deleting directory > > /home/rsonnek/swingwork/swingwork-core/target/checkouts/swingwork/swingwork-core > > [mkdir] Created dir: > > /home/rsonnek/swingwork/swingwork-core/target/checkouts/swingwork/swingwork-core > > [cvs] Using cvs passfile: /home/rsonnek/.cvspass > > [cvs] Fatal error, aborting. > > [cvs] wireframe: no such user > > > > BUILD FAILED > > File...... /home/rsonnek/.maven/cache/maven-scm-plugin-1.4.1/plugin.jelly > > Element... ant:cvs > > Line...... 245 > > Column.... 9 > > cvs exited with error code 1 > > Command line was [Executing 'cvs' with arguments: > > '-d:pserver:[EMAIL PROTECTED]:/cvs' > > '-q' > > 'checkout' > > '-P' > > 'swingwork/swingwork-core' > > > > The ' characters around the executable and arguments are > > not part of the command > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
