On Sun, 2008-05-11 at 19:51 +0100, sebb wrote: > On 11/05/2008, Oleg Kalnichevski <[EMAIL PROTECTED]> wrote: > > On Sun, 2008-05-11 at 19:44 +0100, sebb wrote: > > > After logging in, I can see that the first error is: > > > > > > [INFO] Compilation failure > > > > > > > > /home/continuum/data/working-directory/353/module-client/src/main/java/org/apache/http/impl/client/AbstractHttpClient.java:[59,32] > > > cannot find symbol > > > symbol : class DefaultedHttpContext > > > location: package org.apache.http.protocol > > > > > > > > > Odd. It means Continuum still does not pick up the latest HttpCore > > snapshot for some reason. > > Unless it is not picking up HttpCore at all - but I assume that there > must be other classes it needs from HttpCore, which would show up too. > > How does HttpClient know to pick up HttpCore? >
Based on the Maven's POM http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/pom.xml http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/pom.xml where HttpCore declared as a compile time dependency. Oleg > > > > Oleg > > > > > > > > > The build definition looked a bit odd, so I changed it to look more > > > like the HttpCore one, and tried to resubmit a build, but it's very > > > difficult to tell if anything is happening. > > > > > > On 11/05/2008, Oleg Kalnichevski <[EMAIL PROTECTED]> wrote: > > > > On Sun, 2008-05-11 at 06:10 -0700, [EMAIL PROTECTED] wrote: > > > > > Online report : > > http://vmbuild.apache.org/continuum/buildResult.action?buildId=88756&projectId=353 > > > > > > > > > > > > > Sebastian, > > > > > > > > For some reason I am not longer authorized to access the project in > > > > Continuum and can't figure out why the build keeps on failing. > > > > > > > > --- > > > > Authorization Error > > > > You are not authorized to access this page. Please contact your > > > > administrator to be granted the appropriate permissions. > > > > --- > > > > > > > > Could you please take a look? > > > > > > > > Oleg > > > > > > > > > > > > > > > > > > > > > Build statistics: > > > > > State: Failed > > > > > Previous State: Failed > > > > > Started at: Sun 11 May 2008 06:09:43 -0700 > > > > > Finished at: Sun 11 May 2008 06:10:13 -0700 > > > > > Total time: 29s > > > > > Build Trigger: Schedule > > > > > Build Number: 62 > > > > > Exit code: 1 > > > > > Building machine hostname: vmbuild.apache.org > > > > > Operating system : Linux(unknown) > > > > > Java Home version : > > > > > java version "1.5.0_12" > > > > > Java(TM) 2 Runtime Environment, Standard Edition (build > > 1.5.0_12-b04) > > > > > Java HotSpot(TM) Client VM (build 1.5.0_12-b04, mixed > > mode, sharing) > > > > > > > > > > Builder version : > > > > > Maven version: 2.0.7 > > > > > Java version: 1.5.0_12 > > > > > OS name: "linux" version: "2.6.20-16-server" arch: "i386" > > > > > > > > > > > > **************************************************************************** > > > > > SCM Changes: > > > > > > > **************************************************************************** > > > > > Changed: olegk @ Sun 11 May 2008 06:01:02 -0700 > > > > > Comment: Added NTLM_SUPPORT.txt document describing steps necessary > > to NTLM enable Httpclient > > > > > Files changed: > > > > > /httpcomponents/httpclient/trunk/NTLM_SUPPORT.txt ( 655311 ) > > > > > /httpcomponents/httpclient/trunk/RELEASE_NOTES.txt ( 655311 ) > > > > > > > > > > > > **************************************************************************** > > > > > Dependencies Changes: > > > > > > > **************************************************************************** > > > > > No dependencies changed > > > > > > > > > > > > > > > > > **************************************************************************** > > > > > Build Defintion: > > > > > > > **************************************************************************** > > > > > POM filename: pom.xml > > > > > Goals: clean package assembly:assembly > > > > > Arguments: --batch-mode > > > > > Build Fresh: false > > > > > Always Build: false > > > > > Default Build Definition: true > > > > > Schedule: DEFAULT_SCHEDULE > > > > > Profile Name: Java 5 > > > > > Description: > > > > > > > > > > > > **************************************************************************** > > > > > Test Summary: > > > > > > > **************************************************************************** > > > > > Tests: 10 > > > > > Failures: 0 > > > > > Total time: 0.774 > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > --------------------------------------------------------------------- > > > > 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] > > > > > > --------------------------------------------------------------------- > 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]
