}
BaseOSProcessHandler handler = new BaseOSProcessHandler(process, commandLine.getCommandLineString(), Charset.defaultCharset());
ProcessAdapter adapter = new ErlangCompilerProcessAdapter(context, NAME, "");
handler.addProcessListener(adapter);
handler.startNotify();
handler.waitFor();
}
private static GeneralCommandLine getErlcCommandLine(ErlangTarget target,
CompileContext context,
ErlangCompilerOptions compilerOptions,