I have this in project.xml :
<connection>scm:cvs:pserver:[EMAIL PROTECTED]:/cvsroot/cgl
ib:cglib</connection>
set CVS_RSH=ssh2
But I do not need ssh to generate reports, I want to use ":pserver"
authentication, but beta7 uses ":ext"
and hungs (my ssh2 doe's not work on Windows if is executed by java).
Possible it parses "Root" file and uses
":ext:[EMAIL PROTECTED]:/cvsroot/cglib".
"scm:cvs:pserver:anonymous" from project.xml is ignored.


----- Original Message -----
From: "Trygve Laugst�l" <[EMAIL PROTECTED]>
To: "Jakarta Commons Developers List" <[EMAIL PROTECTED]>
Sent: Sunday, January 26, 2003 2:29 PM
Subject: Re: help building commons with maven


> ----- Original Message -----
> From: "Juozas Baliuka" <[EMAIL PROTECTED]>
> To: "Jakarta Commons Developers List" <[EMAIL PROTECTED]>
> Sent: Sunday, January 26, 2003 1:11 PM
> Subject: Re: help building commons with maven
>
>
> >
> > <snip>
> > > If you care, let me know, and I'll work with you on getting the
> > > descriptors up to date when b8 is released.
> > I have problems to generate reports  with beta7, I have tried cvs
version
> > and it works, It seems it doe's not uses
> > ssh to connect to cvs server.
> > Is it possible to set some parameter on beta7 and use ":pserver" to
> generate
> > activity reports, my cvs with ssh hungs from "Runtime.exec".
>
>
>
<connection>scm:cvs:ext:[EMAIL PROTECTED]:/home/trygve/cvs/${pom.id}</con
> nection>
> in project.xml and
>     export CVS_RSH=ssh
> in the shell does the trick
>
> Trygve
>
> > >
> > > --
> > > dIon Gillard, Multitask Consulting
> > > Blog:      http://www.freeroller.net/page/dion/Weblog
> > > Work:      http://www.multitask.com.au
> > >
> > >
> > > --
> > > To unsubscribe, e-mail:
> > <mailto:[EMAIL PROTECTED]>
> > > For additional commands, e-mail:
> > <mailto:[EMAIL PROTECTED]>
> > >
> >
> >
> > --
> > To unsubscribe, e-mail:
> <mailto:[EMAIL PROTECTED]>
> > For additional commands, e-mail:
> <mailto:[EMAIL PROTECTED]>
> >
> >
>
>
> --
> To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>
>


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to