bayard 2003/09/01 19:38:16
Modified: docs lang.html
Log:
Updated to the latest release of Lang, 2.0
Revision Changes Path
1.48 +8 -4 jakarta-commons/docs/lang.html
Index: lang.html
===================================================================
RCS file: /home/cvs/jakarta-commons/docs/lang.html,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- lang.html 25 Aug 2003 20:31:12 -0000 1.47
+++ lang.html 2 Sep 2003 02:38:16 -0000 1.48
@@ -214,7 +214,7 @@
The <em>Lang</em> Component provides a host of helper utilities for the java.lang
API, notably
String manipulation methods, basic numerical methods, object reflection, creation
and serialization,
and System properties. Additionally it contains an inheritable enum type, an
exception structure that
-supports multiple types of nested-Exceptions and a series of utlities dedicated to
help with
+supports multiple types of nested-Exceptions, basic enhancements to java.util.Date
and a series of utlities dedicated to help with
building methods, such as hashCode, toString and equals.
</p>
</blockquote>
@@ -230,7 +230,7 @@
</td></tr>
<tr><td>
<blockquote>
- <p>The latest release of Apache Jakarta Commons
Lang, is <a
href="http://jakarta.apache.org/builds/jakarta-commons/release/commons-lang/v1.0.1/">v1.0.1</a>,
a bugfix release. The <a
href="http://jakarta.apache.org/builds/jakarta-commons/release/commons-lang/v1.0.1/RELEASE-NOTES.txt">release
notes</a> explain the bugs that were fixed. </p>
+ <p>The latest release of Apache Jakarta Commons
Lang is version 2.0. It is available (from mirrors) in <a
href="http://jakarta.apache.org/site/binindex.cgi">binary</a> and <a
href="http://jakarta.apache.org/site/sourceindex.cgi">source</a> downloads. The <a
href="http://www.apache.org/dist/jakarta/commons/lang/RELEASE-NOTES.txt">release
notes</a> explain all of the changes and bugs that were fixed between 1.0.1 and 2.0.
In addition, <a href="http://jdiff.sourceforge.net/">JDiff</a> has been used to create
a <a href="lang/Commons-Lang-1.0.1-to-2.0/changes.html">report</a> on the differences
between 1.0.1 and 2.0. </p>
</blockquote>
</p>
</td></tr>
@@ -245,7 +245,7 @@
<tr><td>
<blockquote>
<p>
-An alphabetical list of the package can be found in the <a
href="http://cvs.apache.org/viewcvs/~checkout~/jakarta-commons/lang/STATUS.html">lang
status document</a>.
+An alphabetical list of the packages may be found in the <a
href="http://cvs.apache.org/viewcvs/~checkout~/jakarta-commons/lang/STATUS.html">lang
status document</a>.
</p>
<p>
The <a href="lang/api/index.html">JavaDoc API documents</a> are available online.
@@ -286,6 +286,7 @@
<tr><td>
<blockquote>
<ul>
+<li><a href="http://www.apache.org/dist/jakarta/commons/lang/">Version 2.0</a></li>
<li><a
href="http://jakarta.apache.org/builds/jakarta-commons/release/commons-lang/v1.0.1/">Version
1.0.1</a></li>
<li><a
href="http://jakarta.apache.org/builds/jakarta-commons/release/commons-lang/v1.0/">Version
1.0</a></li>
<li><a
href="http://jakarta.apache.org/builds/jakarta-commons/release/commons-lang/v1.0-b1/">Version
1.0-b1</a></li>
@@ -323,7 +324,10 @@
<blockquote>
<ul>
<li>
-Oct 17, 2003 - <a href="http://www.builder.com/">Builder.com</a> has an article on
Commons Lang entitled <a
href="http://builder.com.com/article.jhtml?id=u00320021017yan01.htm&page=1&vf=tt">Jakarta
Commons Lang project offers centralized utility functions</a> [and in <a
href="http://www.zdnet.com.cn/developer/tech/story/0,2000081602,39077840,00.htm">chinese</a>,
and in <a
href="http://www.zdnet.de/builder/artikel/architect/200212/jakarta_utility_01-wc.html">german</a>].
+Oct 17, 2003 - <a href="http://www.builder.com/">Builder.com</a> has an article on
Commons Lang v1.0 entitled <a
href="http://builder.com.com/article.jhtml?id=u00320021017yan01.htm&page=1&vf=tt">Jakarta
Commons Lang project offers centralized utility functions</a> [and in <a
href="http://www.zdnet.com.cn/developer/tech/story/0,2000081602,39077840,00.htm">chinese</a>,
and in <a
href="http://www.zdnet.de/builder/artikel/architect/200212/jakarta_utility_01-wc.html">german</a>].
+</li>
+<li>
+<a href="http://maven.apache.org">Maven</a>, <a
href="http://jdiff.sourceforge.net/">JDiff</a>, <a
href="http://pmd.sourceforge.net/">PMD</a>, <a
href="http://www.cs.umd.edu/~pugh/java/bugs/">FindBugs</a> and <a
href="http://www.thecortex.net/clover/">Clover</a> have all been of use in the latest
release of Commons Lang.
</li>
</ul>
</blockquote>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]