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
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
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
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
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
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
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
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
--- 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
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).
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
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
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
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
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
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
16 matches
Mail list logo