Package pyb :: Package tasks :: Module jython
[show private | hide private]
[frames | no frames]

Module pyb.tasks.jython

Tasks related to Jython.

Copyright (C) 2004 Aetrion LLC

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
Function Summary
  jythonc(basedir, modules, package, jarfile, workingdir, deep, core, all, addpackages, jythonc, compiler, compileropts)
Compile python classes into Java class files.

Function Details

jythonc(basedir='', modules=[], package=None, jarfile=None, workingdir=None, deep=False, core=False, all=False, addpackages=[], jythonc=None, compiler=None, compileropts=None)

Compile python classes into Java class files.
Parameters:
basedir - The base directory
modules - List of python modules (either .py or modules in path)
package - The package name to use
jarfile - The JAR file to output to
workingdir - Directory where java source code is placed
deep - Compile python dependencies (for applets)
core - Include core Python libraries (130k)
all - Everything in core plus the compiler and parser
addpackages - Include Java dependencies from the given packages
compiler - The path to the compiler to use
compileropts - Options to pass to the compiler

Generated by Epydoc 2.1 on Fri Apr 23 15:39:19 2004 http://epydoc.sf.net