A framework for building binary and source packages.
Builds a Binary Package of the given source files.
env.Package(source = FindInstalledFiles())
The Java archive tool.
The directory to which the Java archive tool should change
(using the
option).
The command line used to call the Java archive tool.
The string displayed when the Java archive tool
is called
If this is not set, then &cv-JARCOM; (the command line) is displayed.
env = Environment(JARCOMSTR = "JARchiving $SOURCES into $TARGET")
General options passed to the Java archive tool.
By default this is set to
to create the necessary
jar
file.
The suffix for Java archives:
.jar
by default.