summaryrefslogtreecommitdiff
path: root/src/intellij/README
diff options
context:
space:
mode:
authorLukas Rytz <lukas.rytz@gmail.com>2014-05-02 10:21:56 +0200
committerLukas Rytz <lukas.rytz@gmail.com>2014-05-02 11:11:27 +0200
commitf93fbef8ecbcf1f09cd18632bd209dbf641f7c96 (patch)
tree5799a80df7b4f3e0d99663801f5dd320bc3cc5d5 /src/intellij/README
parentaa3a3dd6a420f57b0fe815bfcb2b23fbb4284468 (diff)
downloadscala-f93fbef8ecbcf1f09cd18632bd209dbf641f7c96.tar.gz
scala-f93fbef8ecbcf1f09cd18632bd209dbf641f7c96.tar.bz2
scala-f93fbef8ecbcf1f09cd18632bd209dbf641f7c96.zip
IntelliJ project files
Fixes compilation within IDEA. Allows compiling and running JUnit tests directly withing the IDE.
Diffstat (limited to 'src/intellij/README')
-rw-r--r--src/intellij/README10
1 files changed, 7 insertions, 3 deletions
diff --git a/src/intellij/README b/src/intellij/README
index ade87749cd..a39691f4f0 100644
--- a/src/intellij/README
+++ b/src/intellij/README
@@ -1,8 +1,12 @@
Use the latest IntelliJ IDEA release and install the Scala plugin from within the IDE.
+Compilation withing IDEA is performed in "-Dlocker.skip=1" mode: the sources are built
+directly using the STARR compiler.
+
The following steps are required to use IntelliJ IDEA on Scala trunk
- - compile "locker" using "ant locker.done". This will also download some JARs from
- Maven to ./build/deps, which are included in IntelliJ's classpath.
+ - Run "ant init". This will download some JARs from to ./build/deps, which are
+ included in IntelliJ's classpath.
- Run src/intellij/setup.sh
- Open ./src/intellij/scala-lang.ipr in IntelliJ
- - File, Project Settings, Project, SDK. Create an SDK entry named "1.6" containing the java 1.6 SDK
+ - File, Project Settings, Project, SDK. Create an SDK entry named "1.6" containing the
+ java 1.6 SDK