class build::JarDist
sys::Obj build::Task build::JdkTask build::JarDist
JarDist compiles a set of Fantom pods into a single Java JAR file.
- doEtcFiles
- doReflect
-
static Void doReflect(Str podName, File podFile, |Uri,File->Bool| onFile) - doReflectPodManifest
-
static Void doReflectPodManifest(Str[] podNames, |Uri,File| onFile) - mainMethod
-
Str? mainMethodQualified name of main method to run for JAR. This must be a static void method with no arguments.
- mainMethodArg
-
Bool mainMethodArgDoes the main method accept a Str[] arg
- make
-
new make(BuildScript script)Construct uninitialized task
- outFile
-
File? outFileRequired output jar file to create
- podNames
-
Str[] podNames := Str[,]List of pods to compile into JAR; sys is always implied
- run
-
virtual override Void run()Run the javac task