Author Login
Post Reply
Hi all,
Neither the resource collection types fileset nor dirset seem to pick up a
mac os x app bundle.
For example, the following will work:
<delete dir="./MyApp.app"/>
Yet the following will not work:
<delete>
<dirset dir=".">
<include name="Myapp.app"/>
</dirset>
</delete>
nor will that work with a Fileset. Wondering if this is a bug, or if there
is a different resource collection (or option that I've missed) that I
should use.
Regards,
Alex