Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
update Eclipse import notes

[skip ci]
  • Loading branch information
mtf90 committed Jun 20, 2024
1 parent f4518a0 commit 0e257cf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@ For developing the code base of LearnLib it is suggested to use one of the major

* For [Eclipse][eclipse]:
1. **Note**: LearnLib uses annotation processing on several occasions throughout the build process.
This is usually handled correctly by Maven, however, for Eclipse you need to install the [m2e-apt-plugin](https://marketplace.eclipse.org/content/m2e-apt) and activate annotation processing afterward (see the [issue #32](https://github.com/LearnLib/learnlib/issues/32)).
This is usually handled correctly by Maven.
However, for Eclipse, you may need to manually enable annotation processing under `Preferences` -> `Maven` -> `Annotation Processing`.
1. Select `File` -> `Import...` and select "Existing Maven Projects".
1. Select the folder containing the development checkout as the root directory and click `Finish`.
1. In order to have both development versions of AutomataLib and LearnLib available at once, continue to import AutomataLib as documented in the project's README.
Expand Down

0 comments on commit 0e257cf

Please sign in to comment.