Hi Oleg, this weekend I tried to compile http-core but failed because a <taskdef> requires clover.jar, which was not among the files I got out of subversion. While you're rewriting http-core, could you spend a few minutes to make the taskdef optional? Maybe something like this in build-common.xml:
<target name="prepare-clover"> <taskdef resource="clovertasks" /> </target> and add the dependency on prepare-clover to the tasks that need it, so that others can be executed without. cheers, Roland [EMAIL PROTECTED] 27.11.2005 14:03 Please respond to "HttpClient Project" To [email protected] cc Subject DO NOT REPLY [Bug 37634] - Findbugs on httpcomponents 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=37634>. 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=37634 [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Target Milestone|--- |4.0 ------- Additional Comments From [EMAIL PROTECTED] 2005-11-27 14:03 ------- Sebastian, I am right in the midst of a major rewrite of http-core. I'll apply the patches as soon as this refactoring is finished Oleg -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
