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

issue installing sbteclipse

Open ggdhines-zz opened this issue 9 years ago • 6 comments

I've followed the instructions to try installing sbteclipse but things aren't working. As far as I can tell, this code shows that I have followed the instructions exactly: ~/.sbt/0.13/plugins$ more plugins.sbt addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "3.0.0") Then in sbt, I get

eclipse [error] Not a valid command: eclipse (similar: help, alias) [error] Expected '/' [error] Expected ':' [error] Not a valid key: eclipse (similar: deliver, licenses, clean) [error] eclipse [error] ^

I've seen this error discussed elsewhere but I've never seen a solution. I'm new to Scala but it seems as if something is missing from the instructions.

Cheers

ggdhines-zz avatar May 07 '15 10:05 ggdhines-zz

When you type sbt about, does it show the sbteclipse as part of the available plugins?

kiritsuku avatar May 21 '15 22:05 kiritsuku

#291 suggests switching to SBT 0.13.8. Maybe this bug can be closed then?

Blaisorblade avatar Jul 21 '15 12:07 Blaisorblade

... Maybe it might be closed, also because progress is impossible without the reporter providing further info.

Blaisorblade avatar Jul 21 '15 12:07 Blaisorblade

I have the same problem, when I type sbt about, sbteclipse does not show up as part of the available plugins.

linhmtran168 avatar Jul 27 '15 08:07 linhmtran168

@linhmtran168 What's your SBT version?

Blaisorblade avatar Jul 27 '15 08:07 Blaisorblade

At first, I use activator tool and the sbt version is 13.2. After that, i use sbt version 0.13.8, but it's still not working.

linhmtran168 avatar Jul 27 '15 09:07 linhmtran168