You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@velocity.apache.org by ge...@apache.org on 2004/02/19 20:47:30 UTC

cvs commit: jakarta-velocity/docs changes.html index.html

geirm       2004/02/19 11:47:30

  Modified:    docs     changes.html index.html
  Log:
  update
  
  Revision  Changes    Path
  1.112     +8 -1      jakarta-velocity/docs/changes.html
  
  Index: changes.html
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/docs/changes.html,v
  retrieving revision 1.111
  retrieving revision 1.112
  diff -u -r1.111 -r1.112
  --- changes.html	29 Jan 2004 12:09:43 -0000	1.111
  +++ changes.html	19 Feb 2004 19:47:30 -0000	1.112
  @@ -243,6 +243,13 @@
   <li>
   Tiny fix to VelocityWriter to prevent a NPE if someone passes it a null (gmj)    
   </li>
  +<li>
  +    Anakia changes to accomodate finalization of JDOM API.  In AnakiaJDOMFactory,
  +    AnakiaTask, and OutputWrapper (gmj)
  +</li>
  +<li>
  +    Added template, line and column info to MIEs thrown by ASTMethod (gmj)
  +</li>
   </ul>
                               </blockquote>
         </td></tr>
  @@ -1358,7 +1365,7 @@
                   </td></tr>
                   <tr><td colspan="2">
                       <div align="center"><font color="#525D76" size="-1"><em>
  -                    Copyright &#169; 1999-2004, Apache Software Foundation
  +                    Copyright &#169; 1999-2004, The Apache Software Foundation
                       </em></font></div>
                   </td></tr>
               </table>
  
  
  
  1.100     +35 -1     jakarta-velocity/docs/index.html
  
  Index: index.html
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/docs/index.html,v
  retrieving revision 1.99
  retrieving revision 1.100
  diff -u -r1.99 -r1.100
  --- index.html	29 Jan 2004 12:09:43 -0000	1.99
  +++ index.html	19 Feb 2004 19:47:30 -0000	1.100
  @@ -181,12 +181,46 @@
                                                   <table border="0" cellspacing="0" cellpadding="2" width="100%">
         <tr><td bgcolor="#525D76">
           <font color="#ffffff" face="arial,helvetica,sanserif">
  +          <a name="Notice : JDOM API Change"><strong>Notice : JDOM API Change</strong></a>
  +        </font>
  +      </td></tr>
  +      <tr><td>
  +        <blockquote>
  +                                    <p>
  +        As part of their effort to reach v1.0, the JDOM
  +        community has made slight modifications to their API.
  +        This will affect Velocity users that use the 'Anakia'
  +        package.
  +    </p>
  +                                                <p>
  +        Velocity versions 1.4 and older require using a version
  +        of JDOM older than beta10rc1.  All new releases of
  +        Velocity will use JDOM beta10rc1 and 1.0 when it comes out.
  +    </p>
  +                            </blockquote>
  +        </p>
  +      </td></tr>
  +      <tr><td><br/></td></tr>
  +    </table>
  +                                                <table border="0" cellspacing="0" cellpadding="2" width="100%">
  +      <tr><td bgcolor="#525D76">
  +        <font color="#ffffff" face="arial,helvetica,sanserif">
             <a name="Velocity News"><strong>Velocity News</strong></a>
           </font>
         </td></tr>
         <tr><td>
           <blockquote>
                                       <p>
  +        <strong>New Article on Velocity</strong>
  +        <blockquote>
  +        Sing Li discusses how to use Velocity in a standalone application
  +        as well as a replacement for JSP in the Struts MVC framework in this
  +        <a href="http://www.ibm.com/developerworks/library/j-velocity/">
  +        article</a>
  +        (<i>2004-02-19</i>)
  +        </blockquote>
  +    </p>
  +                                                <p>
           <strong>ALE uses Velocity</strong>
           <blockquote>
           Brad Cox is pleased to announce the alpha (0.1) release of the
  @@ -396,7 +430,7 @@
                   </td></tr>
                   <tr><td colspan="2">
                       <div align="center"><font color="#525D76" size="-1"><em>
  -                    Copyright &#169; 1999-2004, Apache Software Foundation
  +                    Copyright &#169; 1999-2004, The Apache Software Foundation
                       </em></font></div>
                   </td></tr>
               </table>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: velocity-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: velocity-dev-help@jakarta.apache.org