sys::Obj build::Task build::FanScript
FanScript is used to compiler a Fan script into memory and run it via reflection.
Obj[] args
Source
Pod compile()
File file
new make(BuildScript script, File file, Obj[] args := null)
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.