Checking Out the Source

History Key

  • New content
  • Removed content

Recent Versions

Choose two versions to compare, or click the link to view it.

  1. 7. almost 2 years by milessabin
  2. 6. almost 2 years by milessabin
  3. 5. about 2 years by joeygibson
  4. 4. about 2 years by Slartibartfast
  5. 3. about 2 years by MattRussell
  6. 2. about 2 years by d6y
  7. 1. about 2 years by d6y
 

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?