Author: ecki
Date: Wed Dec 31 18:12:18 2014
New Revision: 1648762

URL: http://svn.apache.org/r1648762
Log:
refresh jira, download and mail pages (commons-build-plugin 1.5-SN)

Modified:
    commons/proper/vfs/trunk/src/site/xdoc/download.xml
    commons/proper/vfs/trunk/src/site/xdoc/download_vfs.xml
    commons/proper/vfs/trunk/src/site/xdoc/issue-tracking.xml
    commons/proper/vfs/trunk/src/site/xdoc/mail-lists.xml

Modified: commons/proper/vfs/trunk/src/site/xdoc/download.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/vfs/trunk/src/site/xdoc/download.xml?rev=1648762&r1=1648761&r2=1648762&view=diff
==============================================================================
--- commons/proper/vfs/trunk/src/site/xdoc/download.xml (original)
+++ commons/proper/vfs/trunk/src/site/xdoc/download.xml Wed Dec 31 18:12:18 2014
@@ -24,9 +24,8 @@
     <body>
         <section name="Download">
             <p>
-                The latest release of Commons VFS can be found
-                <a href="download_vfs.cgi">here</a>
-                .
+                The latest release (binaries and source) of Commons VFS can be 
found
+                <a href="download_vfs.cgi">here</a>.
             </p>
             <p>
                 You will also need to download the jars used by Commons VFS.
@@ -102,31 +101,50 @@
                 </tr>
             </table>
         </section>
-        <section name="Building Commons VFS">
+        <section name="Obtaining Commons VFS source">
             <p>
                 To obtain the Commons VFS source, you can either:
             </p>
             <ul>
                 <li>
-                    Check the source out of SVN using:
+                    The primary source repository for the Apache Commons VFS 
project is the 
+                    <em>Subversion</em> repository. You can use the following 
command to check out
+                    the latest source version:
                     <br/>
-                    HEAD:
-                    <code>svn co 
http://svn.apache.org/repos/asf/commons/proper/vfs/trunk vfs</code>
+                    <code>svn co 
http://svn.apache.org/repos/asf/commons/proper/vfs/trunk commons-vfs</code><br/>
                     <br/>
                     For a certain version please look at
                     <a 
href="http://svn.apache.org/repos/asf/commons/proper/vfs/tags";>
                         
http://svn.apache.org/repos/asf/commons/proper/vfs/tags</a>
                 </li>
-                   <li>
+                <li>
+                    If you prefer <em>Git</em>, you can get the sources from 
the Apache Git mirror:<br/>
+                    <br/>
+                    <code>git clone git://git.apache.org/commons-vfs.git 
commons-vfs</code><br/>
+                    <br/>
+                    There is also a guideline for <a 
href="https://github.com/apache/commons-vfs/blob/trunk/CONTRIBUTING.md";>contributing
 via GitHub</a>.
+                </li>
+                <li>
                     Obtain the source from the latest release distribution. 
See the <a href="download_vfs.cgi">downloads</a> page.
                 </li>
             </ul>
+        </section>
+        <section name="Building Commons VFS">
             <p>
-                To build Commons VFS, you can use <a 
href="http://maven.apache.org";>Maven</a> 2.2.1 or later.
-                Use <code>mvn -Pinclude-sandbox install</code> to build all 
the core, examples and sandbox.
-                The jars will then be installed for use by other maven-based 
builds. The jars can either
-                be copied from the local maven repository or the target 
sub-directories for non-Maven
-                builds.
+                To build Commons VFS, you can use <a 
href="http://maven.apache.org";>Maven</a> 3.0.5 or later.
+                You need to use Java 6 or later (tested with Java 6 - 8).
+            </p><p>
+                Use <code>mvn clean verify</code> to locally build and test 
the <code>core</code> and 
+                <code>examples</code> modules. This will build the core JAR 
files in
+                
<code>commons-vfs/core/target/commons-vfs2-&lt;version>.jar</code>.
+            </p><p>
+                If you want to build the additional sandbox file systems as 
well, use
+                <code>mvn -P include-sandbox clean veriy</code>. This will 
also create the sandbox
+                components in 
<code>commons-vfs/sandbox/target/commons-vfs2-sandbox-&lt;version>.jar</code>.
+            </p><p>
+                With the following command you can run the simple 
<code>Shell</code> example:<br/>
+                <br/>
+                <code>java -cp 
core/target/commons-vfs2-2.0.jar:examples/target/commons-vfs2-examples-2.0.jat</code>
             </p>
         </section>
     </body>

