You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by sharadmjain <sh...@hotmail.com> on 2002/09/03 19:00:12 UTC

Re: How do I tell jar's zipgroupfileset to silently ignore manifests

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:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>