sbteclipse Questions
5
Solved
I am using sbt 0.13 and I would like to add sbteclipse plugin so that eclipse import my sbt project and I can write my scala code easily. While searching on the internet I got this link. I read all...
Wrist asked 23/9, 2014 at 12:54
6
Solved
I am trying to figure out how to make Eclipse recognize dependencies that are retrieved using SBT? SBT download the correct dependencies and puts them in my ~/.ivy directory but eclipse doesn't see...
Nitid asked 30/1, 2012 at 20:29
3
Solved
i have problems top use sbteclipse
What I have done:
went to my global sbt folder.
created a plugins folder
created the file plugins.sbt with addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse...
Harbin asked 19/10, 2012 at 23:47
3
I have been successfully using sbt-eclipse 3.0.0 for some time now. I recently upgraded to Play 2.3.8, and need to upgrade to sbt-eclipse 4.0.0 to avoid this problem. I tried updating project/plugi...
Captainship asked 29/6, 2015 at 16:35
2
Solved
This looks like an Ivy problem surfacing via sbt (0.11.2) when I invoke the sbt-eclipse plugin:
> eclipse with-source=true
...
[info] Resolving com.googlecode.linkedin-j#linkedin-j-core;1.0.416...
Sleeping asked 1/3, 2012 at 22:45
1
Solved
I have an sbt (0.13.1) project with a bunch of subprojects. I am generating eclipse project configurations using sbteclipse. My projects only have scala source files, so I want to remove the genera...
Emergence asked 7/11, 2014 at 20:11
3
I'm a high school teacher, and I'm using Scala to teach my Intro to
Programming class. It's a little scary, but I'm excited.
However, since these are beginners, I want to give them as simple a
pro...
Orazio asked 18/9, 2013 at 3:20
3
Solved
I am trying to use Eclipse as my IDE, and I have installed sbt as build tool and sbteclipse as build tool plugin for Eclipse. I followed a sbteclipse tutorial http://www.atsnippets.com/development/...
Worship asked 16/5, 2012 at 14:29
1
© 2022 - 2024 — McMap. All rights reserved.