distutils & Java components: a JavaExtension for distutils?

Bill Janssen janssen at parc.com
Mon Mar 8 16:32:23 EST 2004


Hi!

I'm putting together a package that is primarily Python but includes
some Java components.  I'd like to write a single setup.py file for
the whole thing, instead of using Makefiles, but I don't see any way
to build Java jar files under distutils.  Has anyone developed a
module for handling this?  Perhaps something like JavaExtension?

Bill




More information about the Python-list mailing list