Checking Out the Source

GIT repository

To checkout from the git repository use the following urls:

git clone git://git.assembla.com/scala-ide.git scala-plugin
git clone git://git.assembla.com/scala-ide.2.git scala-library
git clone git://git.assembla.com/scala-ide.3.git scala-plugin-aspects

TBD: Additionally you need a suitable scala distribution here

scala-plugin/../scala/dists/latest

To get this, download the Scala source code, from here, unpack it somewhere and run "ant dist" from within that directory. You can either rename the directory of the sources (e.g. scala-2.8.0.RC2-sources) to "scala" and make it a sibling directory of the scala-plugin directory, or you can create a symlink from wherever you unpacked it.

@All: Is this correct?