You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Daniel Bonniot <Da...@inria.fr> on 2004/02/03 20:53:58 UTC

Testing the presence of files, using **

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: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org