You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2015/11/03 10:53:34 UTC

[3/4] isis git commit: ISIS-1195: updating docs on APT processing in IntelliJ.

ISIS-1195: updating docs on APT processing in IntelliJ.


Project: http://git-wip-us.apache.org/repos/asf/isis/repo
Commit: http://git-wip-us.apache.org/repos/asf/isis/commit/f0ff059e
Tree: http://git-wip-us.apache.org/repos/asf/isis/tree/f0ff059e
Diff: http://git-wip-us.apache.org/repos/asf/isis/diff/f0ff059e

Branch: refs/heads/master
Commit: f0ff059e0e35fed08e24c3137ae477c08a053eb4
Parents: 6fd4f5b
Author: Dan Haywood <da...@haywood-associates.co.uk>
Authored: Tue Nov 3 09:50:40 2015 +0000
Committer: Dan Haywood <da...@haywood-associates.co.uk>
Committed: Tue Nov 3 09:50:40 2015 +0000

----------------------------------------------------------------------
 .../main/asciidoc/guides/_cg_ide_intellij.adoc  |   8 +++++++-
 .../020-annotation-processor.png                | Bin 57338 -> 67560 bytes
 2 files changed, 7 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/isis/blob/f0ff059e/adocs/documentation/src/main/asciidoc/guides/_cg_ide_intellij.adoc
----------------------------------------------------------------------
diff --git a/adocs/documentation/src/main/asciidoc/guides/_cg_ide_intellij.adoc b/adocs/documentation/src/main/asciidoc/guides/_cg_ide_intellij.adoc
index fbc3f97..20e3cd2 100644
--- a/adocs/documentation/src/main/asciidoc/guides/_cg_ide_intellij.adoc
+++ b/adocs/documentation/src/main/asciidoc/guides/_cg_ide_intellij.adoc
@@ -127,7 +127,7 @@ On the *Compiler* Settings page, ensure that `build automatically` is enabled (a
 image::{_imagesdir}appendices/dev-env/intellij-idea/040-other-settings-compiler/010-build-automatically.png[width="600px"]
 
 
-On the *Annotation Processors* page, enable and adjust:
+On the *Annotation Processors* page, enable and adjust for the 'default' setting:
 
 .IntelliJ Annotation Processor Settings
 image::{_imagesdir}appendices/dev-env/intellij-idea/040-other-settings-compiler/020-annotation-processor.png[width="600px"]
@@ -135,6 +135,12 @@ image::{_imagesdir}appendices/dev-env/intellij-idea/040-other-settings-compiler/
 This setting enables the generation of the `Q*` classes for DataNucleus type-safe queries, as well as being required
 for frameworks such as xref:_cg_ide_project-lombok[Project Lombok].
 
+[NOTE]
+====
+IntelliJ may also have inferred these settings for specific projects/modules when importing; review the list on the left to see if the default is overridden and fix/delete as required.
+====
+
+
 
 [[_cg_ide_intellij_other-settings-maven]]
 === Other Settings (Maven)

http://git-wip-us.apache.org/repos/asf/isis/blob/f0ff059e/adocs/documentation/src/main/asciidoc/guides/images/appendices/dev-env/intellij-idea/040-other-settings-compiler/020-annotation-processor.png
----------------------------------------------------------------------
diff --git a/adocs/documentation/src/main/asciidoc/guides/images/appendices/dev-env/intellij-idea/040-other-settings-compiler/020-annotation-processor.png b/adocs/documentation/src/main/asciidoc/guides/images/appendices/dev-env/intellij-idea/040-other-settings-compiler/020-annotation-processor.png
index 96f4199..7618a4d 100644
Binary files a/adocs/documentation/src/main/asciidoc/guides/images/appendices/dev-env/intellij-idea/040-other-settings-compiler/020-annotation-processor.png and b/adocs/documentation/src/main/asciidoc/guides/images/appendices/dev-env/intellij-idea/040-other-settings-compiler/020-annotation-processor.png differ