zen0wu / sbt-maven-plugin

A sbt plugin which reads project definitions from pom.xml
Apache License 2.0
83 stars 16 forks source link

pom reference is relative, cannot load a pom within emacs+ensime #14

Open davidsiefert opened 9 years ago

davidsiefert commented 9 years ago

java.lang.AssertionError: assertion failed: [/tmp/ensime_update_31930x7c/./pom.xml] doesn't exist

I think maybe we just need to change the reference from relative to absolute? Working on a fix.

davidsiefert commented 9 years ago

Woops, wanted to include this too: at scala.Predef$.assert(Predef.scala:179) at com.github.shivawu.sbt.maven.Pom$.apply(Pom.scala:236) at com.github.shivawu.sbt.maven.MavenPlugin$.(MavenPlugin.scala:16) at com.github.shivawu.sbt.maven.MavenPlugin$.(MavenPlugin.scala)