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 2017/01/03 19:01:07 UTC

[4/4] isis-site git commit: ISIS-1560: updates to website for 1.13.2.1 release

ISIS-1560: updates to website for 1.13.2.1 release


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

Branch: refs/heads/asf-site
Commit: 5f5c74ac7813ab5a508ccc472900f12a2c0d550a
Parents: 1eb995a
Author: Dan Haywood <da...@haywood-associates.co.uk>
Authored: Tue Jan 3 18:54:47 2017 +0000
Committer: Dan Haywood <da...@haywood-associates.co.uk>
Committed: Tue Jan 3 18:54:47 2017 +0000

----------------------------------------------------------------------
 content/doap_isis.rdf      |   12 +-
 content/downloads.html     |    2 +-
 content/guides/cgcom.html  |   28 +-
 content/guides/cgcom.pdf   | 5569 +++++++++++++++++++++------------------
 content/guides/tg.html     |    9 +-
 content/guides/tg.pdf      | 1082 ++++----
 content/guides/ugfun.html  |    2 +-
 content/guides/ugfun.pdf   | 1752 ++++++------
 content/index.html         |    2 +-
 content/release-notes.html |  664 +++--
 10 files changed, 4819 insertions(+), 4303 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/isis-site/blob/5f5c74ac/content/doap_isis.rdf
----------------------------------------------------------------------
diff --git a/content/doap_isis.rdf b/content/doap_isis.rdf
index 910bcfd..dda1b38 100644
--- a/content/doap_isis.rdf
+++ b/content/doap_isis.rdf
@@ -36,6 +36,16 @@
     <category rdf:resource="http://projects.apache.org/category/web-framework" />
 
     
+    <!-- 2017-01-03 release -->
+    <release>
+      <Version>
+        <name>simpleapp-archetype</name>
+        <created>2017-01-03</created>
+        <revision>1.13.2.1</revision>
+      </Version>
+    </release>
+    
+
     <!-- 2016-12-14 releases -->
     <release>
       <Version>
@@ -51,7 +61,7 @@
         <revision>1.13.2</revision>
       </Version>
     </release>
-    
+
 
     <!-- 2016-10-30 releases -->
     <release>

http://git-wip-us.apache.org/repos/asf/isis-site/blob/5f5c74ac/content/downloads.html
----------------------------------------------------------------------
diff --git a/content/downloads.html b/content/downloads.html
index 9697180..f27eb66 100644
--- a/content/downloads.html
+++ b/content/downloads.html
@@ -542,7 +542,7 @@ table.CodeRay td.code>pre{padding:0}
 <div class="ulist">
 <ul>
 <li>
-<p><a href="https://www.apache.org/dyn/closer.cgi/isis/archetype/simpleapp-archetype/simpleapp-archetype-1.13.2-source-release.zip">simpleapp-archetype-1.13.2</a> (<a href="http://www.apache.org/dist/isis/archetype/simpleapp-archetype/simpleapp-archetype-1.13.2-source-release.zip.asc">asc</a>, <a href="http://www.apache.org/dist/isis/archetype/simpleapp-archetype/simpleapp-archetype-1.13.2-source-release.zip.md5">md5</a>)</p>
+<p><a href="https://www.apache.org/dyn/closer.cgi/isis/archetype/simpleapp-archetype/simpleapp-archetype-1.13.2.1-source-release.zip">simpleapp-archetype-1.13.2.1</a> (<a href="http://www.apache.org/dist/isis/archetype/simpleapp-archetype/simpleapp-archetype-1.13.2.1-source-release.zip.asc">asc</a>, <a href="http://www.apache.org/dist/isis/archetype/simpleapp-archetype/simpleapp-archetype-1.13.2.1-source-release.zip.md5">md5</a>)</p>
 </li>
 </ul>
 </div>

http://git-wip-us.apache.org/repos/asf/isis-site/blob/5f5c74ac/content/guides/cgcom.html
----------------------------------------------------------------------
diff --git a/content/guides/cgcom.html b/content/guides/cgcom.html
index 09545ee..e93cb29 100644
--- a/content/guides/cgcom.html
+++ b/content/guides/cgcom.html
@@ -1309,7 +1309,10 @@ env | grep ISIS | sort</code></pre>
 <p>mainClass=<code>org.apache.isis.WebServer</code></p>
 </li>
 <li>
-<p>args=<code>-m domainapp.app.DomainAppAppManifestWithFixtures</code></p>
+<p>args=<code>-m domainapp.application.manifest.DomainAppAppManifestWithFixtures</code></p>
+</li>
+<li>
+<p>run before: <code>mvn -f pom-jdo-enhance-all.xml datanucleus:enhance -o</code> in the root module</p>
 </li>
 </ul>
 </div>
@@ -1318,7 +1321,19 @@ env | grep ISIS | sort</code></pre>
 <p>can be run using the mvn jetty plugin:</p>
 <div class="listingblock">
 <div class="content">
-<pre class="CodeRay highlight"><code data-lang="bash">mvn -pl webapp jetty:run</code></pre>
+<pre class="CodeRay highlight"><code data-lang="bash">mvn -pl webapp jetty:run
+&lt;&lt;&lt;&lt;&lt;&lt;&lt; Updated upstream
+=======</code></pre>
+</div>
+</div>
+</li>
+<li>
+<p>can be packaged and run using the mvn jetty-console plugin:</p>
+<div class="listingblock">
+<div class="content">
+<pre class="CodeRay highlight"><code data-lang="bash">mvn install -Dmavenmixin-jettyconsole
+mvn antrun:run -Dmavenmixin-jettyconsole
+&gt;&gt;&gt;&gt;&gt;&gt;&gt; Stashed changes</code></pre>
 </div>
 </div>
 </li>
@@ -1342,6 +1357,15 @@ popd</code></pre>
 </div>
 </div>
 </li>
+<li>
+<p>can be packaged and run using Docker:</p>
+<div class="listingblock">
+<div class="content">
+<pre class="CodeRay highlight"><code data-lang="bash">mvn package -Dmavenmixin-docker -D docker-plugin.imageName=test/simpleapp
+docker run -p 8080:8080 -d --name simpleapp test/simpleapp</code></pre>
+</div>
+</div>
+</li>
 </ul>
 </div>
 <div class="paragraph">