Here's a suggestion/wish for classpath.
What I would like is an easy way to pick a particular package and
build a jar file for it.
For instance, I tried using classpath's java.beans package with
Kaffe. It works great (better than Kaffe's java.beans at the moment),
but I had to go through the classpath tree and collect the various
gnu/whatever and other .java files needed to implemented java.beans.
It would be cool to simply say "make java.beans" or some such
and get a beans.jar that has only the java.beans (plus helper classes)
in it. Or beans.jar and libbeans.so, if beans had native methods.
- Godmar