Re: Anybody familiar with ChoiceFormat? Issue 44659

2008-08-25 Thread Stefan Bodewig
On Mon, 25 Aug 2008, Matt Benson <[EMAIL PROTECTED]> wrote: --- Stefan Bodewig <[EMAIL PROTECTED]> wrote: >> AFAICT making the thousands separator go away takes >> the same amount of >> coding effort as making it use the US locale. > > Agreed wrt required effort; I also agree that no > thousands

Re: File Name wiht NLS Special Characters

2008-08-25 Thread Stefan Bodewig
On Mon, 25 Aug 2008, <[EMAIL PROTECTED]> wrote: > Folks, > > I'm trying to run the Jax-ws APT ant task on file with a NLS name: > > S_BASIC_ÃÑÑÖÏÑG_Bean.java I don't think you are asking on the correct list. There may be people on the user list who use the same task (I don't even know it) and

Re: cvstagdiff -- rdiff with -kk option in ANT

2008-08-25 Thread Stefan Bodewig
On Mon, 25 Aug 2008, Sangal ak <[EMAIL PROTECTED]> wrote: > I'm getting an error mesg while running "ant" using this > build.xml. It's saying... unknown "-k" option. > > Can't I use these lines: > > > > > > with "cvstagdiff" ??? This l

File Name wiht NLS Special Characters

2008-08-25 Thread rjack2
Folks, I'm trying to run the Jax-ws APT ant task on file with a NLS name: S_BASIC_ÃÑÑÖÏÑG_Bean.java Apt seems to have difficulty processing this file. Has anyone encountered this problem? It didn't seem to have any problem compiling it. I tried it though ANT and via command line. Here is the

cvstagdiff -- rdiff with -kk option in ANT

2008-08-25 Thread Sangal_ak04
Hi All, I want to generate differences between two given tags (i.e. a start tag and end tag). Currently I'm using the following code in build.xml: some code here .. .. so

Re: svn commit: r687768 - in /ant/core/trunk: WHATSNEW src/main/org/apache/tools/ant/DirectoryScanner.java src/main/org/apache/tools/ant/types/selectors/PathPattern.java src/main/org/apache/tools/ant/

2008-08-25 Thread Stefan Bodewig
On Thu, 21 Aug 2008, Gilles Scokart <[EMAIL PROTECTED]> wrote: > In particular, I'm not sure where to place the PathPattern class. I > currently put it in org/apache/tools/ant/types/selectors so that I > don't have to make the methods of SelectorUtils public, but I feel > like it is not the right

Re: svn commit: r687358 - /ant/core/trunk/src/main/org/apache/tools/ant/ComponentHelper.java

2008-08-25 Thread Stefan Bodewig
On Mon, 25 Aug 2008, Gilles Scokart <[EMAIL PROTECTED]> wrote: > I also had to guard getRestrictedDefinitions, and the caller is > supposed to guard the resulting List. Which is quiet anoying. > Maybe the returned list should be a copy, and not the life instance. > WDYT? I'm not sure who calls g

Re: svn commit: r688715 - /ant/core/trunk/src/main/org/apache/tools/ant/ComponentHelper.java

2008-08-25 Thread Stefan Bodewig
On Mon, 25 Aug 2008, <[EMAIL PROTECTED]> wrote: > +Map.Entry entry = (Map.Entry) i.next(); > +List entryVal = (List) entry.getValue(); > +synchronized (entryVal) { > +//copy the entryVal > +entryVal = new Array

Re: Anybody familiar with ChoiceFormat? Issue 44659

2008-08-25 Thread Matt Benson
--- Stefan Bodewig <[EMAIL PROTECTED]> wrote: > On Fri, 22 Aug 2008, Matt Benson > <[EMAIL PROTECTED]> wrote: > > > 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

Re: svn commit: r688715 - /ant/core/trunk/src/main/org/apache/tools/ant/ComponentHelper.java

2008-08-25 Thread Dominique Devienne
On Mon, Aug 25, 2008 at 8:10 AM, <[EMAIL PROTECTED]> wrote: > Fix possible raise condition when modifying/reading restrictedDefinitions You mean "race condition" right? > +private Map getRestrictedDefintion() { Typo. getRestrictedDefin*i*tion*s*(). I'd put it plural too (thus the final s).

Re: checkstyle on Ivy code base

2008-08-25 Thread Xavier Hanin
On Mon, Aug 25, 2008 at 3:51 PM, Gilles Scokart <[EMAIL PROTECTED]> wrote: > When we go back to 0, I think we should include the checkstyle > validation in gump. > WDYT? Agreed. Xavier > > > Gilles > > > 2008/8/25 Xavier Hanin <[EMAIL PROTECTED]>: > > Hi Ivy team, > > > > I've noticed that the

Re: checkstyle on Ivy code base

2008-08-25 Thread Gilles Scokart
When we go back to 0, I think we should include the checkstyle validation in gump. WDYT? Gilles 2008/8/25 Xavier Hanin <[EMAIL PROTECTED]>: > Hi Ivy team, > > I've noticed that the number of checkstyle errors in our code base has > raised up to 61 errors. We've done a large effort to reduce it t

checkstyle on Ivy code base

2008-08-25 Thread Xavier Hanin
Hi Ivy team, I've noticed that the number of checkstyle errors in our code base has raised up to 61 errors. We've done a large effort to reduce it to zero some months ago, it would be nice to keep an eye on this to avoid introducing new errors. If you use eclipse, I especially recommend the checks

Re: svn commit: r687358 - /ant/core/trunk/src/main/org/apache/tools/ant/ComponentHelper.java

2008-08-25 Thread Gilles Scokart
There was indeed a possible raise condition for modification/reading restrictedDefinitions. The modification done in initSubProject was not really a problem (normally only called in the initialization of a sub project, from a single thread), but the one done in updateRestrictedDefinition was. It

Re: [CONF] Apache Ivy (Apache Ant subproject) : Ivy Link (page edited)

2008-08-25 Thread Stefan Bodewig
On Sun, 24 Aug 2008, <[EMAIL PROTECTED]> wrote: > Page Edited : IVY : Ivy Link > > Ivy Link has been edited by Jan MatA"rne (Aug 24, 2008). > > Change summary: > > more docs from the web > > (View changes) Is anybody familiar enough with Confluence to make the change notification mails more

Re: Anybody familiar with ChoiceFormat? Issue 44659

2008-08-25 Thread Stefan Bodewig
On Fri, 22 Aug 2008, Matt Benson <[EMAIL PROTECTED]> wrote: > 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