Re: [cp-patches] RFC: Move gnu.regexp to gnu.java.util.regex

2006-06-07 Thread Casey Marshall
On Jun 7, 2006, at 8:35 AM, Roman Kennke wrote: Hi there, I'd like to propose to rename the gnu.regexp package to gnu.java.util.regex or something. I have a problem here with JEdit which obviously uses an old version of gnu regexp and no hit some AbstractMethodError with this setup. I think

Re: [cp-patches] RFC: Move gnu.regexp to gnu.java.util.regex

2006-06-07 Thread Tom Tromey
> "Roman" == Roman Kennke <[EMAIL PROTECTED]> writes: Roman> I'd like to propose to rename the gnu.regexp package to Roman> gnu.java.util.regex or something. I have a problem here with JEdit which Roman> obviously uses an old version of gnu regexp and no hit some Roman> AbstractMethodError wit

Re: [cp-patches] RFC: Move gnu.regexp to gnu.java.util.regex

2006-06-07 Thread Andrew John Hughes
On Wed, 2006-06-07 at 17:35 +0200, Roman Kennke wrote: > Hi there, > > I'd like to propose to rename the gnu.regexp package to > gnu.java.util.regex or something. I have a problem here with JEdit which > obviously uses an old version of gnu regexp and no hit some > AbstractMethodError with this se

[cp-patches] RFC: Move gnu.regexp to gnu.java.util.regex

2006-06-07 Thread Roman Kennke
Hi there, I'd like to propose to rename the gnu.regexp package to gnu.java.util.regex or something. I have a problem here with JEdit which obviously uses an old version of gnu regexp and no hit some AbstractMethodError with this setup. I think it could avoid problems with other apps too. I tried t