I am able to get rid of the manifest file "skip" message by doing the following.
<zipgroupfileset dir="dir_containing_my_jars">
<include name="**/*.jar" />
<exclude name="**/manifest.mf"/>
</zipgroupfileset>
Although, I am not sure if this is the right way ...
-sharad
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
