the new single file undo mechanism urgently need work! It created a complete mess with
my code, an excerpt from which you can see below. Thanks to IntelliJ's peculiar file
handling/saving behavior, I wasnt even able to recover my previous saved state by
killing the process. Have to go back to my VCS and recover from the last committed
state.
- Christian
String aboxPath = (new File(exportDir, aboxName)).getCanonicalPath();
.log(TMKsaBOA.LOG_INFO, "imgftc.invoke", imgftc_anew Object []{batchId,
aboxPath, host} if(TMKsaBOA.execImgftc) {
//Aufruf von IMGFTC zum BOA/EGAS-Export.
String [] imgftc_args = {TMKsaBOA.imgFtcExe, batchId, aboxPath,
host, "Ksa"};
Process ingftc = Runtime.getRuntime().exec(imgftc_args, null);
_______________________________________________
Eap-list mailing list
[EMAIL PROTECTED]
http://www.intellij.com/mailman/listinfo/eap-list