Return-Path: Delivered-To: apmail-maven-continuum-users-archive@www.apache.org Received: (qmail 81009 invoked from network); 27 Jan 2006 19:29:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 27 Jan 2006 19:29:35 -0000 Received: (qmail 79631 invoked by uid 500); 27 Jan 2006 19:29:35 -0000 Delivered-To: apmail-maven-continuum-users-archive@maven.apache.org Received: (qmail 79599 invoked by uid 500); 27 Jan 2006 19:29:34 -0000 Mailing-List: contact continuum-users-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: continuum-users@maven.apache.org Delivered-To: mailing list continuum-users@maven.apache.org Received: (qmail 79588 invoked by uid 99); 27 Jan 2006 19:29:34 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 27 Jan 2006 11:29:34 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of flamefew@gmail.com designates 64.233.162.200 as permitted sender) Received: from [64.233.162.200] (HELO zproxy.gmail.com) (64.233.162.200) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 27 Jan 2006 11:29:33 -0800 Received: by zproxy.gmail.com with SMTP id x7so722228nzc for ; Fri, 27 Jan 2006 11:29:12 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=p2EfGVy4esfnUTI7CFAzsNZaFii5XM8pcrNey1mcxcNe+q5YLzK0d6ppUR0IssycBr+9toYANkF0nH+I9Ue/C9pT40D2N907G2Mngu+71op94yB+u1rGLGp1v5DhP9iAePt4uebHcMbL3J6GANUhcyYxx22TgfmRpmuf4bHoLGY= Received: by 10.37.2.71 with SMTP id e71mr2783266nzi; Fri, 27 Jan 2006 11:29:12 -0800 (PST) Received: by 10.36.12.8 with HTTP; Fri, 27 Jan 2006 11:29:12 -0800 (PST) Message-ID: <31cc37360601271129l27eb3e71uee4d54ca7caaa2d1@mail.gmail.com> Date: Fri, 27 Jan 2006 14:29:12 -0500 From: Henri Yandell To: continuum-users@maven.apache.org Subject: Re: Continuum problems In-Reply-To: <43DA32C1.90904@venisse.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <31cc37360601261411n527d3650u2bbac01e215a9a48@mail.gmail.com> <43DA32C1.90904@venisse.net> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On 1/27/06, Emmanuel Venisse wrote: > > > Henri Yandell a =E9crit : > > Couple of problems with Continuum: > > > > 1) Building from source. Currently (apart from various no such > > notifier errors for irc/mail etc) I'm getting the following as an > > error when I build: > > trunk isn't stable, we are in a full refactoring part. You can use contin= uum-1.0.x branch. > Why do you need to build continuum? Originally, because I wanted to use the SOAP xfire stuff and I saw an old email saying they were not released and you had to build from trunk. However, I'm also wanting to get stuck into adding features etc, so will need to be able to compile for that etc. > > [surefire] Running org.apache.maven.continuum.it.ShellIntegrationTest > > [surefire] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 74.657 s= ec > > > > Results : > > [surefire] Tests run: 5, Failures: 2, Errors: 0 > > > > and then it quits out. No idea which particular tests are failing as > > I'm not sure who would run afte the ShellIntegration test. > > All tests works fine on my machine and on our integration platform. It's = perhaps an out of memory pb > or a timeout when integration tests was running due to available resource= on your machine when you > built. Hmm. 1G of memory on the laptop, so probably enough memory. I'll try digging into the source a bit. What's the plan on the refactoring? Any timeline? > > 2) xmlrpc python. > > > > Using continuum-1.0.2 release, and using the python in > > continuum-core-it/ I get the following: > > > > [hen@build]$ python continuum_cli.py > > # showProjects > > Error: Continuum instance has no attribute 'getAllProjects' > > > > It is connecting, as running on another machine immediately complains > > about no localhost:8080. Is the xmlrpc stuff out of date? > > This feature isn't tested and documentation is out of date. > We don't have officially a xmlrpc client, it will be integrated in next r= elease (java client), but > you can find it there : http://jira.codehaus.org/browse/CONTINUUM-544 I'll give it a shot. > > > > 3) I spent a bit of time digging into the SOAP stuff. I found out on > > #maven that this is dead now, but the website still talks about it: > > > > http://maven.apache.org/continuum/guides/mini/guide-soap-api.html > > We'll fix documentation ;-) Thanks. Hen