logo

class

build::CompileFan

sys::Obj
  build::Task
    build::CompileFan

Run the fan compiler to produce a Fan pod.

Slots

includeDoc

Bool includeDoc := false

Source

includeSrc

Bool includeSrc := false

Source

make

new make(BuildPod script)

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