I followed the instructions described on the sbt eclipse wiki (https://github.com/typesafehub/sbteclipse/wiki/Using-sbteclipse) for getting eclipse support for the sbt build definition itself. Unfortunately, the generated eclipse project does not have sbt itself added to the library dependencies, so eclipse is unable to compile anything cleanly. Should this work? Is there something else I need to do to be able to work on my build definition in eclipse?--
You received this message because you are subscribed to the Google Groups "simple-build-tool" group.
To view this discussion on the web visit https://groups.google.com/d/msg/simple-build-tool/-/TxRZuMgzLcIJ.
To post to this group, send email to simple-b...@googlegroups.com.
To unsubscribe from this group, send email to simple-build-t...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/simple-build-tool?hl=en.
skip-parents=false is mandatory when running eclipse on the sbt plugins project.
Very unsure of why, but that may help?
skip-parents=false is mandatory when running eclipse on the sbt plugins project.
Huh, I'm on 2.0.0, wonder if it was an issue back then?