Add a tip to disable "Build Automatically" in Eclipse
Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/bd69f04f Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/bd69f04f Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/bd69f04f Branch: refs/heads/master Commit: bd69f04ff940f0a46fcafb53fe48fee315896759 Parents: a24e58e Author: Svetoslav Neykov <[email protected]> Authored: Mon Oct 26 17:46:06 2015 +0200 Committer: Svetoslav Neykov <[email protected]> Committed: Mon Oct 26 17:46:06 2015 +0200 ---------------------------------------------------------------------- docs/guide/dev/env/ide/index.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/bd69f04f/docs/guide/dev/env/ide/index.md ---------------------------------------------------------------------- diff --git a/docs/guide/dev/env/ide/index.md b/docs/guide/dev/env/ide/index.md index 826db28..60ad11d 100644 --- a/docs/guide/dev/env/ide/index.md +++ b/docs/guide/dev/env/ide/index.md @@ -30,7 +30,8 @@ You can install these using Help -> Install New Software, or from the Eclipse Ma As of this writing, Eclipse 4.5 and Eclipse 4.4 are commonly used, and the codebase can be imported (Import -> Existing Maven Projects) and successfully built and run inside an IDE. -However there are quirks, and mileage may vary. +However there are quirks, and mileage may vary. Disable ``Build Automatically`` +from the ``Project`` menu if the IDE is slow to respond. If you encounter issues, the following hints may be helpful:
