geirm 2004/02/19 11:38:28
Modified: xdocs index.xml changes.xml
Log:
update
Revision Changes Path
1.77 +25 -0 jakarta-velocity/xdocs/index.xml
Index: index.xml
===================================================================
RCS file: /home/cvs/jakarta-velocity/xdocs/index.xml,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -r1.76 -r1.77
--- index.xml 29 Jan 2004 12:09:15 -0000 1.76
+++ index.xml 19 Feb 2004 19:38:27 -0000 1.77
@@ -40,8 +40,33 @@
</p>
</section>
+<section name="Notice : JDOM API Change">
+ <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>
+</section>
+
<section name="Velocity News">
+ <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>
1.106 +7 -0 jakarta-velocity/xdocs/changes.xml
Index: changes.xml
===================================================================
RCS file: /home/cvs/jakarta-velocity/xdocs/changes.xml,v
retrieving revision 1.105
retrieving revision 1.106
diff -u -r1.105 -r1.106
--- changes.xml 29 Jan 2004 12:09:15 -0000 1.105
+++ changes.xml 19 Feb 2004 19:38:28 -0000 1.106
@@ -102,6 +102,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>
</subsection>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]