Note that there are some explanatory texts on larger screens.

plurals
  1. POjava.io.IOException when running sbt from ensime?
    text
    copied!<p>I have tried ensime/sbt on mac os. First, I open the .scala file in project folder create from using sbt in command-line, then I ran ensime and it still work fine, but whenever I run ensime-sbt (c-c c-v s), I got</p> <pre><code>java.io.IOException: No such file or directory at java.io.UnixFileSystem.createFileExclusively(Native Method) at java.io.File.createNewFile(File.java:883) at xsbt.boot.Locks$.apply0(Locks.scala:34) at xsbt.boot.Locks$.apply(Locks.scala:27) at scala.collection.Iterable$class.$init$(Proxy.scala:32) at xsbt.boot.Launch$ScalaProvider.&lt;init&gt;(Launch.scala:107) at xsbt.boot.Launch$$anonfun$1.apply(Launch.scala:83) at org.apache.ivy.plugins.namespace.NamespaceRule.newEntry(Cache.scala:17) at org.apache.ivy.plugins.namespace.NamespaceRule.apply(Cache.scala:12) at xsbt.boot.Launch.getScala(Launch.scala:85) at xsbt.boot.Launch$.run(Launch.scala:49) at xsbt.boot.Launch$$anonfun$explicit$1.apply(Launch.scala:43) at xsbt.boot.Launch$.launch(Launch.scala:68) at xsbt.boot.Launch$.apply(Launch.scala:14) at xsbt.boot.Boot$.runImpl(Boot.scala:24) at xsbt.boot.Boot$.main(Boot.scala:15) at xsbt.boot.Boot.main(Boot.scala) Error during sbt execution: java.io.IOException: No such file or directory Process sbt exited abnormally with code 1 </code></pre> <p>I tried using sbt from command-line and everything works from there (compile/run/console). I'm using sbt 0.10.1 and latest binary ensime on emacs24 (2011/07/24) on mac os.</p> <p>Any idea that I'm doing it wrong ?</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload