Return-Path: X-Original-To: apmail-incubator-jena-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-jena-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 252416713 for ; Tue, 28 Jun 2011 16:50:23 +0000 (UTC) Received: (qmail 70973 invoked by uid 500); 28 Jun 2011 16:50:22 -0000 Delivered-To: apmail-incubator-jena-dev-archive@incubator.apache.org Received: (qmail 70914 invoked by uid 500); 28 Jun 2011 16:50:22 -0000 Mailing-List: contact jena-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jena-dev@incubator.apache.org Delivered-To: mailing list jena-dev@incubator.apache.org Received: (qmail 70901 invoked by uid 99); 28 Jun 2011 16:50:22 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Jun 2011 16:50:22 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of castagna.lists@googlemail.com designates 74.125.82.43 as permitted sender) Received: from [74.125.82.43] (HELO mail-ww0-f43.google.com) (74.125.82.43) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Jun 2011 16:50:17 +0000 Received: by wwi18 with SMTP id 18so394932wwi.0 for ; Tue, 28 Jun 2011 09:49:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=BVsAJ8t7Pcwv6gD+aM3QvBiegs2RIjluwe7fafkqrus=; b=N8Bv8XId6Fyj+W+Q99Yf/e9XHwXfW4/SDWFygnYfnI771XeWSEN/9mbXdTnS/fLQVN HcZiIs4AiEOoy3T6WtdVIJMTZHZNltMXIwU8a57CqfdlAVARyzCiU+3qsMCR5B7x/9cY wIKwodWROiOc9qaD98X+Ey/8FSYDm0YLX3UtM= Received: by 10.216.229.93 with SMTP id g71mr710205weq.70.1309279796035; Tue, 28 Jun 2011 09:49:56 -0700 (PDT) Received: from [192.168.1.10] (79-66-214-45.dynamic.dsl.as9105.com [79.66.214.45]) by mx.google.com with ESMTPS id fu18sm283503wbb.61.2011.06.28.09.49.54 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 28 Jun 2011 09:49:55 -0700 (PDT) Message-ID: <4E0A062B.4080609@googlemail.com> Date: Tue, 28 Jun 2011 17:49:47 +0100 From: Paolo Castagna User-Agent: Thunderbird 2.0.0.24 (X11/20101027) MIME-Version: 1.0 To: jena-dev@incubator.apache.org Subject: Re: Jenkins build for Jena References: <4DF8CF9B.4030003@googlemail.com> <4E020F4D.6050004@googlemail.com> <4E02DC30.1020808@googlemail.com> <4E02E67D.40703@googlemail.com> <4E09ED7E.2090304@epimorphics.com> In-Reply-To: <4E09ED7E.2090304@epimorphics.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Andy Seaborne wrote: > > > On 23/06/11 08:08, Paolo Castagna wrote: >> Paolo Castagna wrote: >>> Hi Dave >>> thank you. >>> >>> I was able to login and I added a view for Jena modules here: >>> https://builds.apache.org/view/G-L/view/Jena/ >> >> Some builds failed, for example: >> >> https://builds.apache.org/view/G-L/view/Jena/job/Jena/1/ >> on ubuntu1 failed "to locate Javac Compiler in": >> /usr/lib/jvm/java-6-openjdk/jre/../lib/tools.jar >> >> https://builds.apache.org/view/G-L/view/Jena/job/Jena/2/ >> on solaris1 got stuck while "Parsing POMs". I killed the execution. >> This problem seems to be a persistent one on solaris1|2. >> >> https://builds.apache.org/view/G-L/view/Jena/job/Jena/4/ >> on osx1 failed because: "Can't connect to window server - >> not enough permissions." >> >> (It's sad for me to say) but windows1 was the only machine where >> I did not experience problems. So, for the moment, Jena jobs are >> configured to run on that machine. > > Having cleaned the TxTDb development build, sadly it does not work on > Windows 64 - TxTDB is not building because of what looks like > windows-isms (release of memory mapped files on 64bit windows :-() It's > clean on my Ubuntu machines. > > A couple of tests go wrong, and it seems to then mess up all sorts of > things, possibly due to junk test files left around. > >> If you break a build you should receive an email from Jenkins >> (I have not test it yet). > > Can we stop Jenkins mailing to the individual as well as jena-commits? Sure. Done (for all the other modules as well). Now you also have access to Jenkins. You can go here: https://builds.apache.org/view/G-L/view/Jena/job/Jena%20TxTDB%20%28Experimental%29/configure Search for: "Send separate e-mails to individuals who broke the build" ... it's unchecked now. Re: Jenkins... today, I spent a few minutes to setup Jenkins to publish Cobertura, PMD and FindBugs reports when it does a build. For example: https://builds.apache.org/view/G-L/view/Jena/job/Jena%20LARQ/21/cobertura/ https://builds.apache.org/view/G-L/view/Jena/job/Jena%20LARQ/21/pmdResult/ https://builds.apache.org/view/G-L/view/Jena/job/Jena%20LARQ/21/findbugsResult/ Paolo > >> >> Paolo >> >>> >>> I guess if others want to have access to Jenkins they can ask you. >>> >>> Cheers, >>> Paolo >>> >>> Dave wrote: >>>> Hi Paolo, >>>> >>>> Sorry I did not see this earlier. I set your Apache account up so that >>>> you can login to Jenkins and setup build jobs. >>>> >>>> Cheers! >>>> - Dave >>>> >>>> -- >>>> David M. Johnson >>>> Apache Roller PMC Chair >>>> http://rollerweblogger.org/roller >>>> >>>> >>>> On Wed, Jun 22, 2011 at 11:50 AM, Paolo Castagna >>>> wrote: >>>>> Hi mentors, >>>>> could we get Jena added to Jenkins (https://builds.apache.org/)? >>>>> If someone can help me to get an account on Jenkins, I can do the >>>>> rest. >>>>> >>>>> Thanks, >>>>> Paolo >>>>> >>>>> Paolo Castagna wrote: >>>>>> Ops, sorry. This was meant for jena-dev@incubator.apache.org not >>>>>> jena-users. >>>>>> >>>>>> Apologies, >>>>>> Paolo >>>>>> >>>>>> -------- Original Message -------- >>>>>> Subject: Hudson/Jenkins... can we use it for Jena? >>>>>> Date: Wed, 15 Jun 2011 16:27:33 +0100 >>>>>> From: Paolo Castagna >>>>>> To: jena-users@incubator.apache.org >>>>>> >>>>>> >>>>>> "Hudson uses the Apache LDAP servers for authentication. To give a >>>>>> committer >>>>>> access to Hudson, the committer must be made a member of the >>>>>> hudson-jobadmin >>>>>> group. This is done using the modify_appgroups.pl script on >>>>>> people.apache.org. >>>>>> PMC chairs have access to execute this command." >>>>>> -- http://wiki.apache.org/general/Hudson#How_do_I_get_an_account >>>>>> >>>>>> >>>>>> Hi mentors, >>>>>> is it possible to use Hudson/Jenkins for an incubating project? >>>>>> >>>>>> If yes, could you add me and others Jena committers which are >>>>>> interested (please, say so if you are) to the hudson-jobadmin >>>>>> group? >>>>>> >>>>>> Also, this http://ci.apache.org/#hudson suggests to connect to >>>>>> http://hudson.zones.apache.org/, but it does not work for me. >>>>>> >>>>>> Thank you, >>>>>> Paolo >>>>>> >>>>>> >>>>> >>> >>