Exec is used to run an external OS process
Slots
- exePathSource
-
Given a executable file turn it into a path to use for Exec:
- if running on Window's add the
.exe
extension - return
sys::File.osPath
- if running on Window's add the
- makeSource
-
new make(BuildScript script, Str[] cmd, File? dir := null)
- processSource
-
Process process
- runSource
-
override Void run()
Overrides build::Task.run
Doc inherited from build::Task.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.