geirm       01/10/16 03:38:19

  Modified:    xdocs    getting-started.xml
               docs     getting-started.html
  Log:
  Fixed reference to obsolete build.bat reported by
  Yuji Kumasaka <[EMAIL PROTECTED]>
  
  Revision  Changes    Path
  1.11      +9 -4      jakarta-velocity/xdocs/getting-started.xml
  
  Index: getting-started.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/xdocs/getting-started.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- getting-started.xml       2001/04/04 09:36:27     1.10
  +++ getting-started.xml       2001/10/16 10:38:19     1.11
  @@ -55,17 +55,22 @@
   <p>
       If you are working on Unix/Linux and would like to create a full set
       of detailed API documentation for Velocity, go to the
  -    <code>build</code> directory and run the following script:
  +    <code>build</code> directory and run:
   </p>
   
   <source><![CDATA[
  -./build.sh javadocs
  +ant javadocs
   ]]></source>
   
   <p>
  -    If you are working on Windows, running <code>build.bat javadocs
  -    </code> at the DOS prompt will have the same effect.
  +The docs will be found in the <code>/docs/apidocs/</code> directory.
   </p>
  +
  +<p>
  +<b>Note:</b> Velocity uses the <a href="http://jakarta.apache.org/ant/";>Jakarta 
Ant</a> 
  +build tool for all code and documentation generation, so you will need to have it 
  +installed.  We strongly endorse this wonderful tool for any Java developer.
  +   </p>
   
   </section>
   
  
  
  
  1.38      +8 -4      jakarta-velocity/docs/getting-started.html
  
  Index: getting-started.html
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/docs/getting-started.html,v
  retrieving revision 1.37
  retrieving revision 1.38
  diff -u -r1.37 -r1.38
  --- getting-started.html      2001/09/21 10:32:23     1.37
  +++ getting-started.html      2001/10/16 10:38:19     1.38
  @@ -171,7 +171,7 @@
                                                   <p>
       If you are working on Unix/Linux and would like to create a full set
       of detailed API documentation for Velocity, go to the
  -    <code>build</code> directory and run the following script:
  +    <code>build</code> directory and run:
   </p>
                                                       <div align="left">
       <table cellspacing="4" cellpadding="0" border="0">
  @@ -183,7 +183,7 @@
       <tr>
         <td bgcolor="#023264" width="1"><img src="/images/void.gif" width="1" 
height="1" vspace="0" hspace="0" border="0"/></td>
         <td bgcolor="#ffffff"><pre>
  -./build.sh javadocs
  +ant javadocs
   </pre></td>
         <td bgcolor="#023264" width="1"><img src="/images/void.gif" width="1" 
height="1" vspace="0" hspace="0" border="0"/></td>
       </tr>
  @@ -195,9 +195,13 @@
       </table>
       </div>
                                                   <p>
  -    If you are working on Windows, running <code>build.bat javadocs
  -    </code> at the DOS prompt will have the same effect.
  +The docs will be found in the <code>/docs/apidocs/</code> directory.
   </p>
  +                                                <p>
  +<b>Note:</b> Velocity uses the <a href="http://jakarta.apache.org/ant/";>Jakarta 
Ant</a> 
  +build tool for all code and documentation generation, so you will need to have it 
  +installed.  We strongly endorse this wonderful tool for any Java developer.
  +   </p>
                               </blockquote>
           </p>
         </td></tr>
  
  
  


Reply via email to