Author: husted
Date: Wed Dec 21 05:21:40 2005
New Revision: 358289

URL: http://svn.apache.org/viewcvs?rev=358289&view=rev
Log:
Site 
* Add "Building Struts" section to Acquiring. 

Modified:
    struts/site/trunk/xdocs/acquiring.xml
    struts/site/trunk/xdocs/index.xml
    struts/site/trunk/xdocs/kickstart.xml
    struts/site/trunk/xdocs/navigation.xml

Modified: struts/site/trunk/xdocs/acquiring.xml
URL: 
http://svn.apache.org/viewcvs/struts/site/trunk/xdocs/acquiring.xml?rev=358289&r1=358288&r2=358289&view=diff
==============================================================================
--- struts/site/trunk/xdocs/acquiring.xml (original)
+++ struts/site/trunk/xdocs/acquiring.xml Wed Dec 21 05:21:40 2005
@@ -126,16 +126,15 @@
 <a name="SourceCode"/>
 <subsection name="Source Code">
 
-
     <p>
         Access to the Apache Struts source repository is available through
         both
         <a 
href="http://svn.apache.org/viewcvs.cgi/struts/action/trunk/?root=Apache-SVN";>
         web browser</a> and
-        <a href="http://www.apache.org/dev/version-control.html";>
-        Subversion client</a> interfaces.
+        <a href="http://subversion.tigris.org/";>
+        Subversion client</a> interfaces. 
     </p>
-    
+        
     <p>
         To download the trunk (HEAD revision) of any Struts subproject,
         a convenience directory has been added, named <b>current</b>.
@@ -145,7 +144,14 @@
         Subversion has all the information it needs to automaticaly download
         the head revision of all the Struts subprojects.
     </p>
-
+    
+    <p>
+       With the <a href="http://subversion.tigris.org/";> Subversion client</a> 
+       installed, obtaining a working copy of the Struts codebase is as simple 
as
+    </p>
+    
+       <code>&gt; svn checkout 
http://svn.apache.org/repos/asf/struts/current</code>
+        
     <p>
         While Externals work well in practice, there are caveats.
         For example,
@@ -158,16 +164,6 @@
         <a href="http://svnbook.red-bean.com/";>Subversion Book</a>.
     </p>
 
-    <p>
-        To take advantage of the <b>current</b> shortcut, use this URL:
-    </p>
-
-    <ul>
-        <li>
-            http://svn.apache.org/repos/asf/struts/current
-        </li>
-    </ul>
-
     
     <p>
         To check out individual sub-projects from the Subversion repository,
@@ -186,6 +182,12 @@
       <li>http://svn.apache.org/repos/asf/struts/taglib/trunk</li>
       <li>http://svn.apache.org/repos/asf/struts/tiles/trunk</li>
     </ul>
+    
+    <p>
+    (Committers with write access should use the <strong>https</strong> 
protocol instead.
+    See the ASF <a 
href="http://www.apache.org/dev/version-control.html#https-svn";>
+    Source Code Repositories</a> page for details.)
+    </p>
 
     <p>
         <strong>Warning:</strong>
@@ -193,11 +195,25 @@
         be aware that you will get not just the most recent code ('trunk'),
         but a copy of every tag and branch ever created
         for Struts.
-        A complete checkout of Struts from day one will take some time
-        and might max out your disk volume!
+        A complete checkout of Struts from day one, including all the 
branches, 
+        will take some time and might max out your disk volume!
     </p>
 
     <p>
+       For more about using version control systems at Apache, 
+       see the ASF's <a 
href="http://www.apache.org/dev/version-control.html#anon-svn";>
+       Source Code Repositories</a> page. 
+       For more about how Apache Struts uses Subversion, see our 
+       <a href="http://wiki.apache.org/struts/StrutsMaintenanceSvn";>
+       Subversion wiki page</a>.       
+    </p>
+
+</subsection>
+
+<a name="Building"/>
+<subsection name="Building Struts">
+
+    <p>
         If you are building a Struts subproject from source,
         we recommend that you install and use <a 
href="http://maven.apache.org";>
         Apache Maven</a>,
@@ -205,6 +221,22 @@
         Of course,
         you can still use your build system of choice to build your own
         applications!
+    </p>
+    
+    <p>
+       With Maven installed, building the entire Struts codebase is as simple 
as 
+    </p>
+
+       <code>/current/build/&gt; maven build-all</code>
+    
+    <p>
+       Maven will automatically download any dependencies as needed.
+    </p>
+    
+    <p>
+       For more about using Maven to build Apache Struts, 
+       see our <a href="http://wiki.apache.org/struts/StrutsMaintenanceMaven";>
+       Maven wiki page</a>. 
     </p>
 
 </subsection>

