You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by ah...@apache.org on 2018/02/16 14:23:05 UTC

[isis] 02/02: trivial adoc improvement

This is an automated email from the ASF dual-hosted git repository.

ahuber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/isis.git

commit 0f6755cc9023be4253c470c8cb910167ac716079
Author: Andi Huber <ho...@gmx.at>
AuthorDate: Fri Feb 16 15:21:40 2018 +0100

    trivial adoc improvement
---
 .../src/main/asciidoc/guides/dg/_dg_ide_intellij.adoc         | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/adocs/documentation/src/main/asciidoc/guides/dg/_dg_ide_intellij.adoc b/adocs/documentation/src/main/asciidoc/guides/dg/_dg_ide_intellij.adoc
index 3b292e7..607db5b 100644
--- a/adocs/documentation/src/main/asciidoc/guides/dg/_dg_ide_intellij.adoc
+++ b/adocs/documentation/src/main/asciidoc/guides/dg/_dg_ide_intellij.adoc
@@ -290,12 +290,17 @@ image::{_imagesdir}intellij-idea/110-running-the-app/020-datanucleus-enhancer-go
 
 The `-o` flag in the goal means run off-line; this will run faster.
 
-WARNING: if you forget to set up the enhancer goal, or don't run it on the correct (dom) module, then you will get all sorts of errors when you startup.  These usually manifest themselves as class cast exception in DataNucleus.
-
-GOTCHA: under windows you may get 'Standard error from the DataNucleus tool + org.datanucleus.enhancer.DataNucleusEnhancer : The command line is too long' although 'fork=false' is set in pom.xml. Can be worked around via setting '-Dfork=false' before or after 'datanucleus:enhance -o'.
+[WARNING]
+====
+If you forget to set up the enhancer goal, or don't run it on the correct (dom) module, then you will get all sorts of errors when you startup.  These usually manifest themselves as class cast exception in DataNucleus.
+====
 
 You should now be able to run the app using `Run > Run Configuration`.  The same configuration can also be used to debug the app if you so need.
 
+[TIP]
+====
+Under windows you may get 'Standard error from the DataNucleus tool + org.datanucleus.enhancer.DataNucleusEnhancer : The command line is too long' although 'fork=false' is set in pom.xml. Can be worked around via setting '-Dfork=false' before or after 'datanucleus:enhance -o'.
+====
 
 [[__dg_ide_intellij_running_unit-tests]]
 === Running the Unit Tests

-- 
To stop receiving notification emails like this one, please contact
ahuber@apache.org.