Holger: the <property refid="" /> notation you are using is not -really- recommended. IIRC is is noted as experimental in the code; while it is not going anywhere, in this case you can see it yields less-than-optimal results. It calls toString() on the referenced object. DirSet inherits its toString() implementation from AbstractFileSet, which returns a Windows-style path of included *files*. I would urge you to use the pathconvert task instead; it will do what you want here.
HTH, Matt --- Holger Rauch <[EMAIL PROTECTED]> wrote: > Hi! > > I've created the following simple directory > structure for testing purposes. > I would like to see only dirs below test ("blah" and > "blubber") in my > dirset/fileset. The Ant version I'm using is 1.6.5 > in conjunction with > JDK 1.5.0_06 on Linux: [snip] __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]