You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by bu...@apache.org on 2003/07/22 01:35:46 UTC

DO NOT REPLY [Bug 21778] - Bug in build.xml (missing "exclude" in "compile" target)

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=21778>.
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=21778

Bug in build.xml (missing "exclude" in "compile" target)





------- Additional Comments From steve.viens@fidelity.com  2003-07-21 23:35 -------
Actually, after a closer look, a cleaner way to eliminate this problem would 
be to remove the unused/unneccessary import of "HttpServletRequest" from:

  org.apache.axis.handlers.EchoHandler

(Line 59)

Steve