Modified: struts/site/trunk/xdocs/index.xml
URL: 
http://svn.apache.org/viewcvs/struts/site/trunk/xdocs/index.xml?rev=358289&r1=358288&r2=358289&view=diff
==============================================================================
--- struts/site/trunk/xdocs/index.xml (original)
+++ struts/site/trunk/xdocs/index.xml Wed Dec 21 05:21:40 2005
@@ -95,7 +95,7 @@
     </p>
     <p>
        The subprojects will be distributed as part of the Struts Action 1.3.x 
release series. 
-       The intial 1.3.0 release is still under development. 
+       The initial 1.3.0 release is still under development. 
        Right now, <a href="http://struts.apache.org/acquiring.html";>
        Struts 1.2.8 is the best available release</a>. 
     </p>

Modified: struts/site/trunk/xdocs/kickstart.xml
URL: 
http://svn.apache.org/viewcvs/struts/site/trunk/xdocs/kickstart.xml?rev=358289&r1=358288&r2=358289&view=diff
==============================================================================
--- struts/site/trunk/xdocs/kickstart.xml (original)
+++ struts/site/trunk/xdocs/kickstart.xml Wed Dec 21 05:21:40 2005
@@ -66,9 +66,9 @@
 <a name="shale"/>
 <subsection name="Why are you offering both Struts Shale and Struts Action 
Framework? Don't they compete for new development?">
 <p>We do offer Apache Struts developers a choice, but, hey, choice is good. 
:)</p>
-<p>People who want to create and maintain <a 
href="announce.html#a20051214.4">Struts Action Framework</a> are welcome to do 
so.</p>
-<p>People who want to create and maintain <a 
href="announce.html#a20051214.2">Struts Shale</a> are equally welcome.</p>
-<p>As a volunteer organization, we are not constrained by the economics of 
competition. All we need are volunteers who are ready, willing, and able to do 
the work. So long as we have volunteers, we have work for them to do. :)</p>
+<p>People who want to create and maintain the <a 
href="announce.html#a20051214.4">Struts Action Framework</a> are welcome to do 
so.</p>
+<p>People who want to create and maintain the <a 
href="announce.html#a20051214.2">Struts Shale Framework</a> are equally 
welcome.</p>
+<p>As a volunteer organization, we are not constrained by the economics of 
competition. All we need are volunteers who are ready, willing, and able to do 
the work. So long as we have volunteers, we have work for them to do.</p>
 <p>Right now, we have volunteers who want to leverage the new JavaServer Faces 
framework by using Struts Shale for new development. We also have volunteers 
who prefer to leverage their existing investment in Struts Action Framework. 
All are welcome.</p>
 <p>For more about volunteering, visit our <a 
href="http://struts.apache.org/faqs/helping.html";>how to help page</a>.</p>
 </subsection>

Modified: struts/site/trunk/xdocs/navigation.xml
URL: 
http://svn.apache.org/viewcvs/struts/site/trunk/xdocs/navigation.xml?rev=358289&r1=358288&r2=358289&view=diff
==============================================================================
--- struts/site/trunk/xdocs/navigation.xml (original)
+++ struts/site/trunk/xdocs/navigation.xml Wed Dec 21 05:21:40 2005
@@ -102,27 +102,27 @@
      <menu name="Site Archive">    
             <item
                 name="Struts 1.2.x"
-                href="/struts-doc-1.2.x/index.html"
+                href="http://struts.apache.org/struts-doc-1.2.x/index.html";
                 />
             <item
                 name="Struts 1.2.8"
-                href="/struts-doc-1.2.8/index.html"
+                href="http://struts.apache.org//struts-doc-1.2.8/index.html";
                 />
             <item
                 name="Struts 1.2.7"
-                href="/struts-doc-1.2.7/index.html"
+                href="http://struts.apache.org//struts-doc-1.2.7/index.html";
                 />
             <item
                 name="Struts 1.2.4"
-                href="/struts-doc-1.2.4/index.html"
+                href="http://struts.apache.org//struts-doc-1.2.4/index.html";
                 />
             <item
                 name="Struts 1.1"
-                href="/struts-doc-1.1/index.html"
+                href="http://struts.apache.org//struts-doc-1.1/index.html";
                 />
             <item
                 name="Struts 1.0.2"
-                href="/struts-doc-1.0.2/index.html"
+                href="http://struts.apache.org//struts-doc-1.0.2/index.html";
                 />
       </menu>
 



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to