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:03 UTC

[isis] branch master updated (298394e -> 0f6755c)

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

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


    from 298394e  Update _rgant-Property.adoc (#110)
     new 3debdf6  Update _dg_ide_intellij.adoc
     new 0f6755c  trivial adoc improvement

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../src/main/asciidoc/guides/dg/_dg_ide_intellij.adoc            | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

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

[isis] 02/02: trivial adoc improvement

Posted by ah...@apache.org.
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.

[isis] 01/02: Update _dg_ide_intellij.adoc

Posted by ah...@apache.org.
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 3debdf665c7ebeac6fc6ce43841e34ea2c819564
Author: Jörg Rade <jo...@kuehne-nagel.com>
AuthorDate: Fri Nov 3 11:00:06 2017 +0100

    Update _dg_ide_intellij.adoc
    
    I'm not shure if this is the right place to add this bit of information.
---
 adocs/documentation/src/main/asciidoc/guides/dg/_dg_ide_intellij.adoc | 2 ++
 1 file changed, 2 insertions(+)

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 fb52b57..3b292e7 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
@@ -292,6 +292,8 @@ 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'.
+
 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.
 
 

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