I missed that one in your earlier e-mail (I was too embarrassed looking at the DateUtils problems that I caused :)
Should be a quick fix. BTW, Javadoc in 1.4.2 must be more picky than in 1.4.1, which I am running. When I ran the javadoc to test the DateUtils fixes a little while ago, it did not complain at all about CharSetUtils problem. Steven Caswell [EMAIL PROTECTED] a.k.a Mungo Knotwise of Michel Delving "One ring to rule them all, one ring to find them..." > -----Original Message----- > From: Gary Gregory [mailto:[EMAIL PROTECTED] > Sent: Tuesday, August 05, 2003 6:24 PM > To: 'Jakarta Commons Developers List' > Subject: RE: [lang] Recent changes cause Javadoc warnings > > > No apologies needed ;-) > > BTW, I just got the latest and I still get: > > [javadoc] > C:\cvs-store\apache.org\jakarta\commons\lang\src\java\org\apac > he\commons\lan > g\CharSetUtils.java:105: warning - @param argument "set" is > not a parame ter name. > [javadoc] Generating > C:\cvs-store\apache.org\jakarta\commons\lang\dist\docs\api\sty > lesheet.css... > [javadoc] 1 warning > > Gary > > -----Original Message----- > From: Steven Caswell [mailto:[EMAIL PROTECTED] > Sent: Tuesday, August 05, 2003 14:20 > To: 'Jakarta Commons Developers List' > Subject: RE: [lang] Recent changes cause Javadoc warnings > > Yes, I thought I'd gotten DateUtils clean before checking in > but I missed something. Apologies for the oversight. > > > Steven Caswell > [EMAIL PROTECTED] > a.k.a Mungo Knotwise of Michel Delving > "One ring to rule them all, one ring to find them..." > > > > -----Original Message----- > > From: Gary Gregory [mailto:[EMAIL PROTECTED] > > Sent: Tuesday, August 05, 2003 12:34 PM > > To: 'Jakarta Commons Developers List' > > Subject: [lang] Recent changes cause Javadoc warnings > > > > > > Hello, > > > > Some very recent changes cause Javadoc (1.4.2) warnings where > > Javadoc used to run "clean". > > > > It would be nice if Javadocs where warning free before we release. > > > > Perhaps we could agree to check with the ant build output > > before patching Javadocs? > > > > Gary > > > > [javadoc] > > C:\cvs-store\apache.org\jakarta\commons\lang\src\java\org\apac > > he\commons\lan > > g\CharSetUtils.java:105: warning - @param argument "set" is > > not a parame ter name. > > [javadoc] > > C:\cvs-store\apache.org\jakarta\commons\lang\src\java\org\apac > > he\commons\lan > > g\time\DateUtils.java:561: warning - Missing closing } > > character for inl ine tag: "[EMAIL PROTECTED] #iterator(Calendar, int) method." > > [javadoc] > > C:\cvs-store\apache.org\jakarta\commons\lang\src\java\org\apac > > he\commons\lan > > g\time\DateUtils.java:591: warning - Tag @link: reference not > > found: Dat eUtils.RANGE_MONTH_SUNDAY > > [javadoc] > > C:\cvs-store\apache.org\jakarta\commons\lang\src\java\org\apac > > he\commons\lan > > g\time\DateUtils.java:591: warning - Tag @link: reference not > > found: Dat eUtils.RANGE_MONTH_MONDAY > > [javadoc] > > C:\cvs-store\apache.org\jakarta\commons\lang\src\java\org\apac > > he\commons\lan > > g\time\DateUtils.java:591: warning - Tag @link: reference not > > found: Dat eUtils.RANGE_WEEK_SUNDAY > > [javadoc] > > C:\cvs-store\apache.org\jakarta\commons\lang\src\java\org\apac > > he\commons\lan > > g\time\DateUtils.java:591: warning - Tag @link: reference not > > found: Dat eUtils.RANGE_WEEK_MONDAY > > [javadoc] > > C:\cvs-store\apache.org\jakarta\commons\lang\src\java\org\apac > > he\commons\lan > > g\time\DateUtils.java:591: warning - Tag @link: reference not > > found: Dat eUtils.RANGE_WEEK_RELATIVE > > [javadoc] > > C:\cvs-store\apache.org\jakarta\commons\lang\src\java\org\apac > > he\commons\lan > > g\time\DateUtils.java:591: warning - Tag @link: reference not > > found: Dat eUtils.RANGE_WEEK_CENTER > > [javadoc] > > C:\cvs-store\apache.org\jakarta\commons\lang\src\java\org\apac > > he\commons\lan > > g\time\DateUtils.java:683: warning - Missing closing } > > character for inl ine tag: "[EMAIL PROTECTED] #iterator(Calendar, int) method." > > [javadoc] Generating > > C:\cvs-store\apache.org\jakarta\commons\lang\dist\docs\api\sty > > lesheet.css... > > [javadoc] 9 warnings > > > > -----Original Message----- > > From: Phil Steitz [mailto:[EMAIL PROTECTED] > > Sent: Monday, August 04, 2003 19:36 > > To: Jakarta Commons Developers List > > Subject: Re: [lang] Enum/JDK1.2 (was Work outstanding) > > > > Henri Yandell wrote: > > > Seems to work :) > > > > Yep. Everything compiles and tests run clean for me using Sun Linux > > JDKs 1.2.2_016, 1.3.1_08 and 1.4.2. > > > > Phil > > > > > > > > Am back from the weekend away, will try to grokk from the > > emails etc > > > what's left. > > > > > > Hen > > > > > > On Tue, 5 Aug 2003, Stephen Colebourne wrote: > > > > > > > > >>OK, solution checked in now for the JDK1.2 Enum problem. It > > should all > > >>be > > OK > > >>now. > > >> > > >>It should also be backwards compatable, and maybe offer other Enum > > >>forms that I haven't investigated yet. I'm all out of > time now, and > > >>won't be > > doing > > >>much for the next week. So if someone else wants to check > what I've > > >>done feel free ;-) > > >> > > >>Stephen > > > > > > > > > --------------------------------------------------------------------- > > 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]
