Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Duplicate
-
Affects Version/s: 2.0.1Release
-
Fix Version/s: 2.0.1Release
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
If you install the scala plugin from http://www.scala-lang.org/scala-eclipse-plugin then install the groovy eclipse plugin on eclipse 3.5 the scala plugin breaks. It looks like the scala plugin starts using the java compiler and the scala resource in package explorer becomes a java resource.
try creating some scala code like after installing both plugins:-
object test2 {
def main(args : Array[String]) : Unit =
}
Duplicate of http://jira.codehaus.org/browse/GRECLIPSE-404