On Mon, Nov 28, 2005 at 08:29:35AM +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. > > cheers, > Roland > >
Roland, One should still be able to compile and build http-core without clover.jar. Only test task fails as far as I can tell. I'll fix the build.xml shortly Anyways, I am looking forward to getting your feedback Please note http-core is currently in a state of flux. I have been rewriting the parsing code to reduce the amount of intermediate garbage generated while parsing HTTP messages. I will write a detailed report of what has been done once things are more or less complete Oleg > > > > [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] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
