triplequote / intellij-scala

Scala plugin for IntelliJ IDEA

Home Page:http://blog.jetbrains.com/scala/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Set hydra.log location

dotta opened this issue · comments

In idea the hydra.log should be located under the <project-root>/.hydra/idea/ folder. To set the hydra.log location just call System.setProperty("hydra.logFile", "<project-root>/.hydra/idea/hydra.log") when the HydraPlugin is started.

Also, make sure that if the remote server is used for compiling the Scala code, then the system property is passed to the JVM used by the remote server (this should boil down to pass -Dhydra.logFile="<project-root>/.hydra/idea/hydra.log" to the JVM).