I've made such changes for our project - I'll get them posted. Jim
http://www.scidac.org/SAM/ ----- Original Message ----- From: "Mike Oliver" <[EMAIL PROTECTED]> To: "Slide Developers Mailing List" <[EMAIL PROTECTED]> Sent: Sunday, January 04, 2004 9:47 AM Subject: Re: Client PropPatch Propsal > Stefano, > > Not silly at all see below. > > Ollie > > Stefano Mazzocchi wrote: > > > > > On 3 Jan 2004, at 17:15, Mike Oliver wrote: > > > >> Gents, > >> > >> I would like to propose an enhancement to the Slide Client PropPatch > >> method such that the command line can be used to more fully expose > >> the webdavresource proppatchMethod signatures. Currently only > >> > >> webdavResource.proppatchMethod( > >> path, new PropertyName("DAV:",name), value) > >> > >> Is implemented and this does not allow specification of another > >> namespace other than DAV: > > > Currently the above line IS what is in the Slide Client, i.e. no choice > as to which namespace the propput can use, "DAV:" is hard coded in the > Slide Client. That's my point, and part of my proposal is to open that > up so a "whatever:" namespace CAN be used. Since namespaces are used to > allow disambiguation of names, the hard coding of the DAV: namespace > means that if there is a conflict between the name you need to use and a > DAV: name you are scrod. > > > > > I don't see this. Why can't you do > > > > webdavResource.proppatchMethod(path, new > > PropertyName("whatever:",name),value); > > The proposal is not to change webdavResource as it has plenty of > overloaded signatures for proppatch that accomodate many more than the > ONE implemented in the Slide Client.java > > > > > ?? > > > > sorry if the question is silly, I haven't used the client library much. > > > > -- > > Stefano. > > > > > > --------------------------------------------------------------------- > > 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]
