Questions tagged [sbteclipse]

Plugin for sbt to create Scala IDE for Eclipse project definitions.

73 questions
0
votes
0 answers

classpathentry for lazy val project

in defining service description in lagom documents, I have defined a service as follow: lazy val userApi = project("user-api") .settings( version := "1.0-SNAPSHOT", libraryDependencies += lagomJavadslApi ) lazy val userImpl =…
Amir-Mousavi
  • 4,273
  • 12
  • 70
  • 123
0
votes
1 answer

sbt.ResolveException play-bootstrap-SNAPSHOT

I am trying to build this project for Eclipse. here are the errors that I have no clue what to do [warn] :::::::::::::::::::::::::::::::::::::::::::::: [warn] :: UNRESOLVED DEPENDENCIES :: [warn] …
Amir-Mousavi
  • 4,273
  • 12
  • 70
  • 123
0
votes
1 answer

Couldn't set up a simple scala project

I have not code for a few years and now trying to get back into the game. I am trying to set up a very simple scala project HelloWorld and getting the following error message when I try to compile from sbt console. I was adding sbteclipse plugin to…
Michael
  • 163
  • 2
  • 7
0
votes
1 answer

Override eclipse project name?

It appears the sbteclipse plugin generates the name in .project from the playframework project name (also the folder name). Is there a way to override this? I have two apps that I'm developing, both named 'web' (but in different nested…
T Greer
  • 43
  • 5
0
votes
0 answers

Multi-project .sbt build definition format breaks plugins

According to the sbt documentation: The current recommendation is to use Multi-project .sbt build definition. When I try to implement this as per the documentation's example, sbt no longer recognizes the sbt-assembly and sbteclipse plugins I added…
Leo Orientis
  • 841
  • 11
  • 19
0
votes
1 answer

Error trying to import Play project into Eclipse

I'm running Play 2.4, and trying to import a project into eclipse. I added to the project build.sbt: addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "4.0.0") When I run activator compile (as indicated by the tutorial): activator…
ps0604
  • 1,227
  • 23
  • 133
  • 330
0
votes
0 answers

IBM Social Business Toolkit - Create an activity

I am trying to create an activity by using IBM SBT but this does not work. My IBM SBT version is 1.1.11.20151208-1200 (the latest). The IBM Connections Version is 5.0 CR3. I have had a look at the IBM example from: IBM Documentation - Creating…
SiriSch
  • 180
  • 1
  • 3
  • 16
0
votes
0 answers

too many unnecessary directories created

I'm using sbteclipse from the command line and getting a lot of directories I don't want -- it creates a very spammy-looking directory structure, and I want a clean structure. 14:59 $ find…
ether_joe
  • 1,068
  • 1
  • 13
  • 32
0
votes
1 answer

Eclipse SBT Dependency Library

After I want to use activator eclipse commond, I should see the project with all jars in SBT Dependency Library container with eclipse project,Just like Maven Dependencies container.How to do it? or do not sbteclipse plugin have the function?
Hao Li
  • 1
  • 1
0
votes
1 answer

eclipse gives error on start up after adding sbteclipse plugin

I add sbt eclipse plug-in .First I created the project named hello the in project directory i created a file named plugins.sbt and add this line in it addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "2.5.0") and after the sbt> I…
swaheed
  • 3,671
  • 10
  • 42
  • 103
0
votes
1 answer

sbt eclipse command changed files and packages

I created a new Scala project in eclipse then added a package and Scala object , So far so good ... i want to add external library so i added a project folder with build.properties plugins.sbt files,and another file build.sbt in the root project. …
MIkCode
  • 2,655
  • 5
  • 28
  • 46
0
votes
1 answer

Trouble using sbteclipse

I get the following message when I try to run sbt: [warn] com.typesafe.sbteclipse:sbteclipse-plugin:2.1.0-M2 (sbtVersion=0 .12, scalaVersion=2.9.2) [warn] sbt.ResolveException: unresolved dependency:…
Joe
  • 7,922
  • 18
  • 54
  • 83
-1
votes
1 answer

How to use sbt eclipse plugin to put all dependencies in eclipse Library Folder ClasspathContainer?

After I run activator eclipse command and import project into eclipse, we can see all dependencies be separated. I want to put all dependencies(jar) into a Library Folder ClasspathContainer when i run activator eclipse. So how to do it?
1 2 3 4
5