Fabrizio, and alternative to extssh is just to use ext, and set CVS_RSH to point to ssh.
I use this with eclipse and maven. -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ "Fabrizio Giustina" <[EMAIL PROTECTED]> wrote on 23/09/2003 08:40:27 AM: > > >> > >> Having had a quick look at the jelly script it looks like it's not > using > >> the repository defined in project.xml: > >> > >> <!-- FIXME : We must use, with cvs, the connection > string define >> in project.xml --> > >> <ant:cvs command="-q log" output="${statcvs.logfile}"/> > > > Actually, I wrote that comment ages ago and I'm not sure we need to > use > > the repo defined in project.xml. If you used the repo of basedir it > must > > always be correct, right? > > > I'm not sure that ignoring the project.xml settings is the best > solution. > > I've tried the statcvs plugin and I'm not able to make it working with > my current configuration. I'm using eclipse built-in cvs client which > uses the :extssh: connection method. > Other plugins work fine since they use the pserver connection defined in > the project.xml, but statcvs hangs with a NullPointerException because > the cvs client can't understand ":extssh:". > > I think the default connection should always be the one configured in > project.xml (the consistent behavior for all the plugins), maybe > allowing users to override it with plugin-specific properties. > > My 2 cents > fabrizio > > > > > --------------------------------------------------------------------- > 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]
