Converting Fileset to Propert in Ant 1.5 and below

2005-05-05 Thread Stuart Harper
Hi, I have an Ant script which builds a fileset and then converts it to a property like so: This works perfectly in Ant 1.6.3 but in 1.5 it doesn't. Looking at debug trace I see something like: "Adding reference: debug.class.files -> [EMAIL PROTECTED] Setting project property: debug.cl

Re: Available Task

2005-05-04 Thread Stuart Harper
Hi, This worked fine, thanks! On 5/4/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Use to find catch that class file. Transform into a property > using or . After that should > be your friend. > > Jan > > > -Ursprüngliche Nachricht- >

Available Task

2005-05-03 Thread Stuart Harper
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/patt