Skip to content
This repository was archived by the owner on Nov 28, 2022. It is now read-only.

Commit 671db59

Browse files
maysunfaisalRajiv Nathan
authored and
Rajiv Nathan
committed
Update IDC for Win check
Signed-off-by: Maysun J Faisal <[email protected]>
1 parent b63c501 commit 671db59

File tree

1 file changed

+1
-1
lines changed
  • src/pfe/iterative-dev/idc-java/IDC/src/org/eclipse/codewind/iterdev

1 file changed

+1
-1
lines changed

src/pfe/iterative-dev/idc-java/IDC/src/org/eclipse/codewind/iterdev/IDC.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -542,7 +542,7 @@ private static void startServer(IDCContext context, String curRunCmd, DBMap appD
542542
StatusTracker.updateProjectState(context, "app", "starting", null, null);
543543

544544

545-
String logPathPrefix = HOST_OS.contains("windows") ? "/tmp/liberty/" : "/home/default/app/mc-target/";
545+
String logPathPrefix = context.isWin() ? "/tmp/liberty/" : "/home/default/app/mc-target/";
546546
String messagesLog = logPathPrefix + "liberty/wlp/usr/servers/defaultServer/logs/messages.log";
547547
Logger.info("Touching application messages log: " + messagesLog);
548548
boolean logFileTouched = BuildApplicationTask.touchLogFile(curRunCmd, messagesLog, context);

0 commit comments

Comments
 (0)