Hi,
In my plugin, I need to have the following logic:
<j:if test="these is at least one file matching ${someDir}/*.foo">
...
</j:if>the test attribute is of course pseudo-code. I tried different things (ant:available, ant:fileset), but could not find how to express this (I'm still not at ease with jelly). Anybody could help with this probably trivial task?
Cheers,
Daniel
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
