logo

class

build::FanScript

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

FanScript is used to compiler a Fan script into memory and run it via reflection.

Slots

args

Obj[] args

Source

compile

Pod compile()

Source

file

File file

Source

make

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

Source

run

override Void run()

Run this task. If there is an error, the report them via the script's log and throw FatalBuildErr if the script should be terminated.

Source