RE: Printing out patternsets and/or filesets

2006-04-19 Thread Brown, Carlton
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Wednesday, April 19, 2006 1:36 AM > To: user@ant.apache.org > Subject: AW: Printing out patternsets and/or filesets > > > > patternset: ${ps.value}"/> > > > Jan

AW: Printing out patternsets and/or filesets

2006-04-18 Thread Jan.Materne
patternset: ${ps.value}"/> Jan >With pathconvert you can convert the fileset to a property >which will list the files in the fileset. >> I need to know if there is a way to print out a patternset >or fileset >> for debugging. Likesay if I've specified a patternset and >given it an -

Re: Printing out patternsets and/or filesets

2006-04-18 Thread Antoine Levy-Lambert
Hello Carlton, With pathconvert you can convert the fileset to a property which will list the files in the fileset. Please read the manual. For the patternset nothing obvious. Regards, Antoine Just to rule it out, I tried the obvious which of course didn't work. Brown, Carlton wrote:

Printing out patternsets and/or filesets

2006-04-18 Thread Brown, Carlton
Hi, I need to know if there is a way to print out a patternset or fileset for debugging. Likesay if I've specified a patternset and given it an ID: Or for a fileset, similar situation. How do I go about displaying the list of what the f