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 2001/03/27 01:36:15 UTC

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

geirm       01/03/26 15:36:15

  Modified:    xdocs    changes.xml index.xml
               docs     changes.html index.html
  Log:
  changelog : closed off b2 and started b3
  index : changed notice and update release section
  
  Revision  Changes    Path
  1.11      +131 -116  jakarta-velocity/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/xdocs/changes.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- changes.xml	2001/03/26 07:06:43	1.10
  +++ changes.xml	2001/03/26 23:36:12	1.11
  @@ -1,116 +1,131 @@
  -<?xml version="1.0"?>
  -
  -<document>
  -
  - <properties>
  -  <title>Velocity Changes</title>
  -  <author email="jon@latchkey.com">Jon S. stevens</author>
  - </properties>
  -
  -<body>
  -
  -<section name="Velocity Changes">
  -
  -<p>
  -This document tracks the changes in Velocity between releases.
  -</p>
  -
  -<subsection name="1.0b2">
  -<ul>
  -    <li>
  -        Make the distribution have CRLF for all of the text files (JSS).
  -    </li>
  -    <li>
  -        Fixed release packaging to create things in the right directory
  -        structure (JSS).
  -    </li>
  -    <li>
  -         Re-added 'include' support for Configuration. (JVZ)
  -    </li>
  -    <li>
  -         Fixed VMProxy bug when reference arg was null. (#1074) (gmj)
  -    </li>
  -    <li>
  -         Fixed nullpointer problem in cache refresh in ResourceManager 
  -	     (reported by Ilkka Priha) (gmj)
  -    </li>
  -    <li>
  -         VelocityServlet now respects the 'default.contentType' 
  -         property again.  That must have fallen out during the 'request 
  -         process' rework in VelServlet.  (reported by csterg@aias.gr) (gmj)
  -    </li>
  -    <li>
  -        Changed AnakiaTask and TexenTask to use the canonical 
  -        template file path rather than the literal string specified.  
  -        Motivated for ease of gump-tion.  Also added
  -        failonerror to the testcases.xml for the same reason. (gmj)
  -    </li>
  -    <li>
  -       Added Sam's suggestion for normalizing \n[\r] when comparing 
  -       results to expected results in the testbed via BaseTestCase  (gmj)
  -    </li>
  -    <li>
  -       Qualified import statments in Generator.java.  Added tests for 
  -       automatic boolean mapping in TexenTestCase.java. Added default 
  -       boolean mapping to texen for properties used with  the 
  -       contextProperties option.  Allow variants on boolean values in
  -       Configuration.java, and changes to relevant templates in testbed.
  -       Added default objects to context in TexenTask.java. (JVZ)
  -     </li>
  -     <li>
  -        Documentation changes to Configuration.java (DLR)
  -     </li>
  -     <li>
  -       Augmented the MethodInvocationException message in ASTMethod to 
  -       make the stacktraces more useful - noted from some traffic on 
  -       Turbine list.   (gmj)
  -     </li>
  -     <li>
  -         Added powered by logo. Look in
  -         xdocs/images/powered-by-logo.psd/.gif (JSS)
  -     </li>
  -     <li>
  -       Changed the internals of the Configuration class so that
  -       setProperty(K,V) will replace the value at K with V;
  -       addProperty(K,V) works the way setProperty(K,V) used
  -       to: if there is a value already stored at K then
  -       V is added to the vector. If nothing is being stored
  -       at K then the scalar V is simply added. setProperty(K,V)
  -       is basically a short form for clearProperty(K)/addProperty(K,V).
  -       Also added setConfiguration(C), so that an application using
  -       velocity could easily take a subset of the application
  -       configuration using C.subset(velocityProps) and set the
  -       whole velocity configuration at once. This is now how
  -       the velocity service works in Turbine. (JVZ)
  -     </li>
  -
  -     <li>
  -       Added support to the Runtime/Velocity classes for
  -       addProperty(K,V). (JVZ)
  -     </li>
  -       
  -     <li>
  -       Added support to Runtime/Velocity classes for setConfiguration.
  -       (JVZ)
  -     </li>
  -     
  -     <li>
  -        Confirmed that the build.bat works on Win98 as well as made the
  -        classpath that the build.bat generates equal to the one that
  -        build.sh generates. (JSS)
  -     </li>
  -</ul>
  -</subsection>
  -
  -<subsection name="1.0b1">
  -<ul>
  -    <li>
  -        Initial release.
  -    </li>
  -</ul>
  -</subsection>
  -
  -</section>
  -
  -</body>
  -</document>
  +<?xml version="1.0"?>
  +
  +<document>
  +
  + <properties>
  +  <title>Velocity Changes</title>
  +  <author email="jon@latchkey.com">Jon S. stevens</author>
  + </properties>
  +
  +<body>
  +
  +<section name="Velocity Changes">
  +
  +<p>
  +This document tracks the changes in Velocity between releases.
  +</p>
  +
  +<subsection name="1.0b3">
  +<ul>
  +   <li>
  +      Second beta period begun.
  +   </li>
  +</ul>
  +
  +</subsection>
  +
  +<subsection name="1.0b2">
  +
  +<p>
  +   Released as version 1.0 beta 2 on March 26, 2001
  +</p>
  +
  +<ul>
  +    
  +    <li>
  +        Make the distribution have CRLF for all of the text files (JSS).
  +    </li>
  +    <li>
  +        Fixed release packaging to create things in the right directory
  +        structure (JSS).
  +    </li>
  +    <li>
  +         Re-added 'include' support for Configuration. (JVZ)
  +    </li>
  +    <li>
  +         Fixed VMProxy bug when reference arg was null. (#1074) (gmj)
  +    </li>
  +    <li>
  +         Fixed nullpointer problem in cache refresh in ResourceManager 
  +	     (reported by Ilkka Priha) (gmj)
  +    </li>
  +    <li>
  +         VelocityServlet now respects the 'default.contentType' 
  +         property again.  That must have fallen out during the 'request 
  +         process' rework in VelServlet.  (reported by csterg@aias.gr) (gmj)
  +    </li>
  +    <li>
  +        Changed AnakiaTask and TexenTask to use the canonical 
  +        template file path rather than the literal string specified.  
  +        Motivated for ease of gump-tion.  Also added
  +        failonerror to the testcases.xml for the same reason. (gmj)
  +    </li>
  +    <li>
  +       Added Sam's suggestion for normalizing \n[\r] when comparing 
  +       results to expected results in the testbed via BaseTestCase  (gmj)
  +    </li>
  +    <li>
  +       Qualified import statments in Generator.java.  Added tests for 
  +       automatic boolean mapping in TexenTestCase.java. Added default 
  +       boolean mapping to texen for properties used with  the 
  +       contextProperties option.  Allow variants on boolean values in
  +       Configuration.java, and changes to relevant templates in testbed.
  +       Added default objects to context in TexenTask.java. (JVZ)
  +     </li>
  +     <li>
  +        Documentation changes to Configuration.java (DLR)
  +     </li>
  +     <li>
  +       Augmented the MethodInvocationException message in ASTMethod to 
  +       make the stacktraces more useful - noted from some traffic on 
  +       Turbine list.   (gmj)
  +     </li>
  +     <li>
  +         Added powered by logo. Look in
  +         xdocs/images/powered-by-logo.psd/.gif (JSS)
  +     </li>
  +     <li>
  +       Changed the internals of the Configuration class so that
  +       setProperty(K,V) will replace the value at K with V;
  +       addProperty(K,V) works the way setProperty(K,V) used
  +       to: if there is a value already stored at K then
  +       V is added to the vector. If nothing is being stored
  +       at K then the scalar V is simply added. setProperty(K,V)
  +       is basically a short form for clearProperty(K)/addProperty(K,V).
  +       Also added setConfiguration(C), so that an application using
  +       velocity could easily take a subset of the application
  +       configuration using C.subset(velocityProps) and set the
  +       whole velocity configuration at once. This is now how
  +       the velocity service works in Turbine. (JVZ)
  +     </li>
  +
  +     <li>
  +       Added support to the Runtime/Velocity classes for
  +       addProperty(K,V). (JVZ)
  +     </li>
  +       
  +     <li>
  +       Added support to Runtime/Velocity classes for setConfiguration.
  +       (JVZ)
  +     </li>
  +     
  +     <li>
  +        Confirmed that the build.bat works on Win98 as well as made the
  +        classpath that the build.bat generates equal to the one that
  +        build.sh generates. (JSS)
  +     </li>
  +</ul>
  +</subsection>
  +
  +<subsection name="1.0b1">
  +<ul>
  +    <li>
  +        Initial release.
  +    </li>
  +</ul>
  +</subsection>
  +
  +</section>
  +
  +</body>
  +</document>
  
  
  
  1.14      +11 -5     jakarta-velocity/xdocs/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/xdocs/index.xml,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- index.xml	2001/03/24 22:10:55	1.13
  +++ index.xml	2001/03/26 23:36:12	1.14
  @@ -9,7 +9,7 @@
   
    <body>
   
  -<section name="Velocity v1.0 Beta 1 Released">
  +<section name="Velocity v1.0 Beta 2 Released">
   
    <p>
      <table>
  @@ -18,9 +18,10 @@
      <img src="images/powered-by-logo.gif" alt="powered-by-logo.gif" width="77" height="32"/>
      </td>
      <td>
  -   The Velocity team is proud to announce that the first release
  -   candidate, <strong>v1.0 beta 1</strong>, is now released.
  -   Congratulations and thanks to all who helped make Velocity a reality.
  +   The Velocity team is proud to announce that the second release
  +   candidate, <strong>v1.0 beta 2</strong>, is now released, following our
  +   successful beta 1.  We plan our v1.0 release on April 2, 2001.
  +   Congratulations and thanks to all who are helping make Velocity a reality.
      </td>
      </tr>
      </table>      
  @@ -61,8 +62,13 @@
   
   <section name="Where do I get releases?">
   
  +<p> 
  +   The current release is our second release candidate, v1.0 beta 2.   It is available 
  +<a href="http://jakarta.apache.org/builds/jakarta-velocity/release/v1.0b2/">here.</a>
  +</p>
  +
   <p>
  -    The current release is our first release candidate, v1.0 beta 1.  It is available 
  +    Our previous release candidate, v1.0 beta 1, is available 
   <a href="http://jakarta.apache.org/builds/jakarta-velocity/release/v1.0b1/">here.</a>
   </p>
   
  
  
  
  1.10      +21 -1     jakarta-velocity/docs/changes.html
  
  Index: changes.html
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/docs/changes.html,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- changes.html	2001/03/26 07:06:41	1.9
  +++ changes.html	2001/03/26 23:36:14	1.10
  @@ -112,12 +112,32 @@
                                                       <table border="0" cellspacing="0" cellpadding="2" width="100%">
         <tr><td bgcolor="#828DA6">
           <font color="#ffffff" face="arial,helvetica,sanserif">
  -          <a name="1.0b2"><strong>1.0b2</strong></a>
  +          <a name="1.0b3"><strong>1.0b3</strong></a>
           </font>
         </td></tr>
         <tr><td>
           <blockquote>
                                       <ul>
  +   <li>
  +      Second beta period begun.
  +   </li>
  +</ul>
  +                            </blockquote>
  +      </td></tr>
  +    </table>
  +                                                    <table border="0" cellspacing="0" cellpadding="2" width="100%">
  +      <tr><td bgcolor="#828DA6">
  +        <font color="#ffffff" face="arial,helvetica,sanserif">
  +          <a name="1.0b2"><strong>1.0b2</strong></a>
  +        </font>
  +      </td></tr>
  +      <tr><td>
  +        <blockquote>
  +                                    <p>
  +   Released as version 1.0 beta 2 on March 26, 2001
  +</p>
  +                                                <ul>
  +    
       <li>
           Make the distribution have CRLF for all of the text files (JSS).
       </li>
  
  
  
  1.26      +11 -6     jakarta-velocity/docs/index.html
  
  Index: index.html
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/docs/index.html,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -u -r1.25 -r1.26
  --- index.html	2001/03/24 22:12:06	1.25
  +++ index.html	2001/03/26 23:36:14	1.26
  @@ -101,7 +101,7 @@
                                                                       <table border="0" cellspacing="0" cellpadding="2" width="100%">
         <tr><td bgcolor="#525D76">
           <font color="#ffffff" face="arial,helvetica,sanserif">
  -          <a name="Velocity v1.0 Beta 1 Released"><strong>Velocity v1.0 Beta 1 Released</strong></a>
  +          <a name="Velocity v1.0 Beta 2 Released"><strong>Velocity v1.0 Beta 2 Released</strong></a>
           </font>
         </td></tr>
         <tr><td>
  @@ -113,9 +113,10 @@
      <img src="images/powered-by-logo.gif" alt="powered-by-logo.gif" width="77" height="32" />
      </td>
      <td>
  -   The Velocity team is proud to announce that the first release
  -   candidate, <strong>v1.0 beta 1</strong>, is now released.
  -   Congratulations and thanks to all who helped make Velocity a reality.
  +   The Velocity team is proud to announce that the second release
  +   candidate, <strong>v1.0 beta 2</strong>, is now released, following our
  +   successful beta 1.  We plan our v1.0 release on April 2, 2001.
  +   Congratulations and thanks to all who are helping make Velocity a reality.
      </td>
      </tr>
      </table>      
  @@ -165,8 +166,12 @@
         </td></tr>
         <tr><td>
           <blockquote>
  -                                    <p>
  -    The current release is our first release candidate, v1.0 beta 1.  It is available 
  +                                    <p> 
  +   The current release is our second release candidate, v1.0 beta 2.   It is available 
  +<a href="http://jakarta.apache.org/builds/jakarta-velocity/release/v1.0b2/">here.</a>
  +</p>
  +                                                <p>
  +    Our previous release candidate, v1.0 beta 1, is available 
   <a href="http://jakarta.apache.org/builds/jakarta-velocity/release/v1.0b1/">here.</a>
   </p>
                               </blockquote>