class build::Exec
sys::Obj build::Task build::Exec
Exec is used to run an external OS process
- exePath
-
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
- if running on Window's add the
- make
-
new make(BuildScript script, Str[] cmd, File? dir := null)
- process
-
Process process
- run
-
virtual override Void run()