I am getting errors in the following package trying to compile HttpClient 3.0.1 with JDK 1.5 !
I have org.apache.common.codec and org.apache.commons.logging from the dependencies list... Error in package: org.apache.commons.logging.impl Classes in this package are looking for the following packages: org.apache.avalon.framework.* org.apache.log4j.* org.apache.log.* These packages are not listed in the dependencies list for HttpClient, so I was wondering if I am missing something here...Can someone please assist ? Thanks so much ! --Ranobroto On 11/3/06, Paranoid <[EMAIL PROTECTED]> wrote:
i tryed. you just need to download commons-logging and commons-codec sources :) it simply. commons-logging compiles without dependencies or just with one servlet deps. i just build it with jdk 6 b101. > if I want to compile HttpClient on JDK 1.5, what components do I need? > > I tried doing it once and seems like I have to get nearly all apache > libraries (Sources) to compile that and avalon, apache logger, avalon > framework and moch more... > > Does anyone have a code zipped somewhere that is ready to use without having > to download a whole bunch of library sources from apache ? > > Thanks, > Ranobroto > > On 11/2/06, Steve Terrell <[EMAIL PROTECTED]> wrote: > > > > I am running HttpClient 3.0 with JDK 1.5 with no problems. As far as I > > know, there is not a separate code base for JDK 1.5. > > > > --Steve > > > > -----Original Message----- > > From: Ranobroto Dutta [mailto:[EMAIL PROTECTED] > > Sent: Thursday, November 02, 2006 9:26 AM > > To: [email protected] > > Subject: JDK 1.5 Version of HttpClient ? > > > > Do we have a JDK 1.5 version of the HttpClient library ? > > > > --------------------------------------------------------------------- > > 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]
