class build::FanScript

sys::Obj
  build::Task
    build::FanScript

Source

FanScript is used to compile a Fantom script into memory and run it via reflection.

args

Obj[] args

Source

compile

Pod compile()

Source

file

File file

Source

make

new make(BuildScript script, File file, Obj[]? args := null)

Source

Make with script name, arguments are Fantom arguments passed to main method (**not** command line string arguments)

run

virtual override Void run()

Source