hlship      2003/03/24 08:53:13

  Modified:    docs/site news.html
               xdocs    index.xml
               docs     index.html
               xdocs/site news.xml
  Log:
  Tapestry 2.4-alpha-5 release
  
  Revision  Changes    Path
  1.297     +22 -1     jakarta-site2/docs/site/news.html
  
  Index: news.html
  ===================================================================
  RCS file: /home/cvs/jakarta-site2/docs/site/news.html,v
  retrieving revision 1.296
  retrieving revision 1.297
  diff -u -r1.296 -r1.297
  --- news.html 22 Mar 2003 16:51:34 -0000      1.296
  +++ news.html 24 Mar 2003 16:53:13 -0000      1.297
  @@ -160,7 +160,28 @@
         </td></tr>
         <tr><td>
           <blockquote>
  -                                    <a name="20030322.1">
  +                                    <a name="20030324.1">
  +<h3>24 March 2003 - Tapestry 2.4-alpha-5 Released</h3>       
  +</a>
  +                                                <p>
  +
  +Release early! Release often! The latest release of 
  +<a href="http://jakarta.apache.org/proposals/tapestry/index.html";>Tapestry</a>  is 
  +<a href="http://sourceforge.net/project/showfiles.php?group_id=4754";>here</a>.
  +Tapestry now uses Jakarta Digester to parse specifications,
  +and Jakarta FileUpload to deal with multipart/form-data.  A simple JSP
  +tag library has been created to allow JSPs to include links
  +to Tapestry pages (the page and external services
  +are supported).
  +</p>
  +                                                <p>Tapestry 
  +now features "line precise error reporting", where runtime errors
  +are linked back to specific lines of templates or specification files.
  +Exceptions used by Tapestry were simplified and the exception hierarchy flattened, 
  +and a new parameter direction, "auto", was added.
  +</p>
  +                                                <hr size="1" noshade="noshade" />
  +                                                <a name="20030322.1">
   <h3>22 March 2003 - Tomcat 4.1.24 Stable Released</h3>
   </a>
                                                   <p>
  
  
  
  1.172     +1 -0      jakarta-site2/xdocs/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-site2/xdocs/index.xml,v
  retrieving revision 1.171
  retrieving revision 1.172
  diff -u -r1.171 -r1.172
  --- index.xml 22 Mar 2003 16:51:35 -0000      1.171
  +++ index.xml 24 Mar 2003 16:53:13 -0000      1.172
  @@ -12,6 +12,7 @@
   <section name="Product News">
   <p>
   <ul>
  +<li><a href="site/news.html#20030324.1">24 March 2003 - <b> Tapestry 2.4-alpha-5 
Released</b></a></li>
   <li><a href="site/news.html#20030322.1">22 March 2003 - <b> Tomcat 4.1.24 Stable 
Released</b></a></li>
   <li><a href="site/news.html#20030306.1">6 March 2003 - <b> Tapestry 2.4-alpha-4 
Released</b></a></li>
   <li><a href="site/news.html#20030305.1">5 March 2003 - <b> POI 1.10-dev 
Released</b></a></li>
  
  
  
  1.220     +1 -0      jakarta-site2/docs/index.html
  
  Index: index.html
  ===================================================================
  RCS file: /home/cvs/jakarta-site2/docs/index.html,v
  retrieving revision 1.219
  retrieving revision 1.220
  diff -u -r1.219 -r1.220
  --- index.html        22 Mar 2003 16:51:33 -0000      1.219
  +++ index.html        24 Mar 2003 16:53:13 -0000      1.220
  @@ -162,6 +162,7 @@
           <blockquote>
                                       <p>
   <ul>
  +<li><a href="site/news.html#20030324.1">24 March 2003 - <b> Tapestry 2.4-alpha-5 
Released</b></a></li>
   <li><a href="site/news.html#20030322.1">22 March 2003 - <b> Tomcat 4.1.24 Stable 
Released</b></a></li>
   <li><a href="site/news.html#20030306.1">6 March 2003 - <b> Tapestry 2.4-alpha-4 
Released</b></a></li>
   <li><a href="site/news.html#20030305.1">5 March 2003 - <b> POI 1.10-dev 
Released</b></a></li>
  
  
  
  1.255     +26 -0     jakarta-site2/xdocs/site/news.xml
  
  Index: news.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-site2/xdocs/site/news.xml,v
  retrieving revision 1.254
  retrieving revision 1.255
  diff -u -r1.254 -r1.255
  --- news.xml  22 Mar 2003 16:51:36 -0000      1.254
  +++ news.xml  24 Mar 2003 16:53:13 -0000      1.255
  @@ -11,6 +11,32 @@
   
   <section name="News &amp; Status">
        
  +
  +
  +<a name="20030324.1">
  +<h3>24 March 2003 - Tapestry 2.4-alpha-5 Released</h3>       
  +</a>
  +<p>
  +
  +Release early! Release often! The latest release of 
  +<a href="http://jakarta.apache.org/proposals/tapestry/index.html";>Tapestry</a>  is 
  +<a href="http://sourceforge.net/project/showfiles.php?group_id=4754";>here</a>.
  +Tapestry now uses Jakarta Digester to parse specifications,
  +and Jakarta FileUpload to deal with multipart/form-data.  A simple JSP
  +tag library has been created to allow JSPs to include links
  +to Tapestry pages (the page and external services
  +are supported).
  +</p>
  +
  +<p>Tapestry 
  +now features "line precise error reporting", where runtime errors
  +are linked back to specific lines of templates or specification files.
  +Exceptions used by Tapestry were simplified and the exception hierarchy flattened, 
  +and a new parameter direction, "auto", was added.
  +</p>
  +     
  +<hr size="1" noshade="noshade" />
  +
   <a name="20030322.1">
   <h3>22 March 2003 - Tomcat 4.1.24 Stable Released</h3>
   </a>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to