You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by ws...@apache.org on 2006/04/26 08:45:11 UTC

svn commit: r397109 - /struts/site/src/site/xdoc/downloads.xml

Author: wsmoak
Date: Tue Apr 25 23:45:09 2006
New Revision: 397109

URL: http://svn.apache.org/viewcvs?rev=397109&view=rev
Log:
Updated to reflect the latest project structure, added a link to Shale's nightly builds.

Modified:
    struts/site/src/site/xdoc/downloads.xml

Modified: struts/site/src/site/xdoc/downloads.xml
URL: http://svn.apache.org/viewcvs/struts/site/src/site/xdoc/downloads.xml?rev=397109&r1=397108&r2=397109&view=diff
==============================================================================
--- struts/site/src/site/xdoc/downloads.xml (original)
+++ struts/site/src/site/xdoc/downloads.xml Tue Apr 25 23:45:09 2006
@@ -130,22 +130,15 @@
                     Use at your own risk!
                 </p>
 
-                <p>
-                    Apache Struts development builds are managed using
-                    <a href="http://maven.apache.org/">Apache Maven</a>
-                    .
-                    Maven acquires the various JARs needed by Struts products
-                    and automaticaly shares JARs between Struts subprojects
-                    and other
-                    Maven projects.
-                </p>
-
                 <ul>
 
                     <li>
-                        <a href="http://svn.apache.org/builds/struts/maven/">
-                            Nightly Builds</a>
-                        .
+                        <a href="http://cvs.apache.org/builds/struts/maven/trunk/nightly/struts-action/">
+                            Action 1 Nightly Builds</a>
+                    </li>
+                    <li>
+                        <a href="http://cvs.apache.org/builds/struts/nightly/struts-shale/">
+                            Shale Nightly Builds</a>
                     </li>
 
                 </ul>
@@ -173,8 +166,8 @@
                 </p>
 
                 <p>
-                    To download the trunk (HEAD revision) of any Struts
-                    subproject,
+                    To download the trunk (HEAD revision) of all Struts
+                    subprojects,
                     a convenience directory has been added, named
                     <b>current</b>
                     .
@@ -222,23 +215,10 @@
                 </p>
 
                 <ul>
-                    <li>
-                        http://svn.apache.org/repos/asf/struts/action/trunk</li>
-                    <li>http://svn.apache.org/repos/asf/struts/apps/trunk</li>
-                    <li>http://svn.apache.org/repos/asf/struts/el/trunk</li>
-                    <li>
-                        http://svn.apache.org/repos/asf/struts/faces/trunk</li>
-                    <li>http://svn.apache.org/repos/asf/struts/flow/trunk</li>
-                    <li>
-                        http://svn.apache.org/repos/asf/struts/sandbox/trunk</li>
-                    <li>
-                        http://svn.apache.org/repos/asf/struts/scripting/trunk</li>
-                    <li>
-                        http://svn.apache.org/repos/asf/struts/shale/trunk</li>
-                    <li>
-                        http://svn.apache.org/repos/asf/struts/taglib/trunk</li>
-                    <li>
-                        http://svn.apache.org/repos/asf/struts/tiles/trunk</li>
+                    <li>http://svn.apache.org/repos/asf/struts/action/trunk</li>
+                    <li>http://svn.apache.org/repos/asf/struts/sandbox/trunk</li>
+                    <li>http://svn.apache.org/repos/asf/struts/shale/trunk</li>
+                    <li>http://svn.apache.org/repos/asf/struts/site</li>
                 </ul>
 
                 <p>
@@ -285,7 +265,7 @@
                     we recommend that you install and use
                     <a href="http://maven.apache.org">
                         Apache Maven</a>
-                    1.0.2,
+                    2.0,
                     since Maven will acquire whatever external JARs your
                     system may need.
                     Of course,
@@ -295,11 +275,11 @@
                 </p>
 
                 <p>
-                    With Maven installed, building the entire Struts codebase
+                    With Maven installed, building the entire Struts Action 1 codebase
                     is as simple as
                 </p>
 
-                <code>/current/build/&gt; maven build-all</code>
+                <code>/current/action/&gt; mvn install</code>
 
                 <p>
                     Maven will automatically download any dependencies as



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org