sbt-netbeans-plugin
sbt-netbeans-plugin copied to clipboard
Import of sbt._ does not work in Netbeans
Import of sbt._ does not work in Netbeans. The project also complains about broken references:
sbt_2.7.7-0.7.5.jar ivy_2.7.7-0.7.5.jar ...
etc.
Broken references are fixed now (master / published jar v0.0.3) - absolute paths are used instead of relative in plugin-projects (SBT seems to return incorrect relative paths for jars in boot/scala/lib). Adding SBT jars to the classpath explicitly doesn't help with the sbt._ issue - though SBT compiles the project just fine, Netbeans shows red-line erorrs for SBT classes.
sbt._
import works fine with sbt 0.9.x+