Stuart Ballard wrote:
>
> [why do I always hit "reply" instead of "reply to all"?]
>
> Jochen Hoenicke wrote:
> >
> > Okay, I can do that, but is org.gnu.java.util.collections a good
> > package name? Or do you prefer something like
> > gnu.classpath.collections?
>
> Speaking for myself only, I'd suggest putting it in com.sun. I know that
> it sucks to be writing code in Sun's package domain, but this would let
> us be a drop-in replacement for Sun's code. Especially for binary-only
> programs that assume it will be in com.sun...
>
> Thoughts?
I suggest put the Collections in the gnu package, but provding wrappers
for
the com.sun package that just delegate to the gnu package. I realize
that
they overhead is kind of gross, but don't we really want people still
using
1.1 to import gnu.classpath.collections.* instead?
--
Daniel Rall <[EMAIL PROTECTED]>