You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by bu...@apache.org on 2013/05/27 19:14:44 UTC

svn commit: r863331 - in /websites/staging/isis/trunk: cgi-bin/ content/ content/contributors/recreating-an-archetype.html content/contributors/verifying-releases.html content/release-matrix.html

Author: buildbot
Date: Mon May 27 17:14:44 2013
New Revision: 863331

Log:
Staging update by buildbot for isis

Modified:
    websites/staging/isis/trunk/cgi-bin/   (props changed)
    websites/staging/isis/trunk/content/   (props changed)
    websites/staging/isis/trunk/content/contributors/recreating-an-archetype.html
    websites/staging/isis/trunk/content/contributors/verifying-releases.html
    websites/staging/isis/trunk/content/release-matrix.html

Propchange: websites/staging/isis/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon May 27 17:14:44 2013
@@ -1 +1 @@
-1485639
+1486671

Propchange: websites/staging/isis/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon May 27 17:14:44 2013
@@ -1 +1 @@
-1485639
+1486671

Modified: websites/staging/isis/trunk/content/contributors/recreating-an-archetype.html
==============================================================================
--- websites/staging/isis/trunk/content/contributors/recreating-an-archetype.html (original)
+++ websites/staging/isis/trunk/content/contributors/recreating-an-archetype.html Mon May 27 17:14:44 2013
@@ -275,7 +275,14 @@ mvn org.apache.rat:apache-rat-plugin:che
 for a in `find . -name rat.txt -print`; do grep '!???' $a; done
 </pre>
 
-<p>Finally, double check that the app is running satisfactorily.  </p>
+<p>Finally, double check that the app is running satisfactorily:</p>
+
+<pre>
+mvn clean install
+mvn antrun:run     # runs as standalone app using webconsole
+cd webapp
+mvn jetty:run      # runs as mvn jetty plugin
+</pre>
 
 <h3>Create the archetype</h3>
 
@@ -333,18 +340,14 @@ mvn archetype:generate  \
     -D artifactId=myapp
 </pre>
 
-<p>Build the newly generated app:</p>
+<p>Build the newly generated app and test:</p>
 
 <pre>
 cd myapp
 mvn clean install
-</pre>
-
-<p>And test.  For example:</p>
-
-<pre>
-cd viewer-webapp
-mvn antrun:run
+mvn antrun:run     # runs as standalone app using webconsole
+cd webapp
+mvn jetty:run      # runs as mvn jetty plugin
 </pre>
 
 <h3>Check the archetype source code into git</h3>

Modified: websites/staging/isis/trunk/content/contributors/verifying-releases.html
==============================================================================
--- websites/staging/isis/trunk/content/contributors/verifying-releases.html (original)
+++ websites/staging/isis/trunk/content/contributors/verifying-releases.html Mon May 27 17:14:44 2013
@@ -253,7 +253,7 @@
 
 <p>Whenever a committer announces a vote on a release on the <a href="../support.html">dev mailing list</a>, it is the responsibility of the project's PMC to cast their vote on the release.  Any other ASF member may also vote.</p>
 
-<p>This page provides some guidance on what a voter is expected to verify before casting their vote. There is a <a href="/contributors/verifying-releases-script.html">script</a> available but please read this page before executing that.</p>
+<p>This page provides some guidance on what a voter is expected to verify before casting their vote. </p>
 
 <p>Per this <a href="http://www.apache.org/dev/release.html">ASF documentation</a>, the legal requirements for an ASF release are:</p>
 
@@ -265,8 +265,23 @@
 
 <p>Note that the binaries are <em>not</em> an ASF release, they merely exist on the Maven central repo as a convenience.</p>
 
+<h2>Prerequisites</h2>
+
+<p>To verify the source ZIP files, you will need to have imported the public keys used for signing Isis releases.  These can be downloaded from the root of the Isis source tree.</p>
+
+<p>Since the Isis source is mirrored on github.com, you can just use:</p>
+
+<pre>
+curl https://raw.github.com/apache/isis/master/KEYS > /tmp/KEYS
+gpg --import /tmp/KEYS
+</pre>
+
 <h2>Verifying the source release artifacts</h2>
 
+<blockquote>
+  <p>Note: to automate this next stage, there is also a <a href="/contributors/verifying-releases-script.html">script</a> available; but read what follows first before using the script.</p>
+</blockquote>
+
 <p>Download both the ZIP and .ASC files from the location specified in the voting email. To verify that the signature is correct, use:</p>
 
 <pre>

