Le 19 juin 2010 à 15:05, Nicolas Lalevée a écrit :
>
> Le 15 juin 2010 à 18:38, Matt Benson a écrit :
>
>> On 6/15/10, Nicolas Lalevée wrote:
>>> On Monday 14 June 2010 20:01:08 Matt Benson wrote:
Hi, Nicolas:
[SNIP]
> I looked into the code, it seems
> org.apache
Le 15 juin 2010 à 18:38, Matt Benson a écrit :
> On 6/15/10, Nicolas Lalevée wrote:
>> On Monday 14 June 2010 20:01:08 Matt Benson wrote:
>>> Hi, Nicolas:
>>>
>>> [SNIP]
>>>
I looked into the code, it seems
org.apache.tools.ant.types.resources.Restrict is the culprit. It uses
Ba
On 6/15/10, Nicolas Lalevée wrote:
> On Monday 14 June 2010 20:01:08 Matt Benson wrote:
>> Hi, Nicolas:
>>
>> [SNIP]
>>
>> > I looked into the code, it seems
>> > org.apache.tools.ant.types.resources.Restrict is the culprit. It uses
>> > BaseResourceCollectionWrapper which loads the entire underly
On Monday 14 June 2010 20:01:08 Matt Benson wrote:
> Hi, Nicolas:
>
> [SNIP]
>
> > I looked into the code, it seems
> > org.apache.tools.ant.types.resources.Restrict is the culprit. It uses
> > BaseResourceCollectionWrapper which loads the entire underlying resource
> > collection.
> > I searched f
Hi, Nicolas:
[SNIP]
> I looked into the code, it seems
> org.apache.tools.ant.types.resources.Restrict is the culprit. It uses
> BaseResourceCollectionWrapper which loads the entire underlying resource
> collection.
> I searched for the use of BaseResourceCollectionWrapper in Ant and I think
> tha