summaryrefslogtreecommitdiff
path: root/src/eclipse/README.md
diff options
context:
space:
mode:
authorGrzegorz Kossakowski <grzegorz.kossakowski@gmail.com>2013-06-07 15:47:19 -0700
committerGrzegorz Kossakowski <grzegorz.kossakowski@gmail.com>2013-06-15 15:56:14 -0400
commit34943979b77efea44e099e93ee4ee48b42e35091 (patch)
tree621dab6d853f929f71c92c81726001aab703bd67 /src/eclipse/README.md
parent25a8e70c134c339be0f436013828cacb4898cbe3 (diff)
downloadscala-34943979b77efea44e099e93ee4ee48b42e35091.tar.gz
scala-34943979b77efea44e099e93ee4ee48b42e35091.tar.bz2
scala-34943979b77efea44e099e93ee4ee48b42e35091.zip
Add Eclipse project for JUnit tests.
Diffstat (limited to 'src/eclipse/README.md')
-rw-r--r--src/eclipse/README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/eclipse/README.md b/src/eclipse/README.md
index 39a3f457a0..44dd3d83ea 100644
--- a/src/eclipse/README.md
+++ b/src/eclipse/README.md
@@ -11,6 +11,9 @@ IMPORTANT
Preferences/General/Workspace/Linked Resources. The value should be the absolute
path to your scala checkout. All paths in project files are relative to this one,
so nothing will work before you do so.
+Additionally, we start using Maven dependencies (e.g. junit) so you need to define
+`classpath variable` inside Eclipse. Define `M2_REPO` in Java/Build Path/Classpath Variables
+to point to your local Maven repository (e.g. $HOME/.m2/repository).
2. The Eclipse Java compiler does not allow certain calls to restricted APIs in the
JDK. The Scala library uses such APIs, so you'd see this error: