--- Scott Ellsworth <[EMAIL PROTECTED]> wrote:
> <zipfileset dir="${project.work.dir}" includes="images/*"
> if="jar.ignoreImages"/>
Try:
<zipfileset dir="${project.work.dir}">
<include name="images/*" if="jar.ignoreImages"/>
</zipfileset>
(Although I'm thinkin it should actually be 'unless' -- but hey, maybe it
makes sense on your end :)
Diane
=====
([EMAIL PROTECTED])
__________________________________________________
Do You Yahoo!?
HotJobs - Search Thousands of New Jobs
http://www.hotjobs.com
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>