Martin Cooper wrote:
On Apr 2, 2005 1:32 PM, Oliver Heger <[EMAIL PROTECTED]> wrote:Sorry for bothering you all again, but I still cannot commit to the jakarta site module.
Martin Cooper wrote:
Hm, how long can this delay be? I still can't commit because of aOn Apr 2, 2005 10:52 AM, Oliver Heger <[EMAIL PROTECTED]> wrote:
Okay, I made some progress in the meantime:
The server indeed needs some time for catching up changes. This problem is solved.
I also figured out, which files of the site module I have to update. But unfortunately I do not have commit rights on this module. Can anybody grant me the necessary rights or do I have to ask if there are volounteers that can update the site to reflect the new configuration 1.1 release?
I've added you to the auth list for 'site'. There may be a (hopefully short) delay while this gets propagated to the live repo.
-- Martin Cooper
failing authorization to ASF Committers (that's what the svn client
tells me).
I don't think the automatic update has been set up yet, so it needs one of the infra@ folks to do an svn update. But make sure you checked out with https and not http. ;-)
-- Martin Cooper
In my desperation I have created a patch with my changes to the site. It adds a news item about the new configuration release and updates the version numbers on the download page. I would be glad if somebody please could apply this patch, so that I can continue with the remaining steps. (I know this could be a bit problematic because there seem to be updates quite often.)
The patch is attached. For the case that it gets filtered by the list it can be found here:
http://people.apache.org/~oheger/site.diff
Thanks very much! Oliver
Index: xdocs/site/news/news-2005-q1.xml =================================================================== --- xdocs/site/news/news-2005-q1.xml (Revision 159905) +++ xdocs/site/news/news-2005-q1.xml (Arbeitskopie) @@ -30,6 +30,30 @@ <hr size="1" noshade="noshade" /> --> +<a name="20050402.1"> +<h3>2 April 2005 - Commons Configuration 1.1 Released</h3> +</a> + +<p> +Version 1.1 of <a href="http://jakarta.apache.org/commons/configuration/">Commons Configuration</a> +is now available. Commons Configuration provides a generic configuration +interface which enables an application to read configuration data from a +variety of sources. +</p> +<p> +This release introduces some new features like basic support +for reloading of configuration files or optional configurations. A full list +with the changes since the last release can be found here:<br/> +<a href="http://jakarta.apache.org/commons/configuration/changes-report.html"> +http://jakarta.apache.org/commons/configuration/changes-report.html</a> +</p> +<p> +<b>Downloads:</b><br /> +<a href="http://jakarta.apache.org/site/downloads/downloads_commons-configuration.cgi">http://jakarta.apache.org/site/downloads/downloads_commons-configuration.cgi</a> +</p> + +<hr size="1" noshade="noshade" /> + <a name="20050329.1"> <h3>29 March 2005 - Tapestry 3.0.3 Released</h3> </a> Index: xdocs/index.xml =================================================================== --- xdocs/index.xml (Revision 159905) +++ xdocs/index.xml (Arbeitskopie) @@ -31,6 +31,7 @@ <h4><a href="site/news/news-2005-q1.html">Latest Jakarta News</a></h4> <ul> + <li><a href="site/news/news-2005-q1.html#20050402.1">2 April 2005 - <b>Commons Configuration</b> 1.1 Released</a></li> <li><a href="site/news/news-2005-q1.html#20050329.1">29 March 2005 - <b>Tapestry 3.0.3</b> Released</a></li> <li><a href="site/news/news-2005-q1.html#20050327.1">27 March 2005 - <b>Tomcat 5.5.9-alpha</b> Released</a></li> <li><a href="site/news/news-2005-q1.html#20050325.1">25 March 2005 - <b>HiveMind 1.1-alpha-3</b> Released</a></li> Index: xdocs/downloads/downloads.xml =================================================================== --- xdocs/downloads/downloads.xml (Revision 159905) +++ xdocs/downloads/downloads.xml (Arbeitskopie) @@ -167,12 +167,11 @@ <link name="Nightly builds" href="http://cvs.apache.org/builds/jakarta-commons/nightly/commons-configuration/"/> <link name="Changes Report" href="http://jakarta.apache.org/commons/configuration/changes-report.html"/> <group label="Binary"> - <download name="1.0.jar" href="jakarta/commons/configuration/binaries/commons-configuration-1.0.jar"/> - <download name="1.0.tar.gz" href="jakarta/commons/configuration/binaries/commons-configuration-1.0.tar.gz"/> - <download name="1.0.zip" href="jakarta/commons/configuration/binaries/commons-configuration-1.0.zip"/> + <download name="1.1.tar.gz" href="jakarta/commons/configuration/binaries/commons-configuration-1.1.tar.gz"/> + <download name="1.1.zip" href="jakarta/commons/configuration/binaries/commons-configuration-1.1.zip"/> </group> <group label="Source"> - <download name="1.0.tar.gz" href="jakarta/commons/configuration/source/commons-configuration-1.0-src.tar.gz"/> + <download name="1.0.tar.gz" href="jakarta/commons/configuration/source/commons-configuration-1.1-src.tar.gz"/> <download name="1.0.zip" href="jakarta/commons/configuration/source/commons-configuration-1.0-src.zip"/> </group> <download name="browse download area" href="jakarta/commons/configuration/" directory="true"/> Index: docs/site/downloads/downloads_commons-configuration.html =================================================================== --- docs/site/downloads/downloads_commons-configuration.html (Revision 159905) +++ docs/site/downloads/downloads_commons-configuration.html (Arbeitskopie) @@ -3,24 +3,24 @@ <html> <head> <title>The Jakarta Site - Commons Configuration Downloads</title> -<link type="text/css" href="/style/style.css" rel="stylesheet" /> +<link rel="stylesheet" href="/style/style.css" type="text/css"/> </head> <body> -<table cellspacing="0" width="100%" border="0" class="page-header"> +<table class="page-header" border="0" width="100%" cellspacing="0"> <!--PAGE HEADER--> <tr> <td colspan="2"> <!--JAKARTA LOGO--> <a href="http://jakarta.apache.org/"> -<img border="0" alt="The Jakarta Project" src="http://jakarta.apache.org/images/jakarta-logo.gif" /> +<img src="http://jakarta.apache.org/images/jakarta-logo.gif" alt="The Jakarta Project" border="0"/> </a> </td> </tr> </table> -<table cellspacing="4" width="100%" border="0"> +<table border="0" width="100%" cellspacing="4"> <tr> <!--LEFT SIDE NAVIGATION--> -<td nowrap="nowrap" valign="top" class="left-navbar"> +<td class="left-navbar" valign="top" nowrap="nowrap"> <p> <strong>Support</strong> </p> @@ -151,7 +151,7 @@ </ul> </td> <!--MAIN BODY--> -<td align="left" valign="top" class="main-body"> +<td class="main-body" valign="top" align="left"> <div class="section"> <div class="section-header"> <a name="Commons Configuration Downloads"> @@ -168,11 +168,11 @@ encounter a problem with this mirror, please select another mirror. If all mirrors are failing, there are <i>backup</i> mirrors (at the end of the mirrors list) that should be - available.<br />[if-any logo]<a href="[link]"> -<img border="0" src="[logo]" align="right" /> + available.<br/>[if-any logo]<a href="[link]"> +<img align="right" src="[logo]" border="0"/> </a>[end]</p> <p> -<form id="SelectMirror" method="get" action="[location]"> +<form action="[location]" method="get" id="SelectMirror"> Other mirrors: <select name="Preferred"> [if-any http] [for http]<option value="[http]">[http]</option>[end] @@ -184,7 +184,7 @@ [for backup]<option value="[backup]">[backup] (backup)</option>[end] [end] </select> -<input value="Change" type="submit" /> +<input type="submit" value="Change"/> </form> </p> <p> @@ -192,7 +192,7 @@ The <code>MD5</code> link downloads the checksum from the main site. </p> -<p>For more information concerning Commons Configuration, see the <a class="name" href="http://jakarta.apache.org/commons/configuration/">Commons Configuration</a> site. </p> +<p>For more information concerning Commons Configuration, see the <a href="http://jakarta.apache.org/commons/configuration/" class="name">Commons Configuration</a> site. </p> <div class="links"> <span class="link"> <a href="http://www.apache.org/dist/jakarta/commons/configuration/KEYS">KEYS</a> @@ -211,45 +211,36 @@ </div> <ul> <li class="download"> -<a href="[preferred]/jakarta/commons/configuration/binaries/commons-configuration-1.0.jar">1.0.jar</a> +<a href="[preferred]/jakarta/commons/configuration/binaries/commons-configuration-1.1.tar.gz">1.1.tar.gz</a> <ul class="attributes"> <li> -<span class="md5">[<a href="http://www.apache.org/dist/jakarta/commons/configuration/binaries/commons-configuration-1.0.jar.md5">md5</a>]</span> -<span class="pgp">[<a href="http://www.apache.org/dist/jakarta/commons/configuration/binaries/commons-configuration-1.0.jar.asc">pgp</a>]</span> +<span class="md5">[<a href="http://www.apache.org/dist/jakarta/commons/configuration/binaries/commons-configuration-1.1.tar.gz.md5">md5</a>]</span> +<span class="pgp">[<a href="http://www.apache.org/dist/jakarta/commons/configuration/binaries/commons-configuration-1.1.tar.gz.asc">pgp</a>]</span> </li> </ul> </li> <li class="download"> -<a href="[preferred]/jakarta/commons/configuration/binaries/commons-configuration-1.0.tar.gz">1.0.tar.gz</a> +<a href="[preferred]/jakarta/commons/configuration/binaries/commons-configuration-1.1.zip">1.1.zip</a> <ul class="attributes"> <li> -<span class="md5">[<a href="http://www.apache.org/dist/jakarta/commons/configuration/binaries/commons-configuration-1.0.tar.gz.md5">md5</a>]</span> -<span class="pgp">[<a href="http://www.apache.org/dist/jakarta/commons/configuration/binaries/commons-configuration-1.0.tar.gz.asc">pgp</a>]</span> +<span class="md5">[<a href="http://www.apache.org/dist/jakarta/commons/configuration/binaries/commons-configuration-1.1.zip.md5">md5</a>]</span> +<span class="pgp">[<a href="http://www.apache.org/dist/jakarta/commons/configuration/binaries/commons-configuration-1.1.zip.asc">pgp</a>]</span> </li> </ul> </li> -<li class="download"> -<a href="[preferred]/jakarta/commons/configuration/binaries/commons-configuration-1.0.zip">1.0.zip</a> -<ul class="attributes"> -<li> -<span class="md5">[<a href="http://www.apache.org/dist/jakarta/commons/configuration/binaries/commons-configuration-1.0.zip.md5">md5</a>]</span> -<span class="pgp">[<a href="http://www.apache.org/dist/jakarta/commons/configuration/binaries/commons-configuration-1.0.zip.asc">pgp</a>]</span> -</li> </ul> </li> -</ul> -</li> <li class="group"> <div class="links"> <span class="label">Source</span> </div> <ul> <li class="download"> -<a href="[preferred]/jakarta/commons/configuration/source/commons-configuration-1.0-src.tar.gz">1.0.tar.gz</a> +<a href="[preferred]/jakarta/commons/configuration/source/commons-configuration-1.1-src.tar.gz">1.0.tar.gz</a> <ul class="attributes"> <li> -<span class="md5">[<a href="http://www.apache.org/dist/jakarta/commons/configuration/source/commons-configuration-1.0-src.tar.gz.md5">md5</a>]</span> -<span class="pgp">[<a href="http://www.apache.org/dist/jakarta/commons/configuration/source/commons-configuration-1.0-src.tar.gz.asc">pgp</a>]</span> +<span class="md5">[<a href="http://www.apache.org/dist/jakarta/commons/configuration/source/commons-configuration-1.1-src.tar.gz.md5">md5</a>]</span> +<span class="pgp">[<a href="http://www.apache.org/dist/jakarta/commons/configuration/source/commons-configuration-1.1-src.tar.gz.asc">pgp</a>]</span> </li> </ul> </li> @@ -276,7 +267,7 @@ </div> </td> <!--RIGHT SIDE NAVIGATION--> -<td nowrap="nowrap" valign="top" class="right-navbar"> +<td class="right-navbar" valign="top" nowrap="nowrap"> <p> <strong>About Jakarta</strong> </p> @@ -340,9 +331,9 @@ </p> <div class="searchbox"> <form action="http://www.google.com/search" method="get"> - <input value="jakarta.apache.org" name="sitesearch" type="hidden" /> - <input size="10" name="q" id="query" type="text" /> - <input name="Search" value="Search" type="submit" /> + <input value="jakarta.apache.org" name="sitesearch" type="hidden"/> + <input size="10" name="q" id="query" type="text"/> + <input name="Search" value="Search" type="submit"/> </form> </div> <p> @@ -381,7 +372,7 @@ <!--FOOTER SEPARATOR--> <tr> <td colspan="3"> -<hr size="1" noshade="noshade" /> +<hr noshade="noshade" size="1"/> </td> </tr> <tr> Index: docs/site/news/news-2005-q1.html =================================================================== --- docs/site/news/news-2005-q1.html (Revision 159905) +++ docs/site/news/news-2005-q1.html (Arbeitskopie) @@ -3,26 +3,26 @@ <html> <head> <title>The Jakarta Site - News and Status</title> -<link type="text/css" href="/style/style.css" rel="stylesheet" /> -<meta value="Apache Jakarta Project" name="author" /> -<meta value="general.AT.jakarta.DOT.apache.DOT.org" name="email" /> +<link rel="stylesheet" href="/style/style.css" type="text/css"/> +<meta name="author" value="Apache Jakarta Project"/> +<meta name="email" value="general.AT.jakarta.DOT.apache.DOT.org"/> </head> <body> -<table cellspacing="0" width="100%" border="0" class="page-header"> +<table class="page-header" border="0" width="100%" cellspacing="0"> <!--PAGE HEADER--> <tr> <td colspan="2"> <!--JAKARTA LOGO--> <a href="http://jakarta.apache.org/"> -<img border="0" alt="The Jakarta Project" src="http://jakarta.apache.org/images/jakarta-logo.gif" /> +<img src="http://jakarta.apache.org/images/jakarta-logo.gif" alt="The Jakarta Project" border="0"/> </a> </td> </tr> </table> -<table cellspacing="4" width="100%" border="0"> +<table border="0" width="100%" cellspacing="4"> <tr> <!--LEFT SIDE NAVIGATION--> -<td nowrap="nowrap" valign="top" class="left-navbar"> +<td class="left-navbar" valign="top" nowrap="nowrap"> <p> <strong>Support</strong> </p> @@ -153,7 +153,7 @@ </ul> </td> <!--MAIN BODY--> -<td align="left" valign="top" class="main-body"> +<td class="main-body" valign="top" align="left"> <div class="section"> <div class="section-header"> <a name="News & Status"> @@ -164,6 +164,31 @@ <div class="section-body"> +<a name="20050402.1"> +<h3>2 April 2005 - Commons Configuration 1.1 Released</h3> +</a> + +<p> +Version 1.1 of <a href="http://jakarta.apache.org/commons/configuration/">Commons Configuration</a> +is now available. Commons Configuration provides a generic configuration +interface which enables an application to read configuration data from a +variety of sources. +</p> +<p> +This release introduces some new features like basic support +for reloading of configuration files or optional configurations. A full list +with the changes since the last release can be found here:<br/> +<a href="http://jakarta.apache.org/commons/configuration/changes-report.html"> +http://jakarta.apache.org/commons/configuration/changes-report.html</a> +</p> +<p> +<b>Downloads:</b> +<br/> +<a href="http://jakarta.apache.org/site/downloads/downloads_commons-configuration.cgi">http://jakarta.apache.org/site/downloads/downloads_commons-configuration.cgi</a> +</p> + +<hr size="1" noshade="noshade"/> + <a name="20050329.1"> <h3>29 March 2005 - Tapestry 3.0.3 Released</h3> </a> @@ -185,13 +210,13 @@ </p> <p> <b>Downloads:</b> -<br /> +<br/> BINARY: <a href="http://jakarta.apache.org/site/binindex.cgi#tapestry">http://jakarta.apache.org/site/binindex.cgi</a> -<br /> +<br/> SOURCE: <a href="http://jakarta.apache.org/site/sourceindex.cgi#tapestry">http://jakarta.apache.org/site/sourceindex.cgi</a> </p> -<hr size="1" noshade="noshade" /> +<hr size="1" noshade="noshade"/> <a name="20050327.1"> <h3>27 March 2005 - Tomcat 5.5.9-alpha Released</h3> @@ -219,7 +244,7 @@ <a href="http://jakarta.apache.org/site/binindex.cgi#tomcat-5.5"> http://jakarta.apache.org/site/binindex.cgi#tomcat-5.5 </a> -<br /> +<br/> Sources: <a href="http://jakarta.apache.org/site/sourceindex.cgi#tomcat-5.5"> http://jakarta.apache.org/site/sourceindex.cgi#tomcat-5.5 @@ -229,7 +254,7 @@ The Apache Jakarta Tomcat Team </p> -<hr size="1" noshade="noshade" /> +<hr size="1" noshade="noshade"/> <a name="20050325.1"> @@ -256,7 +281,7 @@ <a href="http://jakarta.apache.org/site/downloads/downloads_hivemind.cgi">Download HiveMind</a>. </p> -<hr noshade="noshade" size="1" /> +<hr noshade="noshade" size="1"/> <a name="20050309.1"> @@ -267,7 +292,7 @@ JCS, formerly a part of Jakarta Turbine, has migrated to become a Jakarta subproject. The new site may be found at <a href="http://jakarta.apache.org/jcs/">jakarta.apache.org/jcs/</a> and other JCS resources will be adjusting accordingly. </p> -<hr size="1" noshade="noshade" /> +<hr size="1" noshade="noshade"/> <a name="20050603.1"> <h3>6 March 2005 - JCL 1.0.5 Alpha1 Released</h3> @@ -284,7 +309,7 @@ <p> This release is now available for <a href="http://cvs.apache.org/dist/jakarta/commons/logging/">download</a>. </p> -<hr size="1" noshade="noshade" /> +<hr size="1" noshade="noshade"/> <a name="20050224.1"> <h3>24 February 2005 - HiveMind 1.1-alpha-2 Released</h3> </a> @@ -313,7 +338,7 @@ <a href="http://jakarta.apache.org/site/downloads/downloads_hivemind.cgi">Download HiveMind</a>. </p> -<hr noshade="noshade" size="1" /> +<hr noshade="noshade" size="1"/> <a name="20050222.1"> <h3>22 February 2005 - Tapestry 3.1-alpha-1 Released</h3> @@ -332,7 +357,7 @@ <a href="http://jakarta.apache.org/site/downloads/downloads_tapestry.cgi">Download Tapestry</a> </p> -<hr size="1" noshade="noshade" /> +<hr size="1" noshade="noshade"/> <a name="20050220.1"> <h3>20 February 2005 - Tomcat 5.5.8-alpha Released</h3> @@ -360,7 +385,7 @@ <a href="http://jakarta.apache.org/site/binindex.cgi#tomcat-5.5"> http://jakarta.apache.org/site/binindex.cgi#tomcat-5.5 </a> -<br /> +<br/> Sources: <a href="http://jakarta.apache.org/site/sourceindex.cgi#tomcat-5.5"> http://jakarta.apache.org/site/sourceindex.cgi#tomcat-5.5 @@ -370,7 +395,7 @@ The Apache Jakarta Tomcat Team </p> -<hr size="1" noshade="noshade" /> +<hr size="1" noshade="noshade"/> <a name="20050215.1"> @@ -392,13 +417,13 @@ <p> <b>Downloads:</b> -<br /> +<br/> BINARY: <a href="http://jakarta.apache.org/site/binindex.cgi#tapestry">http://jakarta.apache.org/site/binindex.cgi</a> -<br /> +<br/> SOURCE: <a href="http://jakarta.apache.org/site/sourceindex.cgi#tapestry">http://jakarta.apache.org/site/sourceindex.cgi</a> </p> -<hr size="1" noshade="noshade" /> +<hr size="1" noshade="noshade"/> <a name="20050214.1"> <h3>14 February 2005 - Lucene moves to Apache top-level</h3> @@ -408,7 +433,7 @@ Lucene has migrated from the Jakarta project to the top-level. Along with this migration, the source code repository has been converted to Subversion. The new site may be found at <a href="http://lucene.apache.org/">lucene.apache.org</a> and other Lucene resources will be adjusting accordingly (mail-list etc). </p> -<hr size="1" noshade="noshade" /> +<hr size="1" noshade="noshade"/> <a name="20050206.1"> <h3>06 February 2005 - Commons HttpClient 3.0 RC1 Released</h3> @@ -437,7 +462,7 @@ web site. </p> -<hr size="1" noshade="noshade" /> +<hr size="1" noshade="noshade"/> <a name="20050130.1"> <h3>30 January 2005 - Tomcat 5.5.7 Voted Stable</h3> @@ -446,7 +471,7 @@ The Apache Jakarta Tomcat team is proud to announce that Tomcat 5.5.7 has been voted a stable release after significant testing. </p> -<hr size="1" noshade="noshade" /> +<hr size="1" noshade="noshade"/> <a name="20050128.1"> @@ -468,7 +493,7 @@ <a href="http://jakarta.apache.org/site/binindex.cgi#cactus"> http://jakarta.apache.org/site/binindex.cgi#cactus </a> -<br /> +<br/> Sources: <a href="http://jakarta.apache.org/site/sourceindex.cgi#cactus"> http://jakarta.apache.org/site/sourceindex.cgi#cactus @@ -478,7 +503,7 @@ The Apache Jakarta Cactus Team </p> -<hr size="1" noshade="noshade" /> +<hr size="1" noshade="noshade"/> <a name="20050120.1"> @@ -507,7 +532,7 @@ <a href="http://jakarta.apache.org/site/binindex.cgi#tomcat-5.5"> http://jakarta.apache.org/site/binindex.cgi#tomcat-5.5 </a> -<br /> +<br/> Sources: <a href="http://jakarta.apache.org/site/sourceindex.cgi#tomcat-5.5"> http://jakarta.apache.org/site/sourceindex.cgi#tomcat-5.5 @@ -517,7 +542,7 @@ The Apache Jakarta Tomcat Team </p> -<hr size="1" noshade="noshade" /> +<hr size="1" noshade="noshade"/> @@ -543,7 +568,7 @@ HiveMind is available as a <a href="http://jakarta.apache.org/site/binindex.cgi#hivemind-current">combined binary/source release</a>. </p> -<hr noshade="noshade" size="1" /> +<hr noshade="noshade" size="1"/> <h3 align="center">[ <a href="index.html#Headlines">News Headlines index</a> ]</h3> <h3 align="center">[ <a href="index.html#Newsletter Archive">Newsletters Archive</a> ]</h3> @@ -564,7 +589,7 @@ </div> </td> <!--RIGHT SIDE NAVIGATION--> -<td nowrap="nowrap" valign="top" class="right-navbar"> +<td class="right-navbar" valign="top" nowrap="nowrap"> <p> <strong>About Jakarta</strong> </p> @@ -628,9 +653,9 @@ </p> <div class="searchbox"> <form action="http://www.google.com/search" method="get"> - <input value="jakarta.apache.org" name="sitesearch" type="hidden" /> - <input size="10" name="q" id="query" type="text" /> - <input name="Search" value="Search" type="submit" /> + <input value="jakarta.apache.org" name="sitesearch" type="hidden"/> + <input size="10" name="q" id="query" type="text"/> + <input name="Search" value="Search" type="submit"/> </form> </div> <p> @@ -669,7 +694,7 @@ <!--FOOTER SEPARATOR--> <tr> <td colspan="3"> -<hr size="1" noshade="noshade" /> +<hr noshade="noshade" size="1"/> </td> </tr> <tr> Index: docs/index.html =================================================================== --- docs/index.html (Revision 159905) +++ docs/index.html (Arbeitskopie) @@ -3,26 +3,26 @@ <html> <head> <title>The Jakarta Site - The Jakarta Project -- Java Related Products</title> -<link type="text/css" href="/style/style.css" rel="stylesheet" /> -<meta value="Apache Jakarta Project" name="author" /> -<meta value="general.AT.jakarta.DOT.apache.DOT.org" name="email" /> +<link rel="stylesheet" href="/style/style.css" type="text/css"/> +<meta name="author" value="Apache Jakarta Project"/> +<meta name="email" value="general.AT.jakarta.DOT.apache.DOT.org"/> </head> <body> -<table cellspacing="0" width="100%" border="0" class="page-header"> +<table class="page-header" border="0" width="100%" cellspacing="0"> <!--PAGE HEADER--> <tr> <td colspan="2"> <!--JAKARTA LOGO--> <a href="http://jakarta.apache.org/"> -<img border="0" alt="The Jakarta Project" src="http://jakarta.apache.org/images/jakarta-logo.gif" /> +<img src="http://jakarta.apache.org/images/jakarta-logo.gif" alt="The Jakarta Project" border="0"/> </a> </td> </tr> </table> -<table cellspacing="4" width="100%" border="0"> +<table border="0" width="100%" cellspacing="4"> <tr> <!--LEFT SIDE NAVIGATION--> -<td nowrap="nowrap" valign="top" class="left-navbar"> +<td class="left-navbar" valign="top" nowrap="nowrap"> <p> <strong>Support</strong> </p> @@ -153,7 +153,7 @@ </ul> </td> <!--MAIN BODY--> -<td align="left" valign="top" class="main-body"> +<td class="main-body" valign="top" align="left"> <div class="section"> <div class="section-header"> <a name="Welcome to The Jakarta Project"> @@ -186,6 +186,9 @@ </h4> <ul> <li> +<a href="site/news/news-2005-q1.html#20050402.1">2 April 2005 - <b>Commons Configuration</b> 1.1 Released</a> +</li> + <li> <a href="site/news/news-2005-q1.html#20050329.1">29 March 2005 - <b>Tapestry 3.0.3</b> Released</a> </li> <li> @@ -260,7 +263,7 @@ <table class="detail-table"> <tr> -<td valign="top" class="detail-table-header" colspan="2"> +<td class="detail-table-header" valign="top" colspan="2"> <font color="#ffffff"> <strong> <a name="tools">Libraries, Tools, and APIs</a> @@ -269,75 +272,75 @@ </td> </tr> <tr> -<td align="left" valign="top" class="detail-table-content"> +<td class="detail-table-content" valign="top" align="left"> <a href="./bcel/index.html">BCEL</a> </td> -<td align="left" valign="top" class="detail-table-content">The Byte Code Engineering Library (formerly known as JavaClass) is intended to give users a convenient possibility to analyze, create, and manipulate (binary) Java class files (those ending with .class). </td> +<td class="detail-table-content" valign="top" align="left">The Byte Code Engineering Library (formerly known as JavaClass) is intended to give users a convenient possibility to analyze, create, and manipulate (binary) Java class files (those ending with .class). </td> </tr> <tr> -<td align="left" valign="top" class="detail-table-content"> +<td class="detail-table-content" valign="top" align="left"> <a href="./bsf/index.html">BSF</a> </td> -<td align="left" valign="top" class="detail-table-content">Bean Scripting Framework (BSF) is a set of Java classes which provides scripting language support within Java applications, and access to Java objects and methods from scripting languages.</td> +<td class="detail-table-content" valign="top" align="left">Bean Scripting Framework (BSF) is a set of Java classes which provides scripting language support within Java applications, and access to Java objects and methods from scripting languages.</td> </tr> <tr> -<td align="left" valign="top" class="detail-table-content"> +<td class="detail-table-content" valign="top" align="left"> <a href="./commons/index.html">Commons</a> </td> -<td align="left" valign="top" class="detail-table-content">Repository for small scale, reusable, code components that are useful in multiple Jakarta subprojects. -- <a href="./commons/components.html">ComponentsList</a> +<td class="detail-table-content" valign="top" align="left">Repository for small scale, reusable, code components that are useful in multiple Jakarta subprojects. -- <a href="./commons/components.html">ComponentsList</a> </td> </tr> <tr> -<td align="left" valign="top" class="detail-table-content"> +<td class="detail-table-content" valign="top" align="left"> <a href="./ecs/index.html">ECS</a> </td> -<td align="left" valign="top" class="detail-table-content">The Element Construction Set is a Java API for generating elements for various markup languages it directly supports HTML 4.0 and XML</td> +<td class="detail-table-content" valign="top" align="left">The Element Construction Set is a Java API for generating elements for various markup languages it directly supports HTML 4.0 and XML</td> </tr> <tr> -<td align="left" valign="top" class="detail-table-content"> +<td class="detail-table-content" valign="top" align="left"> <a href="./jmeter/index.html">JMeter</a> </td> -<td align="left" valign="top" class="detail-table-content">Pure Java desktop application designed to load test functional behavior and measure performance</td> +<td class="detail-table-content" valign="top" align="left">Pure Java desktop application designed to load test functional behavior and measure performance</td> </tr> <tr> -<td align="left" valign="top" class="detail-table-content"> +<td class="detail-table-content" valign="top" align="left"> <a href="./jcs/index.html">JCS</a> </td> -<td align="left" valign="top" class="detail-table-content">JCS is a distributed caching system written in java for server-side java applications</td> +<td class="detail-table-content" valign="top" align="left">JCS is a distributed caching system written in java for server-side java applications</td> </tr> <tr> -<td align="left" valign="top" class="detail-table-content"> +<td class="detail-table-content" valign="top" align="left"> <a href="./oro/index.html">ORO</a> </td> -<td align="left" valign="top" class="detail-table-content">Set of text-processing Java classes that provide Perl5 compatible regular expressions, AWK-like regular expressions, glob expressions, and utility classes for performing substitutions, splits, filtering filenames, etc.</td> +<td class="detail-table-content" valign="top" align="left">Set of text-processing Java classes that provide Perl5 compatible regular expressions, AWK-like regular expressions, glob expressions, and utility classes for performing substitutions, splits, filtering filenames, etc.</td> </tr> <tr> -<td align="left" valign="top" class="detail-table-content"> +<td class="detail-table-content" valign="top" align="left"> <a href="./poi/index.html">POI</a> </td> -<td align="left" valign="top" class="detail-table-content">Set of APIs for creating, reading, and writing files based upon the OLE 2 Compound Document Format using only Java (no native stuff). Currently, OLE 2 Compound Document Format itself and Microsoft Excel (XLS) file formats are provided.</td> +<td class="detail-table-content" valign="top" align="left">Set of APIs for creating, reading, and writing files based upon the OLE 2 Compound Document Format using only Java (no native stuff). Currently, OLE 2 Compound Document Format itself and Microsoft Excel (XLS) file formats are provided.</td> </tr> <tr> -<td align="left" valign="top" class="detail-table-content"> +<td class="detail-table-content" valign="top" align="left"> <a href="./regexp/index.html">Regexp</a> </td> -<td align="left" valign="top" class="detail-table-content">100% Pure Java Regular Expression package.</td> +<td class="detail-table-content" valign="top" align="left">100% Pure Java Regular Expression package.</td> </tr> <tr> -<td align="left" valign="top" class="detail-table-content"> +<td class="detail-table-content" valign="top" align="left"> <a href="./taglibs/index.html">Taglibs</a> </td> -<td align="left" valign="top" class="detail-table-content">A collection of JavaServer Pages (JSP) custom tag libraries useful in building web applications</td> +<td class="detail-table-content" valign="top" align="left">A collection of JavaServer Pages (JSP) custom tag libraries useful in building web applications</td> </tr> <tr> -<td align="left" valign="top" class="detail-table-content"> +<td class="detail-table-content" valign="top" align="left"> <a href="./watchdog/index.html">Watchdog</a> </td> -<td align="left" valign="top" class="detail-table-content">Compatibility tests that check a servlet/JSP container implementation of the corresponding specifications</td> +<td class="detail-table-content" valign="top" align="left">Compatibility tests that check a servlet/JSP container implementation of the corresponding specifications</td> </tr> <tr> -<td valign="top" class="detail-table-header" colspan="2"> +<td class="detail-table-header" valign="top" colspan="2"> <font color="#ffffff"> <strong> <a name="frameworks">Frameworks and Engines</a> @@ -346,39 +349,39 @@ </td> </tr> <tr> -<td align="left" valign="top" class="detail-table-content"> +<td class="detail-table-content" valign="top" align="left"> <a href="./cactus/index.html">Cactus</a> </td> -<td align="left" valign="top" class="detail-table-content">Cactus is a simple test framework for unit testing server-side Java code (servlets, EJBs, tag libraries, filters, ...).</td> +<td class="detail-table-content" valign="top" align="left">Cactus is a simple test framework for unit testing server-side Java code (servlets, EJBs, tag libraries, filters, ...).</td> </tr> <tr> -<td align="left" valign="top" class="detail-table-content"> +<td class="detail-table-content" valign="top" align="left"> <a href="./hivemind/index.html">HiveMind</a> </td> -<td align="left" valign="top" class="detail-table-content">HiveMind is a services and configuration microkernel; a framework for creating complex applications from simple Java objects +<td class="detail-table-content" valign="top" align="left">HiveMind is a services and configuration microkernel; a framework for creating complex applications from simple Java objects and interfaces</td> </tr> <tr> -<td align="left" valign="top" class="detail-table-content"> +<td class="detail-table-content" valign="top" align="left"> <a href="./tapestry/index.html">Tapestry</a> </td> -<td align="left" valign="top" class="detail-table-content">Tapestry is a web application framework based on highly reusable components within a very pure Model-View-Controller pattern.</td> +<td class="detail-table-content" valign="top" align="left">Tapestry is a web application framework based on highly reusable components within a very pure Model-View-Controller pattern.</td> </tr> <tr> -<td align="left" valign="top" class="detail-table-content"> +<td class="detail-table-content" valign="top" align="left"> <a href="./turbine/index.html">Turbine</a> </td> -<td align="left" valign="top" class="detail-table-content">A model-view-controller framework for constructing web applications with either Velocity or JavaServer Pages.</td> +<td class="detail-table-content" valign="top" align="left">A model-view-controller framework for constructing web applications with either Velocity or JavaServer Pages.</td> </tr> <tr> -<td align="left" valign="top" class="detail-table-content"> +<td class="detail-table-content" valign="top" align="left"> <a href="./velocity/index.html">Velocity</a> </td> -<td align="left" valign="top" class="detail-table-content"> +<td class="detail-table-content" valign="top" align="left"> Velocity is a general purpose Java-based template engine.</td> </tr> <tr> -<td valign="top" class="detail-table-header" colspan="2"> +<td class="detail-table-header" valign="top" colspan="2"> <font color="#ffffff"> <strong> <a name="servers">Server Applications</a> @@ -387,32 +390,32 @@ </td> </tr> <tr> -<td align="left" valign="top" class="detail-table-content"> +<td class="detail-table-content" valign="top" align="left"> <a href="./alexandria/index.html">Alexandria</a> </td> -<td align="left" valign="top" class="detail-table-content">Alexandria is a CVS/Javadoc/Source code/Documentation management system meant for use within Open Source projects.</td> +<td class="detail-table-content" valign="top" align="left">Alexandria is a CVS/Javadoc/Source code/Documentation management system meant for use within Open Source projects.</td> </tr> <tr> -<td align="left" valign="top" class="detail-table-content"> +<td class="detail-table-content" valign="top" align="left"> <a href="./slide/index.html">Slide</a> </td> -<td align="left" valign="top" class="detail-table-content">WebDAV aware content management system</td> +<td class="detail-table-content" valign="top" align="left">WebDAV aware content management system</td> </tr> <tr> -<td align="left" valign="top" class="detail-table-content"> +<td class="detail-table-content" valign="top" align="left"> <a href="./tomcat/index.html">Tomcat</a> </td> -<td align="left" valign="top" class="detail-table-content"> +<td class="detail-table-content" valign="top" align="left"> <a href="./tomcat/tomcat-3.3-doc/">Tomcat 3</a> is the official Reference Implementation of the Servlet 2.2 and JavaServer Pages 1.1 technologies.</td> </tr> <tr> -<td align="left" valign="top" class="detail-table-content"> </td> -<td align="left" valign="top" class="detail-table-content"> +<td class="detail-table-content" valign="top" align="left"> </td> +<td class="detail-table-content" valign="top" align="left"> <a href="./tomcat/tomcat-4.1-doc/">Tomcat 4</a> is the official Reference Implementation of the Servlet 2.3 and JavaServer Pages 1.2 technologies.</td> </tr> <tr> -<td align="left" valign="top" class="detail-table-content"> </td> -<td align="left" valign="top" class="detail-table-content"> +<td class="detail-table-content" valign="top" align="left"> </td> +<td class="detail-table-content" valign="top" align="left"> <a href="./tomcat/tomcat-5.0-doc/">Tomcat 5.0</a> and <a href="./tomcat/tomcat-5.5-doc/">Tomcat 5.5</a> are the official Reference Implementations of the Servlet 2.4 and JavaServer Pages 2.0 technologies.</td> </tr> </table> @@ -421,7 +424,7 @@ </div> </td> <!--RIGHT SIDE NAVIGATION--> -<td nowrap="nowrap" valign="top" class="right-navbar"> +<td class="right-navbar" valign="top" nowrap="nowrap"> <p> <strong>About Jakarta</strong> </p> @@ -485,9 +488,9 @@ </p> <div class="searchbox"> <form action="http://www.google.com/search" method="get"> - <input value="jakarta.apache.org" name="sitesearch" type="hidden" /> - <input size="10" name="q" id="query" type="text" /> - <input name="Search" value="Search" type="submit" /> + <input value="jakarta.apache.org" name="sitesearch" type="hidden"/> + <input size="10" name="q" id="query" type="text"/> + <input name="Search" value="Search" type="submit"/> </form> </div> <p> @@ -526,7 +529,7 @@ <!--FOOTER SEPARATOR--> <tr> <td colspan="3"> -<hr size="1" noshade="noshade" /> +<hr noshade="noshade" size="1"/> </td> </tr> <tr>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
