class build::Exec

sys::Obj
  build::Task
    build::Exec

Source

Exec is used to run an external OS process

exePath

static Str exePath(File exe)

Source

Given a executable file turn it into a path to use for Exec:

  • if running on Window's add the .exe extension
  • return File.osPath
make

new make(BuildScript script, Str[] cmd, File? dir := null)

Source

process

Process process

Source

run

virtual override Void run()

Source