sbt-eclipse
sbt-eclipse copied to clipboard
Wiki not updated after 2.5.0
I was trying to switch from 2.5.0 to 4.0.0; there are a lot of behavior changes that are either improperly documented or regressions.
For instance, I haven't yet gotten the new point of createSrc
: since it includes now everything by default, it seems you need it in the opposite scenarios.
Then there are #293 and #296 — they aren't documented, and it's not clear whether they're intended.
Probably that is why I am having huge issues in multiprojects builds, crossproject builds and builds with macroses. I simply cannot make them compile from eclipse, probably something important in docs is missing=(
@antonkulaga Maybe, but hand-waving like this isn't helpful. Could you make a proper bug report? Are the projects open source?
I have an working multi-project build available at https://github.com/inc-lc/ilc-scala, with version 3.0.0 of the plugin, and have used Eclipse on macro projects. (No experience with crosscompiled projects).
Some other things aren't supported AFAIK but can be avoided.
EDIT: Sorry, I've just seen #302, so you can ignore part of this comment.
Look at the latest commit in development branch of my scala-js-binding library There I have 500+ errors
the installation page is also outdated, it should be:
addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "4.0.0")