We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f75dce5 commit d73b821Copy full SHA for d73b821
docs/docs/contributing/eclipse.md
@@ -6,7 +6,7 @@ title: Building Dotty with Eclipse
6
Build setup
7
-----------
8
9
-1. Run `sbt eclipse`
+1. Run `sbt ;managedSources;eclipse`
10
11
2. It is recommended to change the default output folder (in `Properties > java
12
build path > Source`) to `dotty/classes` instead of `dotty/bin` because
docs/docs/contributing/getting-started.md
@@ -26,6 +26,7 @@ Start by cloning the repository:
26
```bash
27
$ git clone --recursive https://github.com/lampepfl/dotty.git
28
$ cd dotty
29
+$ sbt managedSources ## Needed for IDE import to succeed
30
```
31
32
Dotty provides a standard sbt build: compiling, running and starting a repl can
0 commit comments