sbt-netbeans-plugin icon indicating copy to clipboard operation
sbt-netbeans-plugin copied to clipboard

Import of sbt._ does not work in Netbeans

Open hyder opened this issue 13 years ago • 2 comments

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.

hyder avatar Apr 23 '11 00:04 hyder

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.

remeniuk avatar Apr 23 '11 19:04 remeniuk

sbt._ import works fine with sbt 0.9.x+

remeniuk avatar May 25 '11 07:05 remeniuk