Hello,
I think I am the original culprit for isExists().
Sorry for the ugly looking method name.

Cheers,

Antoine

Matt Benson wrote:

>BC.
>
>--- Dominique Devienne <[EMAIL PROTECTED]> wrote:
>
>  
>
>>>+++
>>>      
>>>
>ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/LoadResource.java
>  
>
>>>+        if (!src.isExists()) {
>>>+            throw new BuildException(src + "
>>>      
>>>
>>doesn't exist");
>>    
>>
>>>+        }
>>>      
>>>
>>Does isExists() sound strange to me only?
>>java.io.File uses just
>>exists(), so couldn't we just use the same name for
>>Resource? Thanks,
>>--DD
>>
>>
>>    
>>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to