You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by Stuart Harper <st...@gmail.com> on 2005/05/03 19:39:06 UTC

Available Task

Hi,

I'm trying to use Ant to create a script which behaves differently depending 
on the presence of a certain class. I could use the Available task if I knew 
the full classname but I only know that it will start with Debug.

Is there any way to make the available task operate with 
filesets/patternsets or is there any other way to implement this?