Checking Out the Source
History Key
- New content
Removed content
Recent Versions
Choose two versions to compare, or click the link to view it.
You can check out the source from the git (master) or subversion repository.
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?