say i have this:

        <war destfile="foo.war" webxml="WEB-INF/web.xml">
            <mappedresources>
                <resources refid="all.classpath" />
                <chainedmapper>
                    <flattenmapper/>
                    <globmapper from="*" to="WEB-INF/lib/*"/>
                </chainedmapper>
            </mappedresources>
       </war>

but i want to exclude some files from the WEB-INF/lib that are
included in the all.classpath... how would i do that?

jon

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org
For additional commands, e-mail: dev-h...@ant.apache.org

Reply via email to