You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@gump.apache.org by aj...@apache.org on 2004/01/16 18:39:59 UTC

cvs commit: jakarta-gump/src/documentation/content/xdocs/metadata practices.xml

ajack       2004/01/16 09:39:59

  Modified:    src/documentation/content/xdocs gettingstarted.xml
               src/documentation/content/xdocs/metadata practices.xml
  Log:
  Fixed a mistake that wasn't pure forrest xdocs (<b> -> <em>)
  Reference the dependencies of CVS & SVN in 'gettign started.
  
  Revision  Changes    Path
  1.6       +17 -1     jakarta-gump/src/documentation/content/xdocs/gettingstarted.xml
  
  Index: gettingstarted.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-gump/src/documentation/content/xdocs/gettingstarted.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- gettingstarted.xml	10 Dec 2003 11:22:10 -0000	1.5
  +++ gettingstarted.xml	16 Jan 2004 17:39:59 -0000	1.6
  @@ -71,10 +71,26 @@
         compliant parser, a command prompt (bash or Windows NT/2K), and Perl.
         Perl is only used at the moment for some of the publishing and
         notification, so it can be omitted.</p>
  -
  +      
         <p>It is highly recommended at this point that you review the
         description of the data definitions used by Gump, starting with
         the <link href="site:om/overview">overview</link>.</p>
  +      
  +      <section><title>Pre-requisites</title>
  +      	<section><title>Source Control System</title>
  +      	<p>One of these two is required.</p>
  +      	<ul>
  +      		<li>CVS -- Concurrent Versioning System</li>
  +      		<li>SVN -- <fork href="http://subversion.tigris.org">Subversion</fork></li>
  +      	</ul>
  +      	</section>
  +      	<section><title>Jar Download</title>
  +      	<p>This is optional.</p>
  +      	<ul>
  +      		<li>Ruper -- <fork href="http://incubator.apache.org/projects/ruper.html">Resource Updater</fork></li>
  +      	</ul>
  +		</section>
  +	  </section>
       </section>
   
       <section><title>Getting the source to Gump</title>
  
  
  
  1.5       +1 -1      jakarta-gump/src/documentation/content/xdocs/metadata/practices.xml
  
  Index: practices.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-gump/src/documentation/content/xdocs/metadata/practices.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- practices.xml	15 Dec 2003 09:00:32 -0000	1.4
  +++ practices.xml	16 Jan 2004 17:39:59 -0000	1.5
  @@ -45,7 +45,7 @@
     			be Gumped, the better <em>Friend Of Gump</em> it'll be, and
     			will make a much better dependency for downstream projects.</p>
     		<p>Project often set dependencies on <em>junit</em> or <em>checkstyle</em>
  -  			and then fail to even get Gumped to <b>compile</b> when those fail.
  +  			and then fail to even get Gumped to <em>compile</em> when those fail.
     			Setting those two to optional, and then making the buildfile check
     			if they are available before attempting the task is a nice way
     			to go.</p>