I am using ANT 1.7.1 but I am getting an error that exclude is not supported in zipgroupfileset target.
I am trying to do below operation –
<zipgroupfileset >
<fileset dir="lib">
<excludes>
<exclude>META-INF/*.SF</exclude>
<exclude>META-INF/*.DSA</exclude>
<exclude>META-INF/*.RSA</exclude>
</excludes>
</fileset>
</zipgroupfileset>
Please help.
Thanks!
Zipgroupfileset is already a fileset, so all you need is something like: