Hello,
In using third party tools (e.g. Crystal Reports
Java Viewer), I am required to include a directory of tools in my WAR file. The directory that needs to be included is called "crv11" and is located at the same level as WEB-INF in my project:
When I create the WAR file, I want the whole directory included. The only way I have been able to accomplish this is using the <zipfileset> tag:
This works, but I want to be sure that I am actually doing this correctly or should be using a patternset defined somewhere else. Basically, is there any alternative?
Thank you,
mk