mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-07 16:26:11 +02:00
dstore fix for 163197. the fix is a miner fix so in order to test it, the dstore_miners.jar needs to be updated.
This commit is contained in:
parent
e7e6ce5379
commit
3ba2e914bf
1 changed files with 1 additions and 30 deletions
|
@ -136,7 +136,7 @@ public class CommandMinerThread extends MinerThread
|
||||||
{
|
{
|
||||||
_cwdStr = System.getProperty("user.home");
|
_cwdStr = System.getProperty("user.home");
|
||||||
}
|
}
|
||||||
|
_status.setAttribute(DE.A_SOURCE, _cwdStr);
|
||||||
|
|
||||||
String theShell = null;
|
String theShell = null;
|
||||||
if (!_isWindows)
|
if (!_isWindows)
|
||||||
|
@ -377,35 +377,6 @@ public class CommandMinerThread extends MinerThread
|
||||||
_stdErrorHandler.setWaitTime(10);
|
_stdErrorHandler.setWaitTime(10);
|
||||||
_stdErrorHandler.start();
|
_stdErrorHandler.start();
|
||||||
|
|
||||||
if (_isOS400)
|
|
||||||
{
|
|
||||||
/*
|
|
||||||
//DKM - this isn't working properly from merge environments
|
|
||||||
// so I'm keeping these exports for now
|
|
||||||
try
|
|
||||||
{
|
|
||||||
_stdOutput.write("export QIBM_JAVA_STDIO_CONVERT=Y");
|
|
||||||
_stdOutput.write("export QIBM_USE_DESCRIPTOR_STDIO=I");
|
|
||||||
_stdOutput.write("\r");
|
|
||||||
_stdOutput.flush();
|
|
||||||
}
|
|
||||||
catch (IOException e)
|
|
||||||
{
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
sendInput("export PASE_STDIO_ISATTY=N");
|
|
||||||
|
|
||||||
sendInput("export QPTY_ISATTY=Y");
|
|
||||||
sendInput("export STDIO_ISATTY=Y");
|
|
||||||
sendInput("export TERMINAL_TYPE=REMOTE");
|
|
||||||
|
|
||||||
sendInput("export QIBM_PASE_DESCRIPTOR_STDIO=T");
|
|
||||||
sendInput("export QIBM_DESCRIPTOR_STDIN=CRLN=Y");
|
|
||||||
*/
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
getCurrentProccesses();
|
getCurrentProccesses();
|
||||||
queryCWD();
|
queryCWD();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue