Tagged Questions

The Scala IDE is the Eclipse plugin for Scala. For more information, please see https://www.assembla.com/spaces/scala-ide/wiki. To raise bugs against the Scala IDE, see https://www.assembla.com/spaces/scala-ide/tickets.

learn more… | top users | synonyms

15
votes
10answers
5k views

What is the current state of the Scala Eclipse plugin?

Is the current Scala Eclipse plugin (http://www.scala-lang.org/node/94) usable? I keep reading that its unstable and buggy, even unusable. See previous thread: ...
14
votes
3answers
940 views

Errors in Eclipse for Scala project generated by Play Framework

I would like to use Eclipse as IDE for a Scala web application using Play Framework. I downloaded Eclipse 3.6.2. Then I installed Scala IDE 2.0 (beta) for Eclipse. I downloaded Play Framework 1.2.2RC1 ...
5
votes
1answer
331 views

Scala+Android: Is anybody successfully building and debugging in Eclipse?

So far, the only way I've been able to debug within Eclipse is to use Treeshaker with Scala IDE's buggy 2.8 branch. If I try to build with Scala IDE without Treeshaker, I get ClassNotFound errors per ...
5
votes
4answers
2k views

Scala project won't compile in Eclipse; “Could not find the main class.”

I have installed Eclipse 3.5.2 and today's Scala plugin from /update-current (that's Scala 2.8 final.) I can compile and run Scala projects consisting of a single singleton object that implements ...
4
votes
1answer
159 views

How to get Scala Compiler Plugin to work in Scala IDE

Note: This is an exact repost of the same question on the Scala-IDE mailing list, where I got zero reply and gave up waiting after 5 days. I'm writing a Scala Compiler Plugin. It's currently called ...
4
votes
1answer
122 views

Eclipse Scala plug-in: “illegal cyclic inheritance”

I just updated to the latest Scala-IDE version on Eclipse, and it's highlighting loads of spurious "illegal cyclic inheritance" errors in code I know to be OK (it was before, and it still compiles and ...
3
votes
2answers
128 views

Scala-IDE or Scala unjustified syntax ambiguity

I am learning Scala with Scala-IDE in Eclipse. While following the Chapter 9: Control Abstraction, part 1: Reducing Code Duplication in the Programming in Scala book, I have written the code from the ...
3
votes
2answers
150 views

How to create Scala project in proper way?

I would like to create project in scala, with proper directory structure, test directory etc. I'm completly new in Java stuff, so please tell me how to do it? Which tools (maven?) should I use? How to ...
3
votes
1answer
97 views

Add scala test to scala eclipse project

I started with scala with eclipse and I have problems with adding ScalaTest to my project. I have already downloaded ScalaTest, but what next? I just starting with jvm and feel lost...
3
votes
2answers
90 views

Enable Task Tags in Scala IDE for Eclipse

Is there a way to enable TODO/FIXME/etc type tasks in the Scala IDE for eclipse? The only TODO's that I see are for .java files.
3
votes
1answer
94 views

Need help getting up & running w/ a Scala/Java project

Background: I am a C# developer, but my next project needs to be on the JVM. I have researched Scala and I think that it lets me to what I can in C# (Lambdas, inferred types, functional-style, etc). ...
3
votes
2answers
358 views

Adding and removing dependencies with SBT and Scala IDE

I've been experimenting with SBT and the Scala IDE (Eclipse) and I'm wondering - what's the standard workflow for adding and removing dependencies from your build.sbt file where the project's ...
2
votes
1answer
49 views

Eclipse and Scala-IDE source files encoding bug?

I am working on a simple project in Eclipse in Scala-IDE. The project makes use of someone else's library (which comes in *.java source files, not in a jar). The library source files contain numerous ...
2
votes
1answer
99 views

How to make Scala implicits explicit in Eclipse

According to "Programming in Scala" one can pass the argument -Xprint:typer to the compiler and gets the code back as it looks after all the implicites are actually applied. I also found that I can ...
2
votes
1answer
107 views

Public variables in Scala?

Are there public instance variables anymore in Scala? I'm reading Programming in Scala, which covers Scala 2.8. If I'm understanding it correctly, it claims that vars in 2.8 are by default public. ...
2
votes
2answers
158 views

Eclipse: How can I install an older plugin version from an update site?

I want to determine if downgrading one of my Eclipse plugins to the previous version fixes the problem I have. I was wondering if there is a general method using the plugin's Eclipse update site that ...
2
votes
1answer
151 views

@Test method in Scala trait not found

does somebody know why @Test annotated methods which are inherited from a Scala trait are not found by the JUnit 4 test runner? It gives me "No JUnit tests found". class FooTests extends BarTesting ...
2
votes
1answer
324 views

