From 65eb59134517ccf6509ef988954965adab550d5a Mon Sep 17 00:00:00 2001 From: Lukas Rytz Date: Sat, 14 Jul 2012 11:14:53 +0200 Subject: updated intellij project files --- src/intellij/README | 11 ++++++----- src/intellij/actors.iml.SAMPLE | 4 ++-- src/intellij/asm.iml.SAMPLE | 12 ++++++++++++ src/intellij/compiler.iml.SAMPLE | 8 ++++++-- src/intellij/fjbg.iml.SAMPLE | 12 ++++++++++++ src/intellij/forkjoin.iml.SAMPLE | 12 ++++++++++++ src/intellij/library.iml.SAMPLE | 6 +++--- src/intellij/manual.iml.SAMPLE | 2 +- src/intellij/msil.iml.SAMPLE | 24 ++++++++++++++++++++++++ src/intellij/partest.iml.SAMPLE | 6 +++--- src/intellij/reflect.iml.SAMPLE | 6 +++--- src/intellij/scala-lang.ipr.SAMPLE | 30 +++++++++++++----------------- src/intellij/scalap.iml.SAMPLE | 3 ++- src/intellij/swing.iml.SAMPLE | 2 +- src/intellij/test.iml.SAMPLE | 10 +++++++--- 15 files changed, 107 insertions(+), 41 deletions(-) create mode 100644 src/intellij/asm.iml.SAMPLE create mode 100644 src/intellij/fjbg.iml.SAMPLE create mode 100644 src/intellij/forkjoin.iml.SAMPLE create mode 100644 src/intellij/msil.iml.SAMPLE (limited to 'src/intellij') diff --git a/src/intellij/README b/src/intellij/README index f24d700889..9ef612bd0a 100644 --- a/src/intellij/README +++ b/src/intellij/README @@ -1,12 +1,13 @@ -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) +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" - - In the Scala Facet of the "library" module, update the path in the command-line - argument for "-sourcepath" + - 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 - - Currently, it's not possible to build the "actors" module in IDEA + - Due to SI-4365, the "library" module has to be built using "-Yno-generic-signatures" diff --git a/src/intellij/actors.iml.SAMPLE b/src/intellij/actors.iml.SAMPLE index b095d29d7b..896c4966ff 100644 --- a/src/intellij/actors.iml.SAMPLE +++ b/src/intellij/actors.iml.SAMPLE @@ -6,7 +6,7 @@