From users-return-9865-apmail-jackrabbit-users-archive=jackrabbit.apache.org@jackrabbit.apache.org Mon Dec 08 16:50:50 2008 Return-Path: Delivered-To: apmail-jackrabbit-users-archive@locus.apache.org Received: (qmail 65353 invoked from network); 8 Dec 2008 16:50:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 8 Dec 2008 16:50:50 -0000 Received: (qmail 75160 invoked by uid 500); 8 Dec 2008 16:50:53 -0000 Delivered-To: apmail-jackrabbit-users-archive@jackrabbit.apache.org Received: (qmail 75143 invoked by uid 500); 8 Dec 2008 16:50:53 -0000 Mailing-List: contact users-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@jackrabbit.apache.org Delivered-To: mailing list users@jackrabbit.apache.org Received: (qmail 75127 invoked by uid 99); 8 Dec 2008 16:50:53 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Dec 2008 08:50:53 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of jukka.zitting@gmail.com designates 209.85.200.168 as permitted sender) Received: from [209.85.200.168] (HELO wf-out-1314.google.com) (209.85.200.168) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Dec 2008 16:49:23 +0000 Received: by wf-out-1314.google.com with SMTP id 26so1400226wfd.13 for ; Mon, 08 Dec 2008 08:50:12 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=h5u2jp7DMvAMiVhFSZ0KoM7BZfVG+0QeBNRq6YiHHX0=; b=UJhJI7SJ2gwsitp0SdWp/ZRM8ccf/Vy7+bqRLD9LL3UBdr/3y90WjpzXkcy5mzc+sn dd9wAoO0KcREu52yxPeKbr7KROf1LC88CeZbPCtWl9s7wOaKyw6kmihfjJ0BauHcgw+T IA4dsznFrL7O5QoQ72GiFrUPSUW3gnU9SNO2U= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=G6eyh56NO/ZmnM7W5Li3qNfFqU/QMdywJBYtKelsF3ApkDKgB8LPA3MUubtCELRxXb fnqisMMX3ou+uqaj2rOOZt7fyhsluuhG2CQk2HCn9hoRpYYQDf+ToATnue7BM6uXaSrm e8tmol9GkficTav2pPTmq3g0KYcqCmwez3P4E= Received: by 10.141.137.16 with SMTP id p16mr1734599rvn.180.1228755011987; Mon, 08 Dec 2008 08:50:11 -0800 (PST) Received: by 10.141.195.18 with HTTP; Mon, 8 Dec 2008 08:50:11 -0800 (PST) Message-ID: <510143ac0812080850v5cd05767ia3f612dfd5226fdd@mail.gmail.com> Date: Mon, 8 Dec 2008 17:50:11 +0100 From: "Jukka Zitting" To: users@jackrabbit.apache.org Subject: Re: [ANNOUNCE] Apache Jackrabbit 1.5.0 released In-Reply-To: <508F74BC296D494E9A4A983C854E1EA7018812DFB7@d-ex-01.vva.local> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <510143ac0812071426r6216c17br1710f901c3726776@mail.gmail.com> <508F74BC296D494E9A4A983C854E1EA7018812DFB7@d-ex-01.vva.local> X-Virus-Checked: Checked by ClamAV on apache.org Hi, On Mon, Dec 8, 2008 at 5:34 PM, Mario-Leander Reimer wrote: > I have tried to compile from source using Maven 2.0.8 under Windows XP with JDK 1.5.0_14. > Unfortunately a test in the "Jackrabbit Object Content Mapping" project fails: This is most likely the JCR-1905 issue [1] that a few people have reported. There's some random failure in the OCM tests. The error doesn't occur on all runs so a clean rebuild may just work. [1] https://issues.apache.org/jira/browse/JCR-1905 > When I then re-run "mvn install" without doing a prior "mvn clean" the build > will fail again, but this time in the module "Jackrabbit SPI to JCR": Some of our tests aren't cleaned up properly, so you need to use "mvn clean" between successive builds. > Any ideas how I can get the build to succeed with tests? If you don't need the OCM components you can exclude them from the Jackrabbit build by removing the !1.4 activation line from the root POM. Alternatively you can use the patch below to selectively exclude just the troublesome tests. BR, Jukka Zitting Index: jackrabbit-ocm/pom.xml =================================================================== --- jackrabbit-ocm/pom.xml (revision 722448) +++ jackrabbit-ocm/pom.xml (working copy) @@ -66,6 +66,9 @@ maven-surefire-plugin -Xmx256m + + **/collectionconverter/*.java +