DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20366>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20366
ANT zip target does not include empty directories
------- Additional Comments From bodewig@apache.org 2003-06-24 13:11 -------
Your observation is correct, Ant will only include directories that contain
other directories or files that are going to be included, this is a bug.
But even after fixing the bug, you are not going to find WEB-INF/classes in
your archive the your snippet as you match on *.* and "classes" doesn't contain
a dot. You'll probably only want "${web.application}/**".
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org
|