summaryrefslogtreecommitdiff
path: root/src/intellij/README
blob: 9ef612bd0abd11621d179e8d4cb7d5fc8313d60a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
Use the latest IntelliJ IDEA release and install the Scala plugin from within the IDE.

The following steps are required to use IntelliJ IDEA on Scala trunk
 - compile "locker" using "ant locker.done"
 - Copy the *.iml.SAMPLE / *.ipr.SAMPLE files to *.iml / *.ipr
 - In IDEA, create a global library named "ant" which contains "ant.jar"
 - Also create an SDK entry named "1.6" containing the java 1.6 SDK
 - In the Scala Facet of the "library" and "reflect" modules, update the path in the
   command-line argument for "-sourcepath"
 - In the Project Settings, update the "Version Control" to match your checkout

Known problems
 - Due to SI-4365, the "library" module has to be built using "-Yno-generic-signatures"