Bevan Arps [mailto:[EMAIL PROTECTED]] wrote:
> > i tried various combinations of:
> >
> > <echo message="${classpath}" />
> > <echo message="${baseClasspath}" />
>
> It seems to me that you're running into an issue of different types of
> "thing".
> I believe that classpaths and filesets are not properties - but some
> other kind of thing.
That is correct.
You can print out the contents of a fileset with an <execon executable="echo">
Of course that only works on unix-ish platforms.
Not sure of any way to print out a patternset or path though.
You could write a task to do it quite easily.