Skip to content

Commit

Permalink
Merge pull request #645 from cescoffier/features/improve-eclipse-expl…
Browse files Browse the repository at this point in the history
…aination

Explain Eclipse IDE limitations to run shamrock:dev
  • Loading branch information
stuartwdouglas committed Jan 28, 2019
2 parents 1d2cb48 + 01e6cae commit 23a4bb3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/src/main/asciidoc/ide-configuration.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,10 @@ The next screen list the found modules; select the generated project and click o
// Until https://github.com/protean-project/shamrock/issues/232 is fixed:
In a separated terminal, run `mvn compile shamrock:dev`, and enjoy a highly productive environment.

NOTE: Because of Eclipse IDE limitations (https://bugs.eclipse.org/bugs/show_bug.cgi?id=38016[Eclipse-38016],
https://bugs.eclipse.org/bugs/show_bug.cgi?id=330639[Eclipse-330639]); do not create a M2 Eclipse _launch_ configuration,
as the process won't be handled correctly. As a workaround, launch `mvn compile shamrock:dev` in a terminal.

**IntelliJ**

In IntelliJ:
Expand Down

0 comments on commit 23a4bb3

Please sign in to comment.