Hello, How to disable the autocopy stuff in Ant (issued from the v3.1 tomcat release, April 18th) ?
Ant persists on _some_ targets to copy the 'package.html' file to some wrong directories. I have tried to use the 'excludes=' keyword with *.html, **.html and **/*.html but it still copies the package.html (and creates wrong directories in my project's top level directory) ? Is there any way to just disable the autocopy while compiling ? Thanks, Emmanuel.
