sbt-eclipse
sbt-eclipse copied to clipboard
issue installing sbteclipse
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
When you type sbt about, does it show the sbteclipse as part of the available plugins?
#291 suggests switching to SBT 0.13.8. Maybe this bug can be closed then?
... Maybe it might be closed, also because progress is impossible without the reporter providing further info.
I have the same problem, when I type sbt about, sbteclipse does not show up as part of the available plugins.
@linhmtran168 What's your SBT version?
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.