Skip to content

Instantly share code, notes, and snippets.

@lrytz
Created April 22, 2016 08:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lrytz/0d325780428396bd1455f1f2ac9dcb2b to your computer and use it in GitHub Desktop.
Save lrytz/0d325780428396bd1455f1f2ac9dcb2b to your computer and use it in GitHub Desktop.
diff -r /Users/luc/scala/scala2/src/eclipse/README.md src/eclipse/README.md
48a49,55
> 0. The 2.12, sources of Scala need to be built with a 2.12 version of the compiler. One can configure a 2.12 Scala installation
> in Eclipse. In order to do this, go to `Window -> Preferences -> Scala -> Installations` and add a 2.12 installation. You can
> either download a prepackaged version of 2.12 from the Scala homepage or you add the Scala installation that is part of the
> `build/pack/lib` directory. The latter is required in case you absolutely need to depend on a nightly build of the compiler to
> compile the compiler itself. Once the 2.12 Scala installation is created you need to select all Scala projects, do a right click
> and select `Scala -> Set the Scala installation` where you have to choose the newly created 2.12 Scala installation.
>
diff -r /Users/luc/scala/scala2/src/eclipse/partest/.classpath src/eclipse/partest/.classpath
12c12
< <classpathentry kind="var" path="SCALA_BASEDIR/build/deps/partest/scala-partest_2.11-1.0.13.jar"/>
---
> <classpathentry kind="var" path="SCALA_BASEDIR/build/deps/partest/scala-partest_2.12.0_M4-1.0.13.jar"/>
diff -r /Users/luc/scala/scala2/src/eclipse/scaladoc/.classpath src/eclipse/scaladoc/.classpath
9,11c9,11
< <classpathentry kind="var" path="SCALA_BASEDIR/build/deps/scaladoc/scala-xml_2.11-1.0.5.jar"/>
< <classpathentry kind="var" path="SCALA_BASEDIR/build/deps/scaladoc/scala-parser-combinators_2.11-1.0.4.jar"/>
< <classpathentry kind="var" path="SCALA_BASEDIR/build/deps/partest/scala-partest_2.11-1.0.13.jar"/>
---
> <classpathentry kind="var" path="SCALA_BASEDIR/build/deps/scaladoc/scala-xml_2.12.0_M4-1.0.5.jar"/>
> <classpathentry kind="var" path="SCALA_BASEDIR/build/deps/scaladoc/scala-parser-combinators_2.12.0_M4-1.0.4.jar"/>
> <classpathentry kind="var" path="SCALA_BASEDIR/build/deps/partest/scala-partest_2.12.0_M4-1.0.13.jar"/>
diff -r /Users/luc/scala/scala2/src/eclipse/test-junit/.classpath src/eclipse/test-junit/.classpath
13c13
< <classpathentry kind="var" path="SCALA_BASEDIR/build/deps/scaladoc/scala-xml_2.11-1.0.5.jar"/>
---
> <classpathentry kind="var" path="SCALA_BASEDIR/build/deps/scaladoc/scala-xml_2.12.0_M4-1.0.5.jar"/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment