[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index] [Home]

Re: [jcvs] "method" property in "jcvsdefs" doesnt work?


Sure enough, even though I have fixed that code once, that single
line escaped my attention. I have fixed it now.

Thanks,
tim.
Tim Endres  -  time@ice.com
ICE Engineering, Inc.  -  http://www.ice.com/
"USENET - a slow moving self parody." - Peter Honeyman

> Hi there,
> 
> I think line 517 (518,519) is broke in Release 5.1.1:
> 
> 			String method =
> 				this.userServers.getProperty
> 					( "param.method." + token, "pserver"
> );
> 
> what should should read
> 					( "param. + token + "method",
> "pserver" );
> 
> instead, as with all other server-def properties.
> 
> Anyways. Somehow jCVS doesnt seem to  read the server-"mehtod"
> property properly. It always resets to "pserver" after restart,
> even though the method is specified to "server" in the
> server-defs-rc.
> 
> Can anyone confirm this? If so, can anyone send me a JAR
> with a version that fixes this problem? Somehow I cannot
> compile the sources myself...
> 
> TschauTschau
> 			Bernd