You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by mc...@apache.org on 2004/04/16 15:42:48 UTC

cvs commit: avalon/merlin/platform/xdocs/starting/installation cvs.xml index.xml navigation.xml

mcconnell    2004/04/16 06:42:48

  Modified:    merlin/platform/xdocs/starting/installation cvs.xml
                        index.xml navigation.xml
  Log:
  CVS build procedure updates.
  
  Revision  Changes    Path
  1.3       +26 -10    avalon/merlin/platform/xdocs/starting/installation/cvs.xml
  
  Index: cvs.xml
  ===================================================================
  RCS file: /home/cvs/avalon/merlin/platform/xdocs/starting/installation/cvs.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- cvs.xml	25 Jan 2004 13:28:50 -0000	1.2
  +++ cvs.xml	16 Apr 2004 13:42:48 -0000	1.3
  @@ -38,10 +38,7 @@
                   </p>
   <source><![CDATA[
   $ cvs -d :pserver:anoncvs@cvs.apache.org:/home/cvspublic login
  -$ cvs -z3 -d :pserver:anoncvs@cvs.apache.org:/home/cvspublic co avalon/util
  -$ cvs -z3 -d :pserver:anoncvs@cvs.apache.org:/home/cvspublic co avalon/meta
  -$ cvs -z3 -d :pserver:anoncvs@cvs.apache.org:/home/cvspublic co avalon/repository
  -$ cvs -z3 -d :pserver:anoncvs@cvs.apache.org:/home/cvspublic co avalon/merlin
  +$ cvs -z3 -d :pserver:anoncvs@cvs.apache.org:/home/cvspublic co avalon
   ]]></source>
   
               </subsection>
  @@ -53,12 +50,14 @@
                   </p>
   
   <source><![CDATA[
  -$ cd avalon/meta
  +$ cd avalon/util
   $ maven
  -$ cd ../util
  +$ cd ../meta
   $ maven
   $ cd ../repository
   $ maven
  +$ cd ../logging
  +$ maven
   $ cd ../merlin
   $ maven
   ]]></source>
  @@ -69,10 +68,10 @@
                   </p>
   
   <source><![CDATA[
  -+-- avalon
  -  +-- merlin
  -    +-- target
  -      +-- merlin
  +  avalon/merlin/target/merlin
  +                       ^^^^^^
  +                         |
  +       ( generated merlin install directory )
   ]]></source>
   
               </subsection>
  @@ -94,6 +93,23 @@
                   </p>
   
               </subsection>
  +            <subsection name="Replicate">
  +                <p>
  +                If your using the maven build environment you will need to install
  +                the supplied plugins.  Plugins are conviniently packaged in the 
  +                merlin/plugins directory.
  +                </p>
  +                <p>
  +                The following maven command will install a plugin into the maven system 
  +                (check dstribution for latest version numbers).
  +                </p>
  +<source><![CDATA[
  +$ maven -DgroupId=avalon-util -DartifactId=avalon-util-plugin -Dversion=1.0.dev-0 plugin:download
  +$ maven -DgroupId=avalon-meta -DartifactId=avalon-meta-plugin -Dversion=1.4.dev-0 plugin:download
  +$ maven -DgroupId=merlin -DartifactId=merlin-plugin -Dversion=3.3.dev-0 plugin:download
  +]]></source>
  +            </subsection>
  +
           </section>
       </body>
   
  
  
  
  1.4       +10 -5     avalon/merlin/platform/xdocs/starting/installation/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/avalon/merlin/platform/xdocs/starting/installation/index.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- index.xml	25 Jan 2004 13:28:50 -0000	1.3
  +++ index.xml	16 Apr 2004 13:42:48 -0000	1.4
  @@ -29,16 +29,21 @@
           <table>
             <tr><th>Topic</th><th>Summary</th></tr>
             <tr>
  -            <td><a href="install.3.2.html">Merlin 3.2 Installation</a></td>
  +            <td><a href="cvs.html">Building from CVS</a></td>
  +            <td>Instructions for building an installation from CVS.</td>
  +          </tr>
  +          <tr>
  +            <td><a href="install.3.3.html">Merlin 3.3 (dev) installation procedure for the 
  +             latest development snapshot release.</a></td>
               <td>Installation instructions for Merlin 3.2.</td>
             </tr>
             <tr>
  -            <td><a href="install.3.0.html">Merlin 3.0 Installation</a></td>
  -            <td>Installation instructions for Merlin 3.0.</td>
  +            <td><a href="install.3.2.html">Merlin 3.2.5 (released) installation procedure.</a></td>
  +            <td>Installation instructions for Merlin 3.2.</td>
             </tr>
             <tr>
  -            <td><a href="cvs.html">Building from CVS</a></td>
  -            <td>Instructions for building an installation from CVS.</td>
  +            <td><a href="install.3.0.html">Merlin 3.0 Installation</a></td>
  +            <td>Installation instructions for Merlin 3.0.</td>
             </tr>
           </table>
       </section>
  
  
  
  1.12      +1 -1      avalon/merlin/platform/xdocs/starting/installation/navigation.xml
  
  Index: navigation.xml
  ===================================================================
  RCS file: /home/cvs/avalon/merlin/platform/xdocs/starting/installation/navigation.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- navigation.xml	4 Apr 2004 15:49:07 -0000	1.11
  +++ navigation.xml	16 Apr 2004 13:42:48 -0000	1.12
  @@ -38,7 +38,7 @@
             <item name="CVS" href="/starting/installation/cvs.html"/>
             <item name="3.0" href="/starting/installation/install.3.0.html"/>
             <item name="3.2.5 (current)" href="/starting/installation/install.3.2.html"/>
  -          <item name="3.3 (bleeding edge)" href="/starting/installation/install.3.3.html"/>
  +          <item name="3.3 (dev)" href="/starting/installation/install.3.3.html"/>
           </item>
           <item name="Using Merlin" href="/starting/tutorial/index.html"/>
           <item name="Advanced Features" href="/starting/advanced/index.html"/>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: cvs-unsubscribe@avalon.apache.org
For additional commands, e-mail: cvs-help@avalon.apache.org