Return-Path: X-Original-To: apmail-clerezza-dev-archive@www.apache.org Delivered-To: apmail-clerezza-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3255BE2D0 for ; Mon, 18 Mar 2013 19:00:59 +0000 (UTC) Received: (qmail 29866 invoked by uid 500); 18 Mar 2013 19:00:59 -0000 Delivered-To: apmail-clerezza-dev-archive@clerezza.apache.org Received: (qmail 29782 invoked by uid 500); 18 Mar 2013 19:00:59 -0000 Mailing-List: contact dev-help@clerezza.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@clerezza.apache.org Delivered-To: mailing list dev@clerezza.apache.org Received: (qmail 29769 invoked by uid 99); 18 Mar 2013 19:00:59 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Mar 2013 19:00:59 +0000 X-ASF-Spam-Status: No, hits=2.9 required=5.0 tests=HTML_MESSAGE,SPF_HELO_PASS,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [216.86.168.183] (HELO mxout-08.mxes.net) (216.86.168.183) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Mar 2013 19:00:51 +0000 Received: from mail-la0-f43.google.com (unknown [209.85.215.43]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by smtp.mxes.net (Postfix) with ESMTPSA id A0E2B509B7 for ; Mon, 18 Mar 2013 15:00:30 -0400 (EDT) Received: by mail-la0-f43.google.com with SMTP id ek20so6434300lab.2 for ; Mon, 18 Mar 2013 12:00:28 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:x-received:x-originating-ip:in-reply-to:references :date:message-id:subject:from:to:content-type:x-gm-message-state; bh=GI173MbglOlP7JwO0hfRRFnFEwCVoJgLrXpvUicTRfk=; b=LvH2AFfrXJup5eftJpekCXfAT8bFqWv9ZPe9/QI1VBzbOgHgx1ro8UohqqdafE3ssk 2TtFRqwDWh9HntXXo1YRpj5/eWzrEyI81ph64RnjDbK7g0Lua85BmYKahfU1+K2N5Wfk Gs87UB9Xgi99bzPRrHViKXbdk3+yLOxLrewgN2fu6i5HJEFrJAdVITS4HZHnU8igcpNi TfgyZz4RZaLDUh/IF7TghJxmkr1npBhphO4ltDjipqialTm13Grf9f7gYYDdcegpLsV5 vW5R2NkxaHaL3MTZvEXwxbDnBPhh6zk7aojI6AQTmz4ab1IGa5H5CRLw9F4Gh8UriiG/ Fb0A== MIME-Version: 1.0 X-Received: by 10.152.105.17 with SMTP id gi17mr15576676lab.46.1363633228937; Mon, 18 Mar 2013 12:00:28 -0700 (PDT) Received: by 10.152.8.138 with HTTP; Mon, 18 Mar 2013 12:00:28 -0700 (PDT) X-Originating-IP: [91.137.97.21] In-Reply-To: References: <5141A1FE.8060509@multimach.com> Date: Mon, 18 Mar 2013 20:00:28 +0100 Message-ID: Subject: Re: Test failures on fresh build From: =?ISO-8859-1?Q?Reto_Bachmann=2DGm=FCr?= To: dev@clerezza.apache.org Content-Type: multipart/alternative; boundary=f46d040892fd37160204d8379a70 X-Gm-Message-State: ALoCoQltqBpFgkaaAbsKpgDgvHK9CWgk2bBBCi9GvfDLoc/2LYP5cXcK2Ppn65Ci6tdhZxFHBhrH X-Virus-Checked: Checked by ClamAV on apache.org --f46d040892fd37160204d8379a70 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On Mon, Mar 18, 2013 at 7:38 PM, Reto Bachmann-Gm=FCr wro= te: > > > On Thu, Mar 14, 2013 at 11:10 AM, Minto van der Sluis > wrote: > >> Hi Folks, >> >> Doing a fresh build of the lastest and greatest from git results in test >> errors for the following projects: >> >> scala-scripting >> platform.typerendering.seedsnipe >> rdf.jena.tdb.storage (not my modified version) >> rdf.file.storage >> >> These components do build, it's only testing that fails. >> >> Are these known issues? Is there some kind of continuous build for >> Clerezza? >> > > Let me answer the easy question first. Yes there is continuos integration= , > it's here: > > https://builds.apache.org/job/clerezza-trunk-1.6/ > > I'll have a look if I broke something with my work on the parent. > It builds here: [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 10:20.344s [INFO] Finished at: Mon Mar 18 19:51:59 CET 2013 [INFO] Final Memory: 217M/925M [INFO] ------------------------------------------------------------------------ reto@mufu-desktop-hp:~/projects/apache/clerezza$ svn status reto@mufu-desktop-hp:~/projects/apache/clerezza$ The latest failure on Jenkins is due to the missing plugin: -DartifactId=3Dmaven-ontologies-plugin -Dversion=3D0.4-SNAPSHOT The problem with plugins is that they are not taken into account by maven when creating the reactor build order. I've now deployed the plugin manually and I hope that the build will now succeed. Reto --f46d040892fd37160204d8379a70--