Fwd: svn commit: r953130 - in /ant/ivy/core/trunk/src/java/org/apache/ivy/core/module/descriptor: DefaultExtendsDescriptor.java ExtendsDescriptor.java

2010-06-09 Thread Gilles Scokart
For the record. Gilles Scokart -- Forwarded message -- From: Jean-Louis Boudart Date: 10 June 2010 08:32 Subject: Re: svn commit: r953130 - in /ant/ivy/core/trunk/src/java/org/apache/ivy/core/module/descriptor: DefaultExtendsDescriptor.java ExtendsDescriptor.java To: Gilles Sc

Re: svn commit: r953130 - in /ant/ivy/core/trunk/src/java/org/apache/ivy/core/module/descriptor: DefaultExtendsDescriptor.java ExtendsDescriptor.java

2010-06-09 Thread Gilles Scokart
Those 2 files comes from jira [1].  Jean-Louis Boudart made the first verison, and Jason Trump completed it. Jason checked the ASF Grant checkbox, but Jean-Louis forgot. I guess that's OK to add those header. Jean-Louis, in case you are still around, could you confrim that. Thanks, [1] https:

Re: Extending path

2010-06-09 Thread Jon Stevens
On Wed, Jun 9, 2010 at 3:06 AM, Stefan Bodewig wrote: > [I appologize for reshuffling your post but this way my response make > mode sense, at least to me 8-)] I sometimes ramble. Thanks! =) > Letting the IDE force the Ant version upon you somewhat defeats the > purpose of an IDE independent bui

Re: nested static class causing junit failure

2010-06-09 Thread videophool
I just found the answer to my own question: mark the class with @Ignore My apologies. videophool wrote: > > In some junit code, I have a nested class that is private and static. > This class implements an interface that is used by the code under test. > The junit tests work fine in Eclipse,

nested static class causing junit failure

2010-06-09 Thread videophool
In some junit code, I have a nested class that is private and static. This class implements an interface that is used by the code under test. The junit tests work fine in Eclipse, but fail under ant. The failures are: MyTestClass$NestedClass "Caused an ERROR Test class should have public

Re: Extending path

2010-06-09 Thread Stefan Bodewig
[I appologize for reshuffling your post but this way my response make mode sense, at least to me 8-)] On 2010-06-09, Jon Stevens wrote: > It looks like ResourceDecorator is 1.8 only and since this needs to > work in Eclipse, I'm stuck in 1.7.x land for now. IIUC what you do is a one-time action