Return-Path: Delivered-To: apmail-incubator-jackrabbit-dev-archive@www.apache.org Received: (qmail 72349 invoked from network); 7 Nov 2005 06:17:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 7 Nov 2005 06:17:07 -0000 Received: (qmail 7567 invoked by uid 500); 7 Nov 2005 06:17:05 -0000 Mailing-List: contact jackrabbit-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jackrabbit-dev@incubator.apache.org Delivered-To: mailing list jackrabbit-dev@incubator.apache.org Received: (qmail 7556 invoked by uid 99); 7 Nov 2005 06:17:05 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 06 Nov 2005 22:17:05 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [85.76.8.113] (HELO localhost.localdomain) (85.76.8.113) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 06 Nov 2005 22:16:59 -0800 Received: from [127.0.0.1] (localhost.localdomain [127.0.0.1]) by localhost.localdomain (8.13.4/8.13.4) with ESMTP id jA6GvMSv016256 for ; Sun, 6 Nov 2005 18:57:23 +0200 Message-ID: <436E35F2.2070303@yukatan.fi> Date: Sun, 06 Nov 2005 18:57:22 +0200 From: Jukka Zitting Organization: Yukatan User-Agent: Mozilla Thunderbird 1.0.7-1.1.fc4 (X11/20050929) X-Accept-Language: en-us, en MIME-Version: 1.0 To: jackrabbit-dev@incubator.apache.org Subject: Re: jcr-ext build error References: <1131285099.2828.12.camel@ariana.seekabode.com> In-Reply-To: <1131285099.2828.12.camel@ariana.seekabode.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi, Luke McKee wrote: > I can't seem to work out what the build error below is attributed to. > Any idea's? > [...] > java:compile: > [echo] Compiling > to /home/lmc/src/svn/jackrabbit/contrib/jcr-ext/target/classes > [javac] Compiling 57 source files > to /home/lmc/src/svn/jackrabbit/contrib/jcr-ext/target/classes > /home/lmc/src/svn/jackrabbit/contrib/jcr-ext/src/java/org/apache/jackrabbit/xml/nodetype/SAXNamespaceResolver.java:31: org.apache.jackrabbit.xml.nodetype.SAXNamespaceResolver is not abstract and does not override abstract method getJCRName(org.apache.jackrabbit.name.QName) in org.apache.jackrabbit.name.NamespaceResolver > public class SAXNamespaceResolver implements NamespaceResolver { > ^ Thanks for the problem report. The cause of this problem was the modified NamespaceResolver interface in jackrabbit-commons. I just updated JCR-EXT to match the latest API. It should compile without problems as of revision 331115. BR, Jukka Zitting