Hi guys,What is the current best practice for a user of the IDE that has- Projects both on Scala 2.9 and 2.10
- Want to be helpful and use the nightly version of the plugin but also have the stable versions installed safety
Currently to do this I have 4 eclipse installations, but I'm hoping there is a better way ;)Cheers,Mads
Me too, my directory structure looks like this:
├── 2.10
│ ├── eclipse
│ ├── eclipse-indigo
│ ├── m2repo
│ ├── runtime-Scala
│ ├── scala-ide
│ ├── scala-refactoring
│ └── workspace
├── 2.11
│ ├── eclipse
│ ├── eclipse-indigo
│ ├── m2repo
│ ├── runtime-Scala
│ ├── scala-ide
│ ├── scala-refactoring
│ └── workspace
└── 2.9
├── eclipse
├── eclipse-helios
├── eclipse-indigo
├── runtime-Scala
├── scala-ide
├── scala-ide-docs
├── scala-ide.github.com
├── scala-ide-play2
├── scala-refactoring
└── workspace
This wastes a lot of disk space, but I have three independent environments,
with separate repositories, installations, etc. which I can even use
concurrently (e.g. when I want to debug a failing test case with different
Scala versions).
Cheers
Mirko
--
Mirko Stocker | m...@misto.ch
Work: http://ifs.hsr.ch | http://infoq.com
Personal: http://misto.ch | http://twitter.com/m_st