DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=25145>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=25145 Removing a running HTTP Proxy from the tree is a small disaster. [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED | ------- Additional Comments From [EMAIL PROTECTED] 2004-09-20 10:11 ------- Oops! the change works, but fails to build in Ant, because Remove.java is built before the Proxy, and thus does not have the Proxy on the classpath. Rather than use Reflection or reorganise the build, I'll add a canRemove() method to Test Elements, with a default of true. Any test elements that need to do clean-up can then do it and return true, or just return false. Remove can display a message if canRemove() returns false. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
