On Jan 25, 2011, at 4:25 AM, Stefan Bodewig wrote:

> On 2011-01-25, <[email protected]> wrote:
> 
>> Added:
>>    
>> ant/antlibs/antunit/trunk/src/main/org/apache/ant/antunit/ResourceExists.java
>>    (with props)
> 
> This is a plain ant condition with no dependency on AntUnit that might
> be useful in core Ant as well.
> 

Shorthand for

<resourcecount count="1">
  <restrict>
    <exists>
      <resource refid="myresource" />
    </exists>
  </restrict>
</resourcecount>

?  ;)

-Matt

> I added it to AntUnit rather than Ant's trunk so that we can release
> AntUnit (if we ever want to) without having to release Ant first.
> 
> Stefan
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to