Java Mailing List Archive

http://www.ant-tasks.com/

Home » Ant Users List »

Identifying os x .app bundles using resource selectors

Fragorl McFragorl

2010-04-13


Author LoginPost 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
©2008 ant-tasks.com - Jax Systems, LLC, U.S.A.