Re: Converting Fileset to Propert in Ant 1.5 and below

2005-05-05 Thread Matt Benson
Try the task. -Matt --- Stuart Harper <[EMAIL PROTECTED]> wrote: > Hi, > > I have an Ant script which builds a fileset and then > converts it to a > property like so: > > dir="${dir.classes}"> > > > > refid="debug.class.files"/> > > This works perfectly in Ant 1.6.3 but in 1.5 it > does

RE: Converting Fileset to Propert in Ant 1.5 and below

2005-05-05 Thread Dominique Devienne
> From: Stuart Harper [mailto:[EMAIL PROTECTED] > 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.cl

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