Getting a status/result (console output?) of a custom configuration execution Follow
Hey,
I'm running a custom configuration in my plugin using the following code. How do I get the status/result (exit code, stdout, stderr) for this execution?
ProgramRunnerUtil.executeConfiguration(getProject(), runnerAndConfigurationSettings, executor);
Please sign in to leave a comment.