On Wed, 20 Mar 2002, Zart Colwing <zartc@wanadoo.fr> wrote:
> I have the following need that I couldn't work out by myself so far:
> - In order to fire a target I need to make sure at least one
> Test*.java exist anywhere in my test source hierarchy.
Maybe your target can deal with that itself. <junit>'s <batchtest>
should work for example.
> Naively I tried the following rule, but without success because
> <available/> is only capable of testing the existence of a single
> well know file at once. <available/> does not support file pattern !
Adding wildcard support to <available> has been suggested before, but
hasn't received much attention. Maybe you should start lobbying for
it 8-).
Stefan
--
To unsubscribe, e-mail: <mailto:ant-user-unsubscribe@jakarta.apache.org>
For additional commands, e-mail: <mailto:ant-user-help@jakarta.apache.org>
|