Mark Wielaard ([EMAIL PROTECTED]) wrote:
> I am cleaning up and finishing my java.util.jar implementation.
> But Classpath does not have a java.util.zip implementation yet.
> Would it be ok to imported the java.util.zip java files from libgcj
> into Classpath if I added documentation and the standard copyright header?
> There are already 3 files in java/util/zip but they don't have any javadoc
> and also not the standard copyright header. They refer to the LIBGCJ_LICENSE
> or LIBJAVA_LICENSE which are not in the Classpath cvs tree.
>
> Or can't this be done until there is a JNI implementation of the native
> code? What is the status of the Classpath/libgcj JNI/CNI issue?
> Jochen Hoenicke had converted the libgcj CNI files to JNI using a Perl
> script that he wrote. Could we add these files to classpath?
> See <http://www.Informatik.Uni-Oldenburg.DE/~delwi/classpath/JCL/>.
>
> Should I add a Makefile[.am] to the new java/util/jar directory?
> And if yes, what should be in that file and what does this do?
java.util.zip is not merged completely due to the JNI/CNI issues you mentioned.
Makefile.am is the automake file used to generate the ultimate Makefile.
In our current implementation, I believe all the Makefile.am in java
source directories do is make sure the files get included in a package
build. Look at another directory for an example.
You'll also need to add zlib to the configure.in. Maybe Brian Jones can
help with that.
--
Aaron M. Renn ([EMAIL PROTECTED]) http://www.urbanophile.com/arenn/