> > Would it make sense to add this script to classpath and introduce a > configure option like Tom added for the collection classes? > http://developer.classpath.org/pipermail/classpath-patches/2006-March/000755.html > It would depend on the maintainer. At the moment my script is not automated enough to be called like that. My script does tricks like replacing the "package java.util.zip;" in all the .java files with "package net.sf.jazzlib;" and then compiling those new java files. This would have to be fit into the autoconf framework for choosing the compiler and the output directory etc. John > Hi John, > > On Fri, 2006-03-03 at 18:46 +0700, John Leuner wrote: >> For a while I produced releases of jazzlib using the java.util.zip >> sources >> in Classpath. >> >> I have a little script (in lib/jazzlib): >> >> http://cvs.savannah.gnu.org/viewcvs/classpath/lib/jazzlib/makeJazzlibDist.sh?rev=1.5&root=classpath&view=markup >> >> which produces a source release as tar or zip and .class files as a zip >> or >> jar file. >> >> It also does a bit of hackery to produce a second version, with all code >> in the net.sf.jazzlib namespace ... so that this library can be used as >> an >> alternative to the standard java.util.zip shipped with the runtime. > Cheers, > > Mark >