Modified: websites/staging/isis/trunk/content/release-matrix.html
==============================================================================
--- websites/staging/isis/trunk/content/release-matrix.html (original)
+++ websites/staging/isis/trunk/content/release-matrix.html Mon May 27 17:14:44 2013
@@ -270,6 +270,17 @@
 <tr>
     <th class="heading"><a href="core/about.html">Core</a></th>
     <th class="heading">&nbsp;</th>
+    <th class="heading">1.2.0</th>
+    <td>-</td>
+    <td>-</td>
+    <td>-</td>
+    <td>-</td>
+    <td>-</td>
+    <td>-</td>
+</tr>
+<tr>
+    <th class="heading">&nbsp;</th>
+    <th class="heading">&nbsp;</th>
     <th class="heading">1.1.0</th>
     <td>-</td>
     <td>-</td>
@@ -292,6 +303,17 @@
 <tr>
     <th class="heading">Security</th>
     <th class="heading"><a href="components/security/file/about.html">File</a></th>
+    <th class="heading">1.0.1</th>
+    <td>1.2.0</td>
+    <td>-</td>
+    <td>-</td>
+    <td>-</td>
+    <td>-</td>
+    <td>-</td>
+</tr>
+<tr>
+    <th class="heading">&nbsp;</th>
+    <th class="heading">&nbsp;</th>
     <th class="heading">1.0.0</th>
     <td>1.0.0</td>
     <td>-</td>
@@ -303,6 +325,17 @@
 <tr>
     <th class="heading">&nbsp;</th>
     <th class="heading"><a href="components/security/shiro/about.html">Shiro</a></th>
+    <th class="heading">1.1.1</th>
+    <td>1.2.0</td>
+    <td>-</td>
+    <td>-</td>
+    <td>-</td>
+    <td>-</td>
+    <td>-</td>
+</tr>
+<tr>
+    <th class="heading">&nbsp;</th>
+    <th class="heading">&nbsp;</th>
     <th class="heading">1.1.0</th>
     <td>1.1.0</td>
     <td>-</td>
@@ -325,6 +358,17 @@
 <tr>
     <th class="heading">Objectstore</th>
     <th class="heading"><a href="components/objectstores/jdo/about.html">JDO</a></th>
+    <th class="heading">1.1.0</th>
+    <td>1.2.0</td>
+    <td>-</td>
+    <td>-</td>
+    <td>-</td>
+    <td>-</td>
+    <td>-</td>
+</tr>
+<tr>
+    <th class="heading">&nbsp;</th>
+    <th class="heading">&nbsp;</th>
     <th class="heading">1.0.0</th>
     <td>1.0.0</td>
     <td>-</td>
@@ -336,6 +380,17 @@
 <tr>
     <th class="heading">Viewer</th>
     <th class="heading"><a href="components/viewers/wicket/about.html">Wicket</a></th>
+    <th class="heading">1.2.0</th>
+    <td class="new">1.2.0</td>
+    <td>-</td>
+    <td>-</td>
+    <td>-</td>
+    <td>-</td>
+    <td>-</td>
+</tr>
+<tr>
+    <th class="heading">&nbsp;</th>
+    <th class="heading">&nbsp;</th>
     <th class="heading">1.1.0</th>
     <td class="new">1.1.0</td>
     <td>-</td>
@@ -358,6 +413,17 @@
 <tr>
     <th class="heading">&nbsp;</th>
     <th class="heading"><a href="components/viewers/restfulobjects/about.html">Restful</a></th>
+    <th class="heading">2.0.0</th>
+    <td>1.2.0</td>
+    <td>-</td>
+    <td>-</td>
+    <td>-</td>
+    <td>-</td>
+    <td>-</td>
+</tr>
+<tr>
+    <th class="heading">&nbsp;</th>
+    <th class="heading">&nbsp;</th>
     <th class="heading">1.0.0</th>
     <td>1.0.0</td>
     <td>-</td>
@@ -369,6 +435,17 @@
 <tr>
     <th class="heading">Archetype</th>
     <th class="heading"><a href="getting-started/quickstart-archetype.html">WRJ</a></th>
+    <th class="heading">1.0.3</th>
+    <td class="new">1.2.0</td>
+    <td class="new">1.1.1</td>
+    <td>-</td>
+    <td>1.1.0</td>
+    <td class="new">1.2.0</b></td>
+    <td>2.0.0</td>
+</tr>
+<tr>
+    <th class="heading">&nbsp;</th>
+    <th class="heading">&nbsp;</th>
     <th class="heading">1.0.2</th>
     <td class="new">1.1.0</td>
     <td class="new">1.1.0</td>