Scala execution times in Eclipse

There's something fishy going on when I run Scala programs from Eclipse. I run an App object and it takes 7.8 s to run (actual execution time timed with System.nanoTime in the object). When I run the ...
1
vote
2answers
90 views

Access the Eclipse Scala compiler from the terminal

I'm just starting out with Scala (trying to setup Eclipse, Lift and SBT on Mac Lion) and I'm not sure if I need the scala compiler through homebrew or can I just use the built in Eclipse Scala ...
1
vote
2answers
91 views

Scala-IDE or Scala strange import behavior

I am working on a small Scala project. I have the following issue with 'import': If, at the top of one of my files, I import two thing with these commands: import main.Main._ import main.game.Game ...
1
vote
3answers
124 views

What is the purpose of @Test annotation applied to a class in Scala?

I have a project in Java with JUnit tests in Scala. Each test class is annotated with @Test: import org.junit.Test @Test class SomeTest { ... } JUnit API says that @Test is a method annotation. ...
1
vote
3answers
122 views

Eclipse not recognizing Scala code

I have Eclipse Indigo with the Scala IDE plugin. I downloaded a lift project from Maven. It builds correctly. Eclipse says it is viewing it with the Scala editor. However, it is still giving my an ...
1
vote
1answer
120 views

Scala library in build path doesn't expose its version (Android App Dev)

I am receiving the following error when I add android-scala.jar to the build path of my android application: The scala library found in the build path doesn't expose its version. Please replace the ...
1
vote
1answer
60 views

MWE2 Workflow component with Scala language

I'm trying to write a MWE2 workflow component using scala language. Below is the scala code: package com.ford.modelling.workflow import org.eclipse.emf.mwe2.runtime.workflow.{IWorkflowComponent, ...
1
vote
1answer
171 views

Scala Eclipse plugin doesn't show mouse hover documentation

I just installed the Scala IDE Eclipse plugin with a fresh install of Eclipse Indigo. I followed the getting started youtube video on the scala-ide.org main page on a fresh installation of Indigo. ...
1
vote
2answers
177 views

Scala REPL in Eclipse does not see my own classes

I created a Java / Maven project in Eclipse, and added the Scala nature. Eclipse can compile my Scala classes (when they are correct), but if I create a Scala interpreter in the project, I cannot ...
1
vote
1answer
338 views

Problem occur while installing Scala IDE in Ecllipse

I am trying to install the Scala in Eclipse Galileo 3.5,but i got an error Error Message: Cannot complete the install because one or more required items could not be found. Software being ...
1
vote
1answer
206 views

How can I import all unimported classes in Scala IDE?

When I use Java with Eclipse and write a class, sometimes I have to import classes. The fastest way to do that is with a keyboard shortcut: CtrlShiftO. But this keyboard shortcut seem to be broken in ...
0
votes
1answer
124 views

Scala Eclipse IDE - strange behavior

I am giving a try to Scala Eclipse IDE after a very long time. I installed Eclipse and the said Scala plugin only a while ago, but I am unable to get stuff working. In all of the Scala files, I get ...
0
votes
1answer
55 views

Scalatest Spec output in Eclipse

I'm using Scala Test Spec and JunitTestRunner in Eclipse. Where does the spec output go? And is there some way to route it to the console? For example: val p = new SQLParser describe("given a ...
0
votes
2answers
198 views

scala code completion in eclipse

[EDIT]: I am an idiot. I was using 'Eclipse IDE for Java Developers' and should have been using 'Eclipse Classic'. The Scala plugin works much better under Classic. *[EDIT]: 11/1/2011 - the Beta ...
0
votes
1answer
63 views

Scala-IDE References search in Workspace/Project/Hierarchy

I am working on a financial app development in Scala (2.9.0-1) full time in IntelliJ 10.5 last few month and looking into moving to eclipse-ide on and off a few times. One show stopper has been that ...
0
votes
2answers
164 views

Building OSGi Module with Scala using Eclipse PDE and Scala IDE

How to build an OSGi bundle that use Scala (2.9.1.RC3) with PDE (Eclipse Helios). I'm using Scala IDE (2.0.0-beta) to build the project and converting this to PDE project. My MANIFEST.MF is like that: ...
0
votes
3answers
346 views

eclipse does not treat a scalatest flatspec as junit test

here is my test case , while i right click the file eclipse doest not show any run as junit test option. I try to manual create run configuration but does not take any sense. scala version:2.8.1 ...
-1
votes
1answer
160 views

Eclipse saying Java classes cannot resolve imported scala types

I previously setup a Scala Nature project by doing right click project->configuration->add Scala nature and perhaps some other steps I do not recall. A second project that I added Scala nature to, is ...