Questions tagged [sbteclipse]

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

73 questions
1
vote
1 answer

Install scalatest in Scala IDE for Eclipse

I have installed Eclipse Luna. Then I installed Scala IDE via Help -> Install new software and adding software site with link from here. Then I installed sbt 0.13 and sbteclipse using this mini-guide and created eclipse project. Then I installed…
Vadim Samokhin
  • 3,378
  • 4
  • 40
  • 68
1
vote
1 answer

Why I can't run sbt after I installed it?

I followed the instruction "brew install sbt" and tried to run it using sbt. But I got this. I don't know why. Should I do some extra steps? java.io.IOException: Not a directory at java.io.UnixFileSystem.createFileExclusively(Native Method) …
hidemyname
  • 3,791
  • 7
  • 27
  • 41
1
vote
1 answer

Scala IDE and classpath

I have a Scala project I share via git between two (windows) machines. I have them set up using SBT and sbt-eclipse so I can edit and test within eclipse or build and test from the command-line. Unfortunately my user name (and, therefore, the user…
melston
  • 2,198
  • 22
  • 39
1
vote
2 answers

Generating Eclipse project for Play 2 application with multiple modules?

From Activator UI, I generated a new play application play-angularjs-webapp-seed. This application contains three modules modules/db, modules/common and modules/users. When I generate an Eclipse project using sbt eclipse, and import it into Eclipse,…
tuxdna
  • 8,257
  • 4
  • 43
  • 61
1
vote
2 answers

How can I show a source directory to sbteclipse without adding it to the Compile or Test configuration

I have tests under sbt's unmanagedSourceDirectories in the IntegrationTest configuration that I want to keep separate from the Test configuration. Is there a way to have sbteclipse add that source directory to the eclipse .classpath file without…
GreenMachine
  • 342
  • 2
  • 10
1
vote
2 answers

sbteclipse 2.4.0 doesn't work with sbt 0.13.1 and Scala 2.10.3, on Fedora 20 XFCE

I have a problem where my Scala project will not build in sbt 0.13.1 and Scala 2.10.3 unless I DO NOT try to add the sbteclipse plugin (2.4.0). I recently switched from Linux Mint 14 Xfce to Fedora 20 Xfce. When I was on Linux Mint 14, I developed…
crimsonpig
  • 11
  • 2
1
vote
0 answers

how to get sbteclipse to work with unmanagedBase in Provided scope?

Snippet from my build.sbt file: EclipseKeys.configurations := Set(Compile, Test, Provided) unmanagedBase in Provided := new java.io.File("/path/to/external/libdir") But when I run sbt eclipse I get this: [info] About to create Eclipse project…
ishaaq
  • 6,329
  • 3
  • 16
  • 28
1
vote
1 answer

'J' icon for .scala files?

In eclipse, my sbt files show the 'J' symbol in the icon, rather than the superman 'S' symbol I expect to see for scala files. Not a kryptonite-serious problem, but how do I fix it? generated via sbt-eclipse plugin 2.4.0, sbt 0.13.1-RC2, eclipse…
Lee Mighdoll
  • 1,168
  • 1
  • 10
  • 14
1
vote
2 answers

sbteclipse doesn't create a Scala project by default?

I just want to create a directory layout for my scala project with sbt and sbteclipse. Following is my sbt file. import com.typesafe.sbteclipse.plugin.EclipsePlugin.EclipseKeys name := "BGS" organization := "com.example" version :=…
biocyberman
  • 5,675
  • 8
  • 38
  • 50
0
votes
1 answer

How to install sbt-eclipse plugin?

I've followed the sbt documentation on how to install the sbt-eclipse plugin, but I keep getting errors in the sbt shell. I'm using Windows 10 Pro, sbt v1.3.3, and Eclipse v4.7.0 (in ~\Documents\eclipse). My hello-world\build.sbt file is very…
0
votes
0 answers

Eclipse doesn't recognise Play framework

I am trying to integrate Hello world play project for the first time with Eclipse using java. Eclipse can't resolve views.html.index. Do I need to install anything to have Play framework support in Eclipse? I followed page…
0
votes
1 answer

sbteclipse: create build.sbt and plugins.sbt

I have downloaded sbt and to resolve the proxy maven repository errors, I have created repositories files with my-maven-proxy-releases: under ~/.sbt When I do a sbt about, I get the below…
Aavik
  • 967
  • 19
  • 48
0
votes
1 answer

Spark Scala app not running in eclipse using sbt

i, I have followed the below link and created a spark scala application in Eclipse using sbt eclpise plugin.…
SuSri
  • 23
  • 3
0
votes
1 answer

Can not download jars when building scala project with sbteclipse?

As shown in the picture, when I build scala project with sbteclipse and import to eclipse, when changing build.sbt , jars are downloaded to my computer but not to scalaProject. I do not know why. Can someone help me? scala version: 2.11.8 sbt…
0
votes
3 answers

Not a valid command: eclipse (similar: help, alias)

C:\Users\Shweta\Hi>sbt Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0 [info] Loading global plugins from C:\Users\Shweta.sbt\0.13\plugins [info] Loading project definition from…