This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: javax.naming work
- To: Mark Wielaard <mark at klomp dot org>
- Subject: Re: javax.naming work
- From: Tom Tromey <tromey at redhat dot com>
- Date: 19 Oct 2001 14:46:45 -0600
- Cc: java-patches at gcc dot gnu dot org
- References: <20011019221701.A21077@klomp.org>
- Reply-To: tromey at redhat dot com
>>>>> "Mark" == Mark Wielaard <mark@klomp.org> writes:
Mark> 2001-10-19 Mark Wielaard <mark@klomp.org>
Mark> * javax/naming/BinaryRefAddr.java: New file
Mark> * javax/naming/InitialContext.java: Compile fix
Mark> * javax/naming/InvalidNameException.java: Add comments
Mark> * javax/naming/Name.java: Ditto
Mark> * javax/naming/NamingException.java: Implement
Mark> * javax/naming/OperationNotSupportedException.java: Compile fix
Mark> * javax/naming/RefAddr.java: Implement
Mark> * javax/naming/StringRefAddr.java: Add comments and implement
Mark> * javax/naming/directory/InitialDirContext.java: Compile fix
Thanks, please check this in.
FYI I recently modified the comparison script so that it doesn't check
anything in javax.*. I did this because my understanding was that
javax.* classes would go into ClasspathX and not Classpath.
FWIW I've never liked the fact that there are two separate projects,
one for java.* and one for javax.*. However, I'm resigned to it. For
one thing dealing with ClasspathX means another licensing discussion.
I'm really burned out on those.
Tom