Modified: commons/proper/vfs/trunk/src/site/xdoc/download_vfs.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/vfs/trunk/src/site/xdoc/download_vfs.xml?rev=1648762&r1=1648761&r2=1648762&view=diff
==============================================================================
--- commons/proper/vfs/trunk/src/site/xdoc/download_vfs.xml (original)
+++ commons/proper/vfs/trunk/src/site/xdoc/download_vfs.xml Wed Dec 31 18:12:18 
2014
@@ -31,10 +31,19 @@ limitations under the License.
  | 2) Set the following properties in the component's pom:              |
  |    - commons.componentid (required, alphabetic, lower case)          |
  |    - commons.release.version (required)                              |
+ |    - commons.release.name    (required)                              |
  |    - commons.binary.suffix (optional)                                |
  |      (defaults to "-bin", set to "" for pre-maven2 releases)         |
+ |    - commons.release.desc    (optional)                              |
+ |                                                                      |
+ |    - commons.release.2/3.version       (conditional)                 |
+ |    - commons.release.2/3.name          (conditional)                 |
+ |    - commons.release.2/3.binary.suffix (optional)                    |
+ |    - commons.release.2/3.desc          (optional)                    |
  |                                                                      |
  | 3) Example Properties                                                |
+ |    (commons.release.name inherited by parent:                        |
+ |     ${project.artifactId}-${commons.release.version}                 |
  |                                                                      |
  |  <properties>                                                        |
  |    <commons.componentid>math</commons.componentid>                   |
@@ -45,18 +54,18 @@ limitations under the License.
 -->
 <document>
   <properties>
-    <title>Download Commons VFS</title>
-    <author email="d...@commons.apache.org">Commons Documentation Team</author>
+    <title>Download Apache Commons VFS</title>
+    <author email="d...@commons.apache.org">Apache Commons Documentation 
Team</author>
   </properties>
   <body>
-    <section name="Download Commons VFS">
+    <section name="Download Apache Commons VFS">
     <subsection name="Using a Mirror">
       <p>
         We recommend you use a mirror to download our release
-        builds, but you <strong>must</strong> verify the integrity of
-        the downloaded files using signatures downloaded from our main 
+        builds, but you <strong>must</strong> <a 
href="https://www.apache.org/info/verification.html";>verify the integrity</a> of
+        the downloaded files using signatures downloaded from our main
         distribution directories. Recent releases (48 hours) may not yet
-        be available from the mirrors.
+        be available from all the mirrors.
       </p>
 
       <p>
@@ -71,7 +80,7 @@ limitations under the License.
 
       <form action="[location]" method="get" id="SelectMirror">
         <p>
-          Other mirrors: 
+          Other mirrors:
           <select name="Preferred">
           [if-any http]
             [for http]<option value="[http]">[http]</option>[end]
@@ -88,25 +97,60 @@ limitations under the License.
       </form>
 
       <p>
-        The <a href="http://www.apache.org/dist/commons/KEYS";>KEYS</a>
-        link links to the code signing keys used to sign the product.
-        The <code>PGP</code> link downloads the OpenPGP compatible signature 
from our main site. 
-        The <code>MD5</code> link downloads the checksum from the main site.
+        It is essential that you
+        <a href="https://www.apache.org/info/verification.html";>verify the 
integrity</a>
+        of downloaded files, preferably using the <code>PGP</code> signature 
(<code>*.asc</code> files);
+        failing that using the <code>MD5</code> hash (<code>*.md5</code> 
checksum files).
+      </p>
+      <p>
+        The <a href="https://www.apache.org/dist/commons/KEYS";>KEYS</a>
+        file contains the public PGP keys used by Apache Commons developers
+        to sign releases.
       </p>
     </subsection>
     </section>
-    <section name="Commons VFS 2.0 ">
+    <section name="Apache Commons VFS 2.1 (requires Java 1.6+)">
+      <subsection name="Binaries">
+        <table>
+          <tr>
+              <td><a 
href="[preferred]/commons/vfs/binaries/commons-vfs-2.1.tar.gz">commons-vfs-2.1.tar.gz</a></td>
+              <td><a 
href="https://www.apache.org/dist/commons/vfs/binaries/commons-vfs-2.1.tar.gz.md5";>md5</a></td>
+              <td><a 
href="https://www.apache.org/dist/commons/vfs/binaries/commons-vfs-2.1.tar.gz.asc";>pgp</a></td>
+          </tr>
+          <tr>
+              <td><a 
href="[preferred]/commons/vfs/binaries/commons-vfs-2.1.zip">commons-vfs-2.1.zip</a></td>
+              <td><a 
href="https://www.apache.org/dist/commons/vfs/binaries/commons-vfs-2.1.zip.md5";>md5</a></td>
+              <td><a 
href="https://www.apache.org/dist/commons/vfs/binaries/commons-vfs-2.1.zip.asc";>pgp</a></td>
+          </tr>
+        </table>
+      </subsection>
+      <subsection name="Source">
+        <table>
+          <tr>
+              <td><a 
href="[preferred]/commons/vfs/source/commons-vfs-2.1-src.tar.gz">commons-vfs-2.1-src.tar.gz</a></td>
+              <td><a 
href="https://www.apache.org/dist/commons/vfs/source/commons-vfs-2.1-src.tar.gz.md5";>md5</a></td>
+              <td><a 
href="https://www.apache.org/dist/commons/vfs/source/commons-vfs-2.1-src.tar.gz.asc";>pgp</a></td>
+          </tr>
+          <tr>
+              <td><a 
href="[preferred]/commons/vfs/source/commons-vfs-2.1-src.zip">commons-vfs-2.1-src.zip</a></td>
+              <td><a 
href="https://www.apache.org/dist/commons/vfs/source/commons-vfs-2.1-src.zip.md5";>md5</a></td>
+              <td><a 
href="https://www.apache.org/dist/commons/vfs/source/commons-vfs-2.1-src.zip.asc";>pgp</a></td>
+          </tr>
+        </table>
+      </subsection>
+    </section>
+    <section name="Apache Commons VFS 2.0 (requires Java 1.5+)">
       <subsection name="Binaries">
         <table>
           <tr>
               <td><a 
href="[preferred]/commons/vfs/binaries/commons-vfs-2.0.tar.gz">commons-vfs-2.0.tar.gz</a></td>
-              <td><a 
href="http://www.apache.org/dist/commons/vfs/binaries/commons-vfs-2.0.tar.gz.md5";>md5</a></td>
-              <td><a 
href="http://www.apache.org/dist/commons/vfs/binaries/commons-vfs-2.0.tar.gz.asc";>pgp</a></td>
+              <td><a 
href="https://www.apache.org/dist/commons/vfs/binaries/commons-vfs-2.0.tar.gz.md5";>md5</a></td>
+              <td><a 
href="https://www.apache.org/dist/commons/vfs/binaries/commons-vfs-2.0.tar.gz.asc";>pgp</a></td>
           </tr>
           <tr>
               <td><a 
href="[preferred]/commons/vfs/binaries/commons-vfs-2.0.zip">commons-vfs-2.0.zip</a></td>
-              <td><a 
href="http://www.apache.org/dist/commons/vfs/binaries/commons-vfs-2.0.zip.md5";>md5</a></td>
-              <td><a 
href="http://www.apache.org/dist/commons/vfs/binaries/commons-vfs-2.0.zip.asc";>pgp</a></td>
+              <td><a 
href="https://www.apache.org/dist/commons/vfs/binaries/commons-vfs-2.0.zip.md5";>md5</a></td>
+              <td><a 
href="https://www.apache.org/dist/commons/vfs/binaries/commons-vfs-2.0.zip.asc";>pgp</a></td>
           </tr>
         </table>
       </subsection>
@@ -114,13 +158,13 @@ limitations under the License.
         <table>
           <tr>
               <td><a 
href="[preferred]/commons/vfs/source/commons-vfs-2.0-src.tar.gz">commons-vfs-2.0-src.tar.gz</a></td>
-              <td><a 
href="http://www.apache.org/dist/commons/vfs/source/commons-vfs-2.0-src.tar.gz.md5";>md5</a></td>
-              <td><a 
href="http://www.apache.org/dist/commons/vfs/source/commons-vfs-2.0-src.tar.gz.asc";>pgp</a></td>
+              <td><a 
href="https://www.apache.org/dist/commons/vfs/source/commons-vfs-2.0-src.tar.gz.md5";>md5</a></td>
+              <td><a 
href="https://www.apache.org/dist/commons/vfs/source/commons-vfs-2.0-src.tar.gz.asc";>pgp</a></td>
           </tr>
           <tr>
               <td><a 
href="[preferred]/commons/vfs/source/commons-vfs-2.0-src.zip">commons-vfs-2.0-src.zip</a></td>
-              <td><a 
href="http://www.apache.org/dist/commons/vfs/source/commons-vfs-2.0-src.zip.md5";>md5</a></td>
-              <td><a 
href="http://www.apache.org/dist/commons/vfs/source/commons-vfs-2.0-src.zip.asc";>pgp</a></td>
+              <td><a 
href="https://www.apache.org/dist/commons/vfs/source/commons-vfs-2.0-src.zip.md5";>md5</a></td>
+              <td><a 
href="https://www.apache.org/dist/commons/vfs/source/commons-vfs-2.0-src.zip.asc";>pgp</a></td>
           </tr>
         </table>
       </subsection>
@@ -131,7 +175,7 @@ limitations under the License.
         </p>
         <ul>
           <li class="download"><a href="[preferred]/commons/vfs/">browse 
download area</a></li>
-          <li><a 
href="http://archive.apache.org/dist/commons/vfs/";>archives...</a></li>
+          <li><a 
href="https://archive.apache.org/dist/commons/vfs/";>archives...</a></li>
         </ul>
     </section>
   </body>

Modified: commons/proper/vfs/trunk/src/site/xdoc/issue-tracking.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/vfs/trunk/src/site/xdoc/issue-tracking.xml?rev=1648762&r1=1648761&r2=1648762&view=diff
==============================================================================
--- commons/proper/vfs/trunk/src/site/xdoc/issue-tracking.xml (original)
+++ commons/proper/vfs/trunk/src/site/xdoc/issue-tracking.xml Wed Dec 31 
18:12:18 2014
@@ -43,15 +43,15 @@ limitations under the License.
 -->
 <document>
   <properties>
-    <title>Commons VFS Issue tracking</title>
+    <title>Apache Commons VFS Issue tracking</title>
     <author email="d...@commons.apache.org">Commons Documentation Team</author>
   </properties>
   <body>
 
-    <section name="Commons VFS Issue tracking">
+    <section name="Apache Commons VFS Issue tracking">
       <p>
-      Commons VFS uses <a href="http://issues.apache.org/jira/";>ASF JIRA</a> 
for tracking issues.
-      See the <a href="http://issues.apache.org/jira/browse/VFS";>Commons VFS 
JIRA project page</a>.
+      Apache Commons VFS uses <a href="http://issues.apache.org/jira/";>ASF 
JIRA</a> for tracking issues.
+      See the <a href="http://issues.apache.org/jira/browse/VFS";>Apache 
Commons VFS JIRA project page</a>.
       </p>
 
       <p>
@@ -63,7 +63,7 @@ limitations under the License.
 
       <p>
       If you would like to report a bug, or raise an enhancement request with
-      Commons VFS please do the following:
+      Apache Commons VFS please do the following:
       <ol>
         <li><a 
href="http://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&amp;pid=12310495&amp;sorter/field=issuekey&amp;sorter/order=DESC&amp;status=1&amp;status=3&amp;status=4";>Search
 existing open bugs</a>.
             If you find your issue listed then please add a comment with your 
details.</li>
@@ -80,7 +80,7 @@ limitations under the License.
       <ul>
         <li>the more information you provide, the better we can help you</li>
         <li>test cases are vital, particularly for any proposed 
enhancements</li>
-        <li>the developers of Commons VFS are all unpaid volunteers</li>
+        <li>the developers of Apache Commons VFS are all unpaid volunteers</li>
       </ul>
       </p>
 
@@ -92,9 +92,9 @@ limitations under the License.
       <p>
       You may also find these links useful:
       <ul>
-        <li><a 
href="http://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&amp;pid=12310495&amp;sorter/field=issuekey&amp;sorter/order=DESC&amp;status=1&amp;status=3&amp;status=4";>All
 Open Commons VFS bugs</a></li>
-        <li><a 
href="http://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&amp;pid=12310495&amp;sorter/field=issuekey&amp;sorter/order=DESC&amp;status=5&amp;status=6";>All
 Resolved Commons VFS bugs</a></li>
-        <li><a 
href="http://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&amp;pid=12310495&amp;sorter/field=issuekey&amp;sorter/order=DESC";>All
 Commons VFS bugs</a></li>
+        <li><a 
href="http://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&amp;pid=12310495&amp;sorter/field=issuekey&amp;sorter/order=DESC&amp;status=1&amp;status=3&amp;status=4";>All
 Open Apache Commons VFS bugs</a></li>
+        <li><a 
href="http://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&amp;pid=12310495&amp;sorter/field=issuekey&amp;sorter/order=DESC&amp;status=5&amp;status=6";>All
 Resolved Apache Commons VFS bugs</a></li>
+        <li><a 
href="http://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&amp;pid=12310495&amp;sorter/field=issuekey&amp;sorter/order=DESC";>All
 Apache Commons VFS bugs</a></li>
       </ul>
       </p>
     </section>

Modified: commons/proper/vfs/trunk/src/site/xdoc/mail-lists.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/vfs/trunk/src/site/xdoc/mail-lists.xml?rev=1648762&r1=1648761&r2=1648762&view=diff
==============================================================================
--- commons/proper/vfs/trunk/src/site/xdoc/mail-lists.xml (original)
+++ commons/proper/vfs/trunk/src/site/xdoc/mail-lists.xml Wed Dec 31 18:12:18 
2014
@@ -41,14 +41,14 @@ limitations under the License.
 -->
 <document>
   <properties>
-    <title>Commons VFS Mailing Lists</title>
-    <author email="d...@commons.apache.org">Commons Documentation Team</author>
+    <title>Apache Commons VFS Mailing Lists</title>
+    <author email="d...@commons.apache.org">Apache Commons Documentation 
Team</author>
   </properties>
   <body>
 
     <section name="Overview">
       <p>
-        <a href="index.html">Commons VFS</a> shares mailing lists with all the 
other 
+        <a href="index.html">Apache Commons VFS</a> shares mailing lists with 
all the other
         <a href="http://commons.apache.org/components.html";>Commons 
Components</a>.
         To make it easier for people to only read messages related to 
components they are interested in,
         the convention in Commons is to prefix the subject line of messages 
with the component's name,
@@ -58,24 +58,27 @@ limitations under the License.
         </ul>
       </p>
       <p>
-        Questions related to the usage of Commons VFS should be posted to the
+        Questions related to the usage of Apache Commons VFS should be posted 
to the
         <a href="http://mail-archives.apache.org/mod_mbox/commons-user/";>User 
List</a>.
         <br />
         The <a 
href="http://mail-archives.apache.org/mod_mbox/commons-dev/";>Developer List</a>
-        is for questions and discussion related to the development of Commons 
VFS.
+        is for questions and discussion related to the development of Apache 
Commons VFS.
         <br />
         Please do not cross-post; developers are also subscribed to the user 
list.
+        <br />
+        You must be subscribed to post to the mailing lists.  Follow the 
Subscribe links below
+        to subscribe.
       </p>
       <p>
         <strong>Note:</strong> please don't send patches or attachments to any 
of the mailing lists.
-        Patches are best handled via the <a href="issue-tracking.html">Issue 
Tracking</a> system. 
-        Otherwise, please upload the file to a public server and include the 
URL in the mail. 
+        Patches are best handled via the <a href="issue-tracking.html">Issue 
Tracking</a> system.
+        Otherwise, please upload the file to a public server and include the 
URL in the mail.
       </p>
     </section>
 
-    <section name="Commons VFS Mailing Lists">
+    <section name="Apache Commons VFS Mailing Lists">
       <p>
-        <strong>Please prefix the subject line of any messages for <a 
href="index.html">Commons VFS</a>
+        <strong>Please prefix the subject line of any messages for <a 
href="index.html">Apache Commons VFS</a>
         with <i>[vfs]</i></strong> - <i>thanks!</i>
         <br />
         <br />
@@ -96,7 +99,7 @@ limitations under the License.
           <td>
             <strong>Commons User List</strong>
             <br /><br />
-            Questions on using Commons VFS.
+            Questions on using Apache Commons VFS.
             <br /><br />
           </td>
           <td><a 
href="mailto:user-subscr...@commons.apache.org";>Subscribe</a></td>
@@ -114,7 +117,7 @@ limitations under the License.
           <td>
             <strong>Commons Developer List</strong>
             <br /><br />
-            Discussion of development of Commons VFS.
+            Discussion of development of Apache Commons VFS.
             <br /><br />
           </td>
           <td><a 
href="mailto:dev-subscr...@commons.apache.org";>Subscribe</a></td>
@@ -185,10 +188,10 @@ limitations under the License.
             General announcements of Apache project releases.
             <br /><br />
           </td>
-          <td><a class="externalLink" 
href="mailto:announce-subscr...@apache.org";>Subscribe</a></td> 
-          <td><a class="externalLink" 
href="mailto:announce-unsubscr...@apache.org";>Unsubscribe</a></td> 
+          <td><a class="externalLink" 
href="mailto:announce-subscr...@apache.org";>Subscribe</a></td>
+          <td><a class="externalLink" 
href="mailto:announce-unsubscr...@apache.org";>Unsubscribe</a></td>
           <td><i>read only</i></td>
-          <td><a class="externalLink" 
href="http://mail-archives.apache.org/mod_mbox/www-announce/";>mail-archives.apache.org</a></td>
 
+          <td><a class="externalLink" 
href="http://mail-archives.apache.org/mod_mbox/www-announce/";>mail-archives.apache.org</a></td>
           <td><a class="externalLink" 
href="http://markmail.org/list/org.apache.announce/";>markmail.org</a><br />
               <a class="externalLink" 
href="http://old.nabble.com/Apache-News-and-Announce-f109.html";>old.nabble.com</a><br
 />
               <a class="externalLink" 
href="http://www.mail-archive.com/announce@apache.org/";>www.mail-archive.com</a><br
 />


Reply via email to