summaryrefslogtreecommitdiff
path: root/src/eclipse/README.md
diff options
context:
space:
mode:
authorIulian Dragos <jaguarul@gmail.com>2012-07-02 12:17:20 +0200
committerIulian Dragos <jaguarul@gmail.com>2012-07-02 13:46:24 +0200
commit98a5714fedf3b3803d16b63db471153dc14c8262 (patch)
tree801841c64f7f148f8dffc1b935009c62349fd825 /src/eclipse/README.md
parentceb095362baeaea12983c1d0de3bd309fb7b0dab (diff)
downloadscala-98a5714fedf3b3803d16b63db471153dc14c8262.tar.gz
scala-98a5714fedf3b3803d16b63db471153dc14c8262.tar.bz2
scala-98a5714fedf3b3803d16b63db471153dc14c8262.zip
The `reflect` project now depends on the `scala-library` project.
Moved the reflect project before the default library in the `scala-compiler` project, so that hyperlinks are resolved against the project sources, instead of the default binary library. README is now in markdown format.
Diffstat (limited to 'src/eclipse/README.md')
-rw-r--r--src/eclipse/README.md23
1 files changed, 23 insertions, 0 deletions
diff --git a/src/eclipse/README.md b/src/eclipse/README.md
new file mode 100644
index 0000000000..58dbd83815
--- /dev/null
+++ b/src/eclipse/README.md
@@ -0,0 +1,23 @@
+Eclipse project files
+=====================
+
+Import all projects inside Eclipse by choosing File/Import Existing Projects
+and navigate to src/eclipse. Check all projects and click ok.
+
+IMPORTANT
+=========
+
+You need to define a `path variable` inside Eclipse. Define SCALA_BASEDIR in
+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.
+
+DETAILS
+=======
+
+The compiler project depends on the library, reflect, asm and fjbg projects. The
+builder will take care of the correct ordering, and changes in one project will
+be picked up by the dependent projects.
+
+The output directory is set to be build/quick, so the runner scripts in quick
+work as they are (run an ant build to have the generated once) \ No newline at end of file