mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
invoke JavaProgramPatcher on run, too
This commit is contained in:
@@ -82,7 +82,9 @@ public class DefaultJavaProgramRunner extends JavaPatchableProgramRunner {
|
||||
ExecutionResult executionResult;
|
||||
boolean shouldAddDefaultActions = true;
|
||||
if (state instanceof JavaCommandLine) {
|
||||
patch(((JavaCommandLine)state).getJavaParameters(), state.getRunnerSettings(), true);
|
||||
final JavaParameters parameters = ((JavaCommandLine)state).getJavaParameters();
|
||||
patch(parameters, state.getRunnerSettings(), true);
|
||||
runCustomPatchers(parameters, state.getRunnerSettings(), executor);
|
||||
final ProcessProxy proxy = ProcessProxyFactory.getInstance().createCommandLineProxy((JavaCommandLine)state);
|
||||
executionResult = state.execute(executor, this);
|
||||
if (proxy != null && executionResult != null) {
|
||||
|
||||
Reference in New Issue
Block a user