> > Here's another feature request: I'd like to be able to say "--jar > > BigJar.jar", but not have the classes in it stubbed, > > What do you mean by 'stubbed' ?
I mean, generate Python stubs for all the classes in the jar file. If you specify "--classpath Foo.jar" to JCC, it will use the classes in the jar file to "link" against, but won't stub them unless explicitly asked to. If you use the "--jar Foo.jar" argument instead, it does three things: uses the jar file to "link" against, copies the jar file to the extension bundle, and generates stubs for each class found in the jar file (unless explicitly told not to). I'd like to be able to specify a jar file that would be part of the classpath, and included in the bundle, but not automatically stubbed. Bill _______________________________________________ pylucene-dev mailing list [email protected] http://lists.osafoundation.org/mailman/listinfo/pylucene-dev
