geirm       01/05/29 06:40:50

  Modified:    xdocs    developer-guide.xml
               docs     developer-guide.html
  Log:
  Fix for jar-src target, and added note to clarify the need for
  jakarta-site2 for doc building.  Thanks to tip from Jim McNeill.
  
  Revision  Changes    Path
  1.50      +4 -2      jakarta-velocity/xdocs/developer-guide.xml
  
  Index: developer-guide.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/xdocs/developer-guide.xml,v
  retrieving revision 1.49
  retrieving revision 1.50
  diff -u -r1.49 -r1.50
  --- developer-guide.xml       2001/05/21 04:13:51     1.49
  +++ developer-guide.xml       2001/05/29 13:40:44     1.50
  @@ -208,10 +208,12 @@
           using Velocity's <a href="anakia.html">Anakia</a> XML transformation tool.  

           Allowing you to use
           Velocity templates in place of stylesheets
  -        - give it a try!
  +        - give it a try!  <i>Note: This target requires that the jakarta-site2 
project
  +        is located as a peer directory to the jakarta-velocity distribution 
directory.
  +        Please see the note in the build.xml file for this target for further 
information.</i>
         </li>
         <li>  
  -        <b><code>jarsrc</code></b> bundles all the Velocity source code into a 
single
  +        <b><code>jar-src</code></b> bundles all the Velocity source code into a 
single
           jar, placed in the <code>bin</code> directory.
         </li>
         <li>
  
  
  
  1.66      +4 -2      jakarta-velocity/docs/developer-guide.html
  
  Index: developer-guide.html
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/docs/developer-guide.html,v
  retrieving revision 1.65
  retrieving revision 1.66
  diff -u -r1.65 -r1.66
  --- developer-guide.html      2001/05/21 04:13:53     1.65
  +++ developer-guide.html      2001/05/29 13:40:48     1.66
  @@ -313,10 +313,12 @@
           using Velocity's <a href="anakia.html">Anakia</a> XML transformation tool.  
           Allowing you to use
           Velocity templates in place of stylesheets
  -        - give it a try!
  +        - give it a try!  <i>Note: This target requires that the jakarta-site2 
project
  +        is located as a peer directory to the jakarta-velocity distribution 
directory.
  +        Please see the note in the build.xml file for this target for further 
information.</i>
         </li>
         <li>  
  -        <b><code>jarsrc</code></b> bundles all the Velocity source code into a 
single
  +        <b><code>jar-src</code></b> bundles all the Velocity source code into a 
single
           jar, placed in the <code>bin</code> directory.
         </li>
         <li>
  
  
  

Reply via email to