Re: [math] formatting composite objects

2008-07-29 Thread Luc Maisonobe
Brent Worden a écrit : > The getInstance() method can not return a sole instance because the > default locale can change via java.util.Locale#setDefault > > The purpose of the format setters is to provide similar behavior as > found on java.text.NumberFormat with the ability to modify formatting >

Re: [all] release preparation

2008-07-29 Thread Rahul Akolkar
On Tue, Jul 29, 2008 at 2:38 PM, Matt Benson <[EMAIL PROTECTED]> wrote: > > --- Niall Pemberton <[EMAIL PROTECTED]> wrote: > >> On Tue, Jul 29, 2008 at 5:33 PM, Matt Benson >> <[EMAIL PROTECTED]> wrote: >> > >> > --- Niall Pemberton <[EMAIL PROTECTED]> >> wrote: >> > >> >> On Tue, Jul 29, 2008 at 3

Re: [all] release preparation

2008-07-29 Thread Rahul Akolkar
On Tue, Jul 29, 2008 at 1:28 PM, Niall Pemberton <[EMAIL PROTECTED]> wrote: > On Tue, Jul 29, 2008 at 5:33 PM, Matt Benson <[EMAIL PROTECTED]> wrote: >> >> --- Niall Pemberton <[EMAIL PROTECTED]> wrote: >> >>> On Tue, Jul 29, 2008 at 3:47 PM, Matt Benson >>> <[EMAIL PROTECTED]> wrote: >>> > >>> > -

Re: [all] release preparation

2008-07-29 Thread Matt Benson
--- Niall Pemberton <[EMAIL PROTECTED]> wrote: > On Tue, Jul 29, 2008 at 5:33 PM, Matt Benson > <[EMAIL PROTECTED]> wrote: > > > > --- Niall Pemberton <[EMAIL PROTECTED]> > wrote: > > > >> On Tue, Jul 29, 2008 at 3:47 PM, Matt Benson > >> <[EMAIL PROTECTED]> wrote: > >> > > >> > --- Rahul Akolkar

Re: [all] release preparation

2008-07-29 Thread Rahul Akolkar
On Tue, Jul 29, 2008 at 11:05 AM, Niall Pemberton <[EMAIL PROTECTED]> wrote: > On Tue, Jul 29, 2008 at 3:47 PM, Matt Benson <[EMAIL PROTECTED]> wrote: >> >> --- Rahul Akolkar <[EMAIL PROTECTED]> wrote: >> >>> On Mon, Jul 28, 2008 at 6:54 PM, Matt Benson >>> <[EMAIL PROTECTED]> wrote: >>> > Is a `mv

Re: [all] release preparation

2008-07-29 Thread Niall Pemberton
On Tue, Jul 29, 2008 at 5:33 PM, Matt Benson <[EMAIL PROTECTED]> wrote: > > --- Niall Pemberton <[EMAIL PROTECTED]> wrote: > >> On Tue, Jul 29, 2008 at 3:47 PM, Matt Benson >> <[EMAIL PROTECTED]> wrote: >> > >> > --- Rahul Akolkar <[EMAIL PROTECTED]> wrote: >> > >> >> On Mon, Jul 28, 2008 at 6:54 P

Re: [all] release preparation

2008-07-29 Thread Matt Benson
--- Niall Pemberton <[EMAIL PROTECTED]> wrote: > On Tue, Jul 29, 2008 at 3:47 PM, Matt Benson > <[EMAIL PROTECTED]> wrote: > > > > --- Rahul Akolkar <[EMAIL PROTECTED]> wrote: > > > >> On Mon, Jul 28, 2008 at 6:54 PM, Matt Benson > >> <[EMAIL PROTECTED]> wrote: > >> > Is a `mvn site` from a src

Re: svn commit: r680694 - in /commons/proper/cli/branches/cli-1.x: NOTICE.txt build.properties build.xml maven.xml pom.xml project.properties project.xml src/assembly/src.xml src/conf/MANIFEST.MF

2008-07-29 Thread Emmanuel Bourg
Niall Pemberton a écrit : Better IMO to produce the release using JDK1.5 and Maven2 and just provide an ant build to be able to test the RC using JDK 1.3. As long as m2 has JDK 1.3 source/target options set, then it will be JDK 1.3 compatible and as long as we test the RC using Ant JDK1.3 then i

Re: [all] release preparation

2008-07-29 Thread Niall Pemberton
On Tue, Jul 29, 2008 at 3:47 PM, Matt Benson <[EMAIL PROTECTED]> wrote: > > --- Rahul Akolkar <[EMAIL PROTECTED]> wrote: > >> On Mon, Jul 28, 2008 at 6:54 PM, Matt Benson >> <[EMAIL PROTECTED]> wrote: >> > Is a `mvn site` from a src distribution supposed >> to >> > generate download_[component].cg

Re: svn commit: r680694 - in /commons/proper/cli/branches/cli-1.x: NOTICE.txt build.properties build.xml maven.xml pom.xml project.properties project.xml src/assembly/src.xml src/conf/MANIFEST.MF

2008-07-29 Thread Niall Pemberton
On Tue, Jul 29, 2008 at 3:38 PM, Emmanuel Bourg <[EMAIL PROTECTED]> wrote: > Niall Pemberton a écrit : >> >> Personally I think its a bad idea having all this MANIFEST stuff >> hardcoded - since it just makes errors during release more likely. A >> good example was BeanUtils 1.7.0 where the manifes

Re: [all] release preparation

2008-07-29 Thread Matt Benson
--- Rahul Akolkar <[EMAIL PROTECTED]> wrote: > On Mon, Jul 28, 2008 at 6:54 PM, Matt Benson > <[EMAIL PROTECTED]> wrote: > > Is a `mvn site` from a src distribution supposed > to > > generate download_[component].cgi? > > > No. > > > > If not, are we > > intended to make sure we preserve th

Re: svn commit: r680694 - in /commons/proper/cli/branches/cli-1.x: NOTICE.txt build.properties build.xml maven.xml pom.xml project.properties project.xml src/assembly/src.xml src/conf/MANIFEST.MF

2008-07-29 Thread Emmanuel Bourg
Niall Pemberton a écrit : Personally I think its a bad idea having all this MANIFEST stuff hardcoded - since it just makes errors during release more likely. A good example was BeanUtils 1.7.0 where the manifest version number wasn't updated and has caused alot of confusion and quite a few bug ti

Re: svn commit: r680694 - in /commons/proper/cli/branches/cli-1.x: NOTICE.txt build.properties build.xml maven.xml pom.xml project.properties project.xml src/assembly/src.xml src/conf/MANIFEST.MF

2008-07-29 Thread Niall Pemberton
Personally I think its a bad idea having all this MANIFEST stuff hardcoded - since it just makes errors during release more likely. A good example was BeanUtils 1.7.0 where the manifest version number wasn't updated and has caused alot of confusion and quite a few bug tickets. Niall On Tue, Jul 2

[CLI] recent changes to PosixParser

2008-07-29 Thread Russel Winder
The recent commits to the CLI code has removed the silent absorbing of unknown single letter options by the PosixParser which is good. Also the really bizarre behaviour with single hyphen, multicharacter options by the PosixParser has been removed, which is good. However with the second of these