summaryrefslogtreecommitdiff
path: root/src/intellij/README
diff options
context:
space:
mode:
authorLukas Rytz <lukas.rytz@epfl.ch>2010-10-11 08:03:55 +0000
committerLukas Rytz <lukas.rytz@epfl.ch>2010-10-11 08:03:55 +0000
commit6abce56ad4eb532ff44db3a7380f01642cb77b92 (patch)
treec7bd00e54f220c62d61c360c8492f8ea3e55dc72 /src/intellij/README
parent72cf31c7acf46b1073d0c1e2ab6a87b55b7e92f5 (diff)
downloadscala-6abce56ad4eb532ff44db3a7380f01642cb77b92.tar.gz
scala-6abce56ad4eb532ff44db3a7380f01642cb77b92.tar.bz2
scala-6abce56ad4eb532ff44db3a7380f01642cb77b92.zip
Updated IntelliJ sample files. no review.
Diffstat (limited to 'src/intellij/README')
-rw-r--r--src/intellij/README12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/intellij/README b/src/intellij/README
new file mode 100644
index 0000000000..f24d700889
--- /dev/null
+++ b/src/intellij/README
@@ -0,0 +1,12 @@
+Use IntelliJ IDEA X EAP (http://confluence.jetbrains.net/display/IDEADEV/IDEA+X+EAP)
+a Scala Plugin nightly build (http://confluence.jetbrains.net/display/SCA/Scala+Plugin+Nightly+Builds+for+IDEA+X)
+
+The following steps are required to use IntelliJ IDEA on Scala trunk
+ - Copy the *.iml.SAMPLE / *.ipr.SAMPLE files to *.iml / *.ipr
+ - In IDEA, create a global library named "ant" which contains "ant.jar"
+ - In the Scala Facet of the "library" module, update the path in the command-line
+ argument for "-sourcepath"
+ - In the Project Settings, update the "Version Control" to match your checkout
+
+Known problems
+ - Currently, it's not possible to build the "actors" module in IDEA