In creating a WAR file, you can specify a <lib> tag which is a fileset that 
specifies third party libraries that need to be installed in the WEB-INF/lib 
subdirectory.  As it happens, the way I'm doing it (a bunch of explicit <include> 
tags), I get a small directory heirarchy, and it apparently needs to be flattened.

I tried using a <mapper> tag, but it doesn't like that.

Have I missed something?  What can I do to "correct this"?

Thanks
David Corbin

Reply via email to