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: [email protected]
For additional commands, e-mail: [email protected]