Skip to content

Commit d73b821

Browse files
committed
Document IDE import
1 parent f75dce5 commit d73b821

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/docs/contributing/eclipse.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ title: Building Dotty with Eclipse
66
Build setup
77
-----------
88

9-
1. Run `sbt eclipse`
9+
1. Run `sbt ;managedSources;eclipse`
1010

1111
2. It is recommended to change the default output folder (in `Properties > java
1212
build path > Source`) to `dotty/classes` instead of `dotty/bin` because

docs/docs/contributing/getting-started.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ Start by cloning the repository:
2626
```bash
2727
$ git clone --recursive https://github.com/lampepfl/dotty.git
2828
$ cd dotty
29+
$ sbt managedSources ## Needed for IDE import to succeed
2930
```
3031

3132
Dotty provides a standard sbt build: compiling, running and starting a repl can

0 commit comments

Comments
 (0)