type
JarDist
JarDist compiles a set of Fantom pods into a single Java JAR file.
constructors
make |
Construct uninitialized task |
---|
fields
mainMethod |
Qualified name of main method to run for JAR. |
---|---|
mainMethodArg |
Does the main method accept a Str[] arg |
outFile |
Required output jar file to create |
podNames |
List of pods to compile into JAR; sys is always implied |
methods
run |
Run the javac task |
---|
Slot Details
mainMethod
mainMethodArg
make
src
new make(BuildScript script)
Construct uninitialized task