Re: Anybody familiar with ChoiceFormat? Issue 44659

2008-08-22 Thread Matt Benson
Looking back at this again, I think having the number formatted according to the US Locale would be more confusing than by the default Locale, speaking without the perspective of a person who typically uses e.g. . as a thousands separator and , as a decimal separator. If it were up to me I'd mark

RE: Problem with -- resolved

2008-08-22 Thread Jim Showalter
This has been resolved. I needed to set the encoding on the loadproperties task. Jim -Original Message- From: Jim Showalter [mailto:[EMAIL PROTECTED] Sent: Friday, August 22, 2008 10:04 AM To: Ant Developers List Subject: Problem with I posted this to Ant Users several weeks ago and

Re: Anybody familiar with ChoiceFormat? Issue 44659

2008-08-22 Thread Matt Benson
Oops... I was obviously on crack when I wrote that. That's what I get for trying to figure that out in a hurry... Sorry! -Matt --- Matt Benson <[EMAIL PROTECTED]> wrote: > You may be able to call > MINUTES_FORMAT.setNumberFormat(NumberFormat.getNumberInstance(Locale.US)). > > -Matt > > --- St

Re: Anybody familiar with ChoiceFormat? Issue 44659

2008-08-22 Thread Matt Benson
You may be able to call MINUTES_FORMAT.setNumberFormat(NumberFormat.getNumberInstance(Locale.US)). -Matt --- Stefan Bodewig <[EMAIL PROTECTED]> wrote: > Hi all, > > DateUtils.formatElapsedTime returns different > results depending on the > current locale if the time is bigger than 1000 > minute

Problem with

2008-08-22 Thread Jim Showalter
I posted this to Ant Users several weeks ago and have not received any responses so now I am trying the developers. I have searched some of the archives to no avail. I am having problems getting this to work as described. I am using Ant 1.7.1 with bcel-5.2 and java 1.6. The OS platform is Solar

Re: AntUnit 1.1?

2008-08-22 Thread Stefan Bodewig
On Fri, 22 Aug 2008, Peter Reilly <[EMAIL PROTECTED]> wrote: > sounds good OK, so if I start the release process I may in the end actually find three people who'll vote on it 8-) I volunteer to be the release manager and will probably put together a beta release next week. > (am catching up on

Anybody familiar with ChoiceFormat? Issue 44659

2008-08-22 Thread Stefan Bodewig
Hi all, DateUtils.formatElapsedTime returns different results depending on the current locale if the time is bigger than 1000 minutes. Under the covers we use a MessageFormat private static final MessageFormat MINUTE_SECONDS = new MessageFormat("{0}{1}"); where {0} is set to be

Re: AntUnit 1.1?

2008-08-22 Thread Peter Reilly
sounds good (am catching up on my e-mail queue). Peter On Tue, Jul 15, 2008 at 1:58 PM, Kevin Jackson <[EMAIL PROTECTED]> wrote: >> ant's trunk has been using a snapshot of AntUnit's trunk for quite >> some time now, so we seem to need some unreleased feature. How about >> making it available t