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:51:25 UTC

[2/2] isis-site git commit: updated page on APT processor settings for IntelliJ

updated page on APT processor settings for IntelliJ


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

Branch: refs/heads/asf-site
Commit: a46bb8ed1da6dce604079c36c6a15c4c3a55793e
Parents: d1268b9
Author: Dan Haywood <da...@haywood-associates.co.uk>
Authored: Tue Nov 3 09:50:51 2015 +0000
Committer: Dan Haywood <da...@haywood-associates.co.uk>
Committed: Tue Nov 3 09:50:51 2015 +0000

----------------------------------------------------------------------
 content/guides/cg.html                          |  16 +++++++++++++++-
 .../020-annotation-processor.png                | Bin 57338 -> 67560 bytes
 2 files changed, 15 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/isis-site/blob/a46bb8ed/content/guides/cg.html
----------------------------------------------------------------------
diff --git a/content/guides/cg.html b/content/guides/cg.html
index 2e5c2d9..6971768 100644
--- a/content/guides/cg.html
+++ b/content/guides/cg.html
@@ -724,7 +724,7 @@ at the time of writing Apache Isis supports only Java 7; Java 8 is scheduled for
 <div class="title">Figure 16. IntelliJ Compiler Settings</div>
 </div>
 <div class="paragraph">
-<p>On the <strong>Annotation Processors</strong> page, enable and adjust:</p>
+<p>On the <strong>Annotation Processors</strong> page, enable and adjust for the 'default' setting:</p>
 </div>
 <div class="imageblock">
 <div class="content">
@@ -736,6 +736,20 @@ at the time of writing Apache Isis supports only Java 7; Java 8 is scheduled for
 <p>This setting enables the generation of the <code>Q*</code> classes for DataNucleus type-safe queries, as well as being required
 for frameworks such as <a href="#_cg_ide_project-lombok">Project Lombok</a>.</p>
 </div>
+<div class="admonitionblock note">
+<table>
+<tr>
+<td class="icon">
+<i class="fa icon-note" title="Note"></i>
+</td>
+<td class="content">
+<div class="paragraph">
+<p>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.</p>
+</div>
+</td>
+</tr>
+</table>
+</div>
 </div>
 <div class="sect4">
 <h5 id="_cg_ide_intellij_other-settings-maven">Other Settings (Maven)</h5>

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