RE: Utils.makePackageName has problems

2002-05-31 Thread Russell Butek
hl <[EMAIL PROTECTED]> on 05/31/2002 04:47:02 PM Please respond to [EMAIL PROTECTED] To:"'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> cc: Subject:RE: Utils.makePackageName has problems How about we just let this be an error (and report it) and let the user

RE: Utils.makePackageName has problems

2002-05-31 Thread Tom Jordahl
How about we just let this be an error (and report it) and let the user then map the namespaces to the right place themselves. I think prefer this approach. Are we going to be able to take all the collision cases in to account anyway? -- Tom Jordahl -Original Message- From: Russell

Re: Utils.makePackageName has problems

2002-05-31 Thread R J Scheuerle Jr
Ok, what about urn:/am.i/a/donut.jelly is this mapped to i.am.a.jelly.donut or is it mapped to i.am.a.donut.jelly I think it should be the second one. Propose the following algorithm reverse the hostname as we do today to get a package name if text after the host name: replace all occurrenc