JarDist compiles a set of Fantom pods into a single Java JAR file.
Slots
-
private Void cleanupTempDir()
-
private Void etcFiles()
-
private Void initTempDir()
-
private Void jar()
-
private Void main()
- mainMethodSource
-
Str? mainMethod
Qualified name of main method to run for JAR. This must be a static void method with no arguments.
- makeSource
-
new make(BuildScript script)
Construct uninitialized task
-
private Void manifest()
-
private File? manifestFile
- outFileSource
-
File? outFile
Required output jar file to create
- podNamesSource
-
Str[] podNames := Str[,]
List of pods to compile into JAR; sys is always implied
- runSource
-
override Void run()
Overrides build::JdkTask.run
Run the javac task
-
private Void sysClasses()
-
private File? tempDir