
Run the Java compiler to produce a directory of Java classfiles.
Slots
- cp
-
File[] cp := File[,]
Class path - list of jars to compile against, rt.jar is automatically included
- cpAddExtJars
-
Void cpAddExtJars()
Add all the jars found in lib/java/ext and lib/java/ext/os to the class path.
- cpAddJars
-
Add all the jar files found in the specified directory to the classpath.
- make
-
new make(BuildScript script)
Construct uninitialized javac task
- outDir
-
File outDir
Output directory
- run
-
override Void run()
Run the javac task
- src
-
File[] src := File[,]
List of source files or directories to compile