sbt-eclipse icon indicating copy to clipboard operation
sbt-eclipse copied to clipboard

Wiki not updated after 2.5.0

Open Blaisorblade opened this issue 9 years ago • 4 comments

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.

Blaisorblade avatar Jul 25 '15 13:07 Blaisorblade

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 avatar Aug 28 '15 00:08 antonkulaga

@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.

Blaisorblade avatar Aug 28 '15 17:08 Blaisorblade

Look at the latest commit in development branch of my scala-js-binding library There I have 500+ errors screenshot from 2015-08-29 02 33 24

antonkulaga avatar Aug 28 '15 23:08 antonkulaga

the installation page is also outdated, it should be:

addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "4.0.0")

patriknw avatar Jan 14 '16 08:01 patriknw