logo

class

build::CompileJava

sys::Obj
  build::Task
    build::JdkTask
      build::CompileJava

Run the Java compiler to produce a directory of Java classfiles.

Slots

cp

File[] cp

Class path - list of jars to compile against, rt.jar is automatically included

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

List of source files or directories to compile