>+ * a new resource collection <mappedresources> generalizes the prefix >+ and fullpath attributes of <zipfileset> to arbitrary mappers that >+ can be applied to arbitrary resource collections. >+ Bugzilla Report 4240. >+ >+ <p>Creates a WAR archive adding all CLASSPATH entries that are files >+ to the <code>WEB-INF/lib</code> directory without keeping their >+ files-system structure.</p> >+ >+ <pre> >+ <war destfile="${output}"> >+ <mappedresources> >+ <restrict> >+ <path path="${java.class.path}"/> >+ <type type="file"/> >+ </restrict> >+ <chainedmapper> >+ <flattenmapper/> >+ <globmapper from="*" to="WEB-INF/lib/*"/> >+ </chainedmapper> >+ </mappedresources> >+ </war> >+ </pre> >+</blockquote>
Are these closed now? * https://issues.apache.org/bugzilla/show_bug.cgi?id=19523 zip/unzip should have the capability to use a mapper Opened: 2003-05-01 18:01 PST * https://issues.apache.org/bugzilla/show_bug.cgi?id=31947 War task should flatten files in <lib> element Opened: 2004-10-28 21:17 PST Jan --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]