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=18852>. 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=18852 core task "war" still broken in 1.5.3 ------- Additional Comments From [EMAIL PROTECTED] 2003-04-09 13:03 ------- This is strange for several reasons (apart from the fact that it works for me). The exclude of *.class shouldn't be necessary at all as you already have an <include> element. Are you sure that the class files are not getting into WEB-INF/classes by a different (zip)fileset? Can you send us a snippet of ant -debug? The relevant part should begin with Setup scanner in dir ${bin}${file.separator}classes with patternset { includes: *.properties excludes: **/*.class} or something close to that and show the .class files being added after that.