bloritsch 01/12/21 11:45:29
Modified: docs/site binindex.html news.html sourceindex.html
xdocs/site binindex.xml news.xml sourceindex.xml
Log:
Release of Framework 4.1.1
Revision Changes Path
1.129 +1 -1 jakarta-site2/docs/site/binindex.html
Index: binindex.html
===================================================================
RCS file: /home/cvs/jakarta-site2/docs/site/binindex.html,v
retrieving revision 1.128
retrieving revision 1.129
diff -u -r1.128 -r1.129
--- binindex.html 2001/12/21 10:05:27 1.128
+++ binindex.html 2001/12/21 19:45:28 1.129
@@ -192,7 +192,7 @@
</h2>
<ul>
<li><a
href="http://www.apache.org/dist/jakarta/jakarta-ant/release/v1.4.1/bin/">Ant
1.4.1</a></li>
-<li><a
href="http://www.apache.org/dist/jakarta/jakarta-avalon/release/framework/v4.1/">Avalon
Framework 4.1</a></li>
+<li><a
href="http://www.apache.org/dist/jakarta/jakarta-avalon/release/framework/v4.1.1/">Avalon
Framework 4.1.1</a></li>
<li><a
href="http://www.apache.org/dist/jakarta/jakarta-avalon/release/excalibur/v4.0/">Avalon
Excalibur 4.0</a></li>
<li><a
href="http://www.apache.org/dist/jakarta/jakarta-avalon/release/logkit/v1.0/">Avalon
LogKit 1.0</a></li>
<li><a
href="http://www.apache.org/dist/jakarta/jakarta-cactus/release/v1.2/">Cactus
1.2</a></li>
1.121 +52 -1 jakarta-site2/docs/site/news.html
Index: news.html
===================================================================
RCS file: /home/cvs/jakarta-site2/docs/site/news.html,v
retrieving revision 1.120
retrieving revision 1.121
diff -u -r1.120 -r1.121
--- news.html 2001/12/21 10:05:27 1.120
+++ news.html 2001/12/21 19:45:28 1.121
@@ -141,7 +141,58 @@
</td></tr>
<tr><td>
<blockquote>
- <h3>21 December 2001 - Tomcat 4.0.2 Beta 1
Released</h3>
+ <h3>21 December 2001 - Avalon Framework 4.1.1
Released</h3>
+ <p>The Avalon team is proud to
announce the 4.1.1 final release
+of the Avalon Framework.</p>
+ <p>This release is a minor bugfix
release. The prior release
+was compiled with JDK 1.4's compiler, making it incompatible
+with previous JDKs</p>
+ <p>
+<b>About Avalon:</b>
+ The Avalon project is Apache's Java Server Framework. It is
+ separated into five sub projects: Framework, Excalibur, LogKit,
+ Cornerstone, and Phoenix. Its purpose is to simplify
+ server side programming for Java based projects. It
+ formalizes serveral best of breed practices and patterns for
+ server side programming.
+ <p>For more information about Avalon, please go to
+ <a
href="http://jakarta.apache.org/avalon">http://jakarta.apache.org/avalon</a>.</p>
+</p>
+ <p>
+<b>About Avalon Framework 4.1.1:</b>
+ The Avalon Framework formalizes the contracts and patterns used in the
+ other Avalon projects. It is derived from modern software engineering
+ techniques and aims to provide a solid basis on which to build server
+ products.
+ <p>
+ What that means is that we define the central interface Component. We
+ also define the relationship (contract) a component has with peers,
+ ancestors and children. This documentation introduces you to those
+ patterns, interfaces, and relationships.
+ </p>
+<p>
+ The Avalon Framework raises the abstraction level from Object-Oriented
+ Programming concept one notch to the Component-Oriented Programming
+ model. This enables programmers to concern themselves with assemblies
+ of classes, rather than the classes themselves--thus reducing the
+ number of things the programmer must keep in mind, and speeding up
+ application development.
+ </p>
+<p>
+ The Avalon Framework is already used in
+ <a href="http://xml.apache.org/cocoon2">Cocoon2</a>, an XML
+ publishing framework. The Avalon Framework is also used in
+ <a href="http://jakarta.apache.org/james">Apache JAMES</a>, a
+ Java(tm) Mail Server. Another project that is built on Avalon Framework
+ is <a href="http://www.jesktop.org">Jestkop</a>, a cross-platform
+ replacement for your ordinary desktop. If you are evaluating Avalon
+ and want the proof that it's claims are valid check them out.
+ </p>
+<p>For more information about Avalon Framework 4.1.1, please go to
+ <a
href="http://jakarta.apache.org/avalon/framework">http://jakarta.apache.org/avalon/framework</a>.</p>
+</p>
+ <hr size="1" noshade="" />
+ <h3>21 December 2001 - Tomcat 4.0.2
Beta 1 Released</h3>
<p>
The Tomcat Team is proud to announce the first beta release of Tomcat 4.0.2.
Binary and source distributions are available <a
href="http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.0.2-b1/">here</a>.
1.87 +1 -1 jakarta-site2/docs/site/sourceindex.html
Index: sourceindex.html
===================================================================
RCS file: /home/cvs/jakarta-site2/docs/site/sourceindex.html,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -r1.86 -r1.87
--- sourceindex.html 2001/12/11 15:33:39 1.86
+++ sourceindex.html 2001/12/21 19:45:28 1.87
@@ -194,7 +194,7 @@
<ul>
<li><a href="http://www.apache.org/dist/jakarta/ant/release/v1.4.1/src/">Ant
1.4.1</a> is the latest release of the Ant Subproject.</li>
-<li><a
href="http://www.apache.org/dist/jakarta/jakarta-avalon/release/framework/v4.1/">Avalon
Framework 4.1</a> is the latest release of the Avalon Framework</li>
+<li><a
href="http://www.apache.org/dist/jakarta/jakarta-avalon/release/framework/v4.1.1/">Avalon
Framework 4.1.1</a> is the latest release of the Avalon Framework</li>
<li><a
href="http://www.apache.org/dist/jakarta/jakarta-avalon/release/excalibur/v4.0/">Avalon
Excalibur 4.0</a> is the latest release of Avalon Excalibur</li>
<li><a
href="http://www.apache.org/dist/jakarta/jakarta-avalon/release/logkit/v1.0/">Avalon
LogKit 1.0</a> is the latest release of Avalon LogKit</li>
<li><a
href="http://www.apache.org/dist/jakarta/jakarta-cactus/release/v1.2/">Cactus 1.2</a>
1.110 +1 -1 jakarta-site2/xdocs/site/binindex.xml
Index: binindex.xml
===================================================================
RCS file: /home/cvs/jakarta-site2/xdocs/site/binindex.xml,v
retrieving revision 1.109
retrieving revision 1.110
diff -u -r1.109 -r1.110
--- binindex.xml 2001/12/21 10:05:14 1.109
+++ binindex.xml 2001/12/21 19:45:29 1.110
@@ -71,7 +71,7 @@
<ul>
<li><a
href="http://www.apache.org/dist/jakarta/jakarta-ant/release/v1.4.1/bin/">Ant
1.4.1</a></li>
-<li><a
href="http://www.apache.org/dist/jakarta/jakarta-avalon/release/framework/v4.1/">Avalon
Framework 4.1</a></li>
+<li><a
href="http://www.apache.org/dist/jakarta/jakarta-avalon/release/framework/v4.1.1/">Avalon
Framework 4.1.1</a></li>
<li><a
href="http://www.apache.org/dist/jakarta/jakarta-avalon/release/excalibur/v4.0/">Avalon
Excalibur 4.0</a></li>
<li><a
href="http://www.apache.org/dist/jakarta/jakarta-avalon/release/logkit/v1.0/">Avalon
LogKit 1.0</a></li>
<li><a
href="http://www.apache.org/dist/jakarta/jakarta-cactus/release/v1.2/">Cactus
1.2</a></li>
1.102 +52 -0 jakarta-site2/xdocs/site/news.xml
Index: news.xml
===================================================================
RCS file: /home/cvs/jakarta-site2/xdocs/site/news.xml,v
retrieving revision 1.101
retrieving revision 1.102
diff -u -r1.101 -r1.102
--- news.xml 2001/12/21 10:05:14 1.101
+++ news.xml 2001/12/21 19:45:29 1.102
@@ -11,6 +11,58 @@
<section name="News & Status">
+<h3>21 December 2001 - Avalon Framework 4.1.1 Released</h3>
+<p>The Avalon team is proud to announce the 4.1.1 final release
+of the Avalon Framework.</p>
+<p>This release is a minor bugfix release. The prior release
+was compiled with JDK 1.4's compiler, making it incompatible
+with previous JDKs</p>
+<p>
+<b>About Avalon:</b>
+ The Avalon project is Apache's Java Server Framework. It is
+ separated into five sub projects: Framework, Excalibur, LogKit,
+ Cornerstone, and Phoenix. Its purpose is to simplify
+ server side programming for Java based projects. It
+ formalizes serveral best of breed practices and patterns for
+ server side programming.
+ <p>For more information about Avalon, please go to
+ <a
href="http://jakarta.apache.org/avalon">http://jakarta.apache.org/avalon</a>.</p>
+</p>
+<p>
+<b>About Avalon Framework 4.1.1:</b>
+ The Avalon Framework formalizes the contracts and patterns used in the
+ other Avalon projects. It is derived from modern software engineering
+ techniques and aims to provide a solid basis on which to build server
+ products.
+ <p>
+ What that means is that we define the central interface Component. We
+ also define the relationship (contract) a component has with peers,
+ ancestors and children. This documentation introduces you to those
+ patterns, interfaces, and relationships.
+ </p>
+<p>
+ The Avalon Framework raises the abstraction level from Object-Oriented
+ Programming concept one notch to the Component-Oriented Programming
+ model. This enables programmers to concern themselves with assemblies
+ of classes, rather than the classes themselves--thus reducing the
+ number of things the programmer must keep in mind, and speeding up
+ application development.
+ </p>
+<p>
+ The Avalon Framework is already used in
+ <a href="http://xml.apache.org/cocoon2">Cocoon2</a>, an XML
+ publishing framework. The Avalon Framework is also used in
+ <a href="http://jakarta.apache.org/james">Apache JAMES</a>, a
+ Java(tm) Mail Server. Another project that is built on Avalon Framework
+ is <a href="http://www.jesktop.org">Jestkop</a>, a cross-platform
+ replacement for your ordinary desktop. If you are evaluating Avalon
+ and want the proof that it's claims are valid check them out.
+ </p>
+<p>For more information about Avalon Framework 4.1.1, please go to
+ <a
href="http://jakarta.apache.org/avalon/framework">http://jakarta.apache.org/avalon/framework</a>.</p>
+</p>
+<hr size="1" noshade=""/>
+
<h3>21 December 2001 - Tomcat 4.0.2 Beta 1 Released</h3>
<p>
The Tomcat Team is proud to announce the first beta release of Tomcat 4.0.2.
1.63 +1 -1 jakarta-site2/xdocs/site/sourceindex.xml
Index: sourceindex.xml
===================================================================
RCS file: /home/cvs/jakarta-site2/xdocs/site/sourceindex.xml,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- sourceindex.xml 2001/12/11 15:33:39 1.62
+++ sourceindex.xml 2001/12/21 19:45:29 1.63
@@ -72,7 +72,7 @@
<ul>
<li><a href="http://www.apache.org/dist/jakarta/ant/release/v1.4.1/src/">Ant
1.4.1</a> is the latest release of the Ant Subproject.</li>
-<li><a
href="http://www.apache.org/dist/jakarta/jakarta-avalon/release/framework/v4.1/">Avalon
Framework 4.1</a> is the latest release of the Avalon Framework</li>
+<li><a
href="http://www.apache.org/dist/jakarta/jakarta-avalon/release/framework/v4.1.1/">Avalon
Framework 4.1.1</a> is the latest release of the Avalon Framework</li>
<li><a
href="http://www.apache.org/dist/jakarta/jakarta-avalon/release/excalibur/v4.0/">Avalon
Excalibur 4.0</a> is the latest release of Avalon Excalibur</li>
<li><a
href="http://www.apache.org/dist/jakarta/jakarta-avalon/release/logkit/v1.0/">Avalon
LogKit 1.0</a> is the latest release of Avalon LogKit</li>
<li><a
href="http://www.apache.org/dist/jakarta/jakarta-cactus/release/v1.2/">Cactus 1.2</a>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>