On Mon, 2005-11-28 at 08:29 +0100, Roland Weber wrote: > 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. >
Roland, Should be fixed now. Please re-test Oleg > 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 > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
