Stephen Colebourne wrote:
WordUtils coded and checked in. It contains

- wrap
- capitalize
- uncapitalize
- capitalizeFully
- swapCase

All clear for RC3.

I am now getting the following javadoc warning using the 1.4 tool:


/lang/WordUtils.java:357: warning - Tag @see: can't find capitalizeAllWords(String) in org.apache.commons.lang.WordUtils

The @see needs to be removed, since the method no longer exists.

Phil


Stephen


----- Original Message -----
From: "Henri Yandell" <[EMAIL PROTECTED]>
To: "Jakarta Commons Developers List" <[EMAIL PROTECTED]>
Sent: Sunday, August 17, 2003 9:01 PM
Subject: Re: [lang] WordUtils - Re: cvs commit: jakarta-commons/lang
RELEASE-NOTES.txt



Go for it.

I'll back off for 5 hours [as I'm out of the house for in-law things in a
bit] then see what the state is when I get back. Will fix up the tags etc
then to point to the right versions.

Let me know where things are before you goto sleep :)

Hen

On Sun, 17 Aug 2003, Stephen Colebourne wrote:


I am working on WordUtils now. I can have a version with word wrapping

that

works, and capitalizeAllWords/uncapitalizeAllWords/swapCase in about 4

hours

time.

Its release manager's choice....
No checkin will occur unless you agree it.

Stephen


----- Original Message ----- From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, August 17, 2003 8:51 PM Subject: cvs commit: jakarta-commons/lang RELEASE-NOTES.txt



bayard 2003/08/17 12:51:09

 Modified:    lang     RELEASE-NOTES.txt
 Log:
 Removed WordWrapUtils from release notes. Will move the tag.

 Revision  Changes    Path
 1.21      +1 -4      jakarta-commons/lang/RELEASE-NOTES.txt

 Index: RELEASE-NOTES.txt
 ===================================================================
 RCS file: /home/cvs/jakarta-commons/lang/RELEASE-NOTES.txt,v
 retrieving revision 1.20
 retrieving revision 1.21
 diff -u -r1.20 -r1.21
 --- RELEASE-NOTES.txt 16 Aug 2003 02:41:18 -0000 1.20
 +++ RELEASE-NOTES.txt 17 Aug 2003 19:51:09 -0000 1.21
 @@ -36,7 +36,6 @@
      ClassUtils
      StringEscapeUtils
      StringPrintWriter
 -    WordWrapUtils
      IllegalClassException
      IncompleteArgumentException
      NotImplementedException
 @@ -145,7 +144,6 @@
  18077  StringUtils.chomp does not match Perl
  18723  RandomStringUtils infloops with length < 1
  18836  test.lang fails if compiled with non iso-8859-1 locales
 -18948  Resurrect the WordWrapUtils from commons-sandbox/utils
  19296  [Lang] What to do with FastDateFormat unused private constru
  19364  [Lang] time unit tests fail on Sundays
  19756  [lang] java.lang.ExceptionInInitializerError thrown by JVMRa
 @@ -253,7 +251,6 @@
  > org.apache.commons.lang.StringEscapeUtils
  > org.apache.commons.lang.ArrayUtils
  > org.apache.commons.lang.Entities$BinaryEntityMap
 -> org.apache.commons.lang.WordWrapUtils
  > org.apache.commons.lang.ClassUtils
  > org.apache.commons.lang.IntHashMap$Entry
  > org.apache.commons.lang.IllegalClassException




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



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



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




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





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



Reply via email to