You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oro-dev@jakarta.apache.org by "Daniel F. Savarese" <df...@savarese.org> on 2004/09/02 20:16:21 UTC

Re: Jakarta-ORO on JDK 1.5 (on Gump)

In message <03...@sybase.com>, "Adam R. B. Jack" write
s:
>This is the result of trying to compile ORO on JDK1.5 (on Gump). It seems
>there is now a clash with the JDK package. I hope this information is
>helpful to you.

Thanks Adam.  I don't think anyone's tried compiling with JDK 1.5, so we've
never noticed that they added a new interface to java.util.regex that is
named exactly the same as ours with basically the exact same methods,
although with slight adjustments (e.g., they renamed begin(int) start(int)
and provided a group() that returns group(0)).  I suppose this is where we
should say that imitation is the sincerest form of flattery instead of noting
that if Jakarta developers had been consulted by Sun in the development of
java.util.regex, there may have been a MatchResult interface in JDK 1.4.
Anyway, I've adjusted the import statements accordingly.  Thanks again Adam.
I guess Gump runs with JDK 1.5 do not produce automatic email notifications?

daniel



---------------------------------------------------------------------
To unsubscribe, e-mail: oro-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: oro-dev-help@jakarta.apache.org


Re: Jakarta-ORO on JDK 1.5 (on Gump)

Posted by "Adam R. B. Jack" <aj...@apache.org>.
> I guess Gump runs with JDK 1.5 do not produce automatic email
notifications?

Not until a few folks ask for it to, but it could easily do so.

regards

Adam


---------------------------------------------------------------------
To unsubscribe, e-mail: oro-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: oro-dev-help@jakarta.apache.org