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

Plugin for sbt to create Eclipse project definitions

Results 76 sbt-eclipse issues
Sort by recently updated
recently updated
newest added

I created inner project using guidelines from [Documentation](http://www.scala-sbt.org/1.0/docs/Multi-Project.html) Project compiles under SBT and runs correctly, but when I invoke ```eclipse``` it: 1) Doesn't honor ```EclipseKeys.withSource := false``` and ```EclipseKeys.withJavadoc :=...

Hi, I just tried the plugin as mentioned in README to put that line into plugins.sbt. It's failure to run eclipse and got following information: [info] Resolving jline#jline;2.12.1 ... [warn]...

Hi, I am working on eclipse for last one year. Now I faced an issue in using scala project settings instead of default. Eclipse cannot apply the scala installation. I...

When I link my projects together in a certain way, sbt produces this error when running `sbt eclipse`. ``` [info] About to create Eclipse project files for your project(s). [error]...

I would love to be able to customize the link names created by [`createLinkName`](https://github.com/sbt/sbteclipse/blob/264e4bbbc5ba90839f18b4c7afd9d00da26c3695/src/main/scala-sbt-1.0/com/typesafe/sbteclipse/core/Eclipse.scala#L258). Currently doing a [crossProject](https://github.com/portable-scala/sbt-crossproject) results in some enormous link names for me. It becomes pretty tedious...

1. motivation: most SBT projects are ignorant of the eclipse environment, in the sense, of how things are named in the workspace, and possible name conflicts 2. for example *...

Based on scala version sbteclipse should append following properties into e.g. for scala version 2.10 projects .settings/org.scala-ide.sdt.core.prefs ``` scala.compiler.additionalParams=...-Xsource\:2.10 scala.compiler.installation=2.10 ```

There appears to be an issue with shared sources in ScalaJS crossProject builds with Eclipse. Consider a standard setup of ```sbt lazy val test = crossProject.in(file(".")). settings( name := "Test",...

I have created special folders and sbt tasks for integration tests and end-to-end tests, following these instructions: https://orrsella.com/2014/09/24/integration-and-end-to-end-test-configurations-in-sbt-for-scala-java-projects/ . I expected sbteclipse to automatically add ``` ``` to `.classpath`. But...

On Mac Os X, when upgrading an Akka project from sbt 0.13.15 to sbt 1.0.1 I get a java.lang.ClassNotFoundException: scala.Int when starting the actor system (things go smoothly when upgrading...