From jackrabbit-dev-return-1998-apmail-incubator-jackrabbit-dev-archive=www.apache.org@incubator.apache.org Wed May 11 07:51:58 2005 Return-Path: Delivered-To: apmail-incubator-jackrabbit-dev-archive@www.apache.org Received: (qmail 42700 invoked from network); 11 May 2005 07:51:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 11 May 2005 07:51:58 -0000 Received: (qmail 42673 invoked by uid 500); 11 May 2005 07:55:34 -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 42613 invoked by uid 99); 11 May 2005 07:55:33 -0000 X-ASF-Spam-Status: No, hits=0.1 required=10.0 tests=FORGED_RCVD_HELO X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: local policy) Received: from ip213-185-42-161.laajakaista.mtv3.fi (HELO grotti.greywolves.org) (213.185.42.161) by apache.org (qpsmtpd/0.28) with SMTP; Wed, 11 May 2005 00:55:33 -0700 Received: (qmail 98555 invoked by uid 103); 11 May 2005 07:51:28 -0000 Received: from [10.48.217.232] (HELO [10.48.217.232]) (10.48.217.232) by grotti.greywolves.org (qpsmtpd/0.28) with ESMTP; Wed, 11 May 2005 10:51:28 +0300 Message-ID: <4281B9B2.2090508@yukatan.fi> Date: Wed, 11 May 2005 10:52:18 +0300 From: Jukka Zitting User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: fi, en MIME-Version: 1.0 To: jackrabbit-dev@incubator.apache.org Subject: Re: Troubles compiling current trunk References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi, Oliver Kiessler wrote: > I am having problems compiling the current trunk. Tried it on linux and osx: > [...] > /Users/oliver/src/jackrabbit/src/java/org/apache/jackrabbit/core/search/xpath/XPath.java:795: > cannot resolve symbol > symbol : class SimpleNode > location: class org.apache.jackrabbit.core.search.xpath.XPath > SimpleNode jjtn000 = new SimpleNode(this, JJTRANGEEXPR); > ^ The JavaCC parsers were recently moved from o.a.j.core.search to o.a.j.core.query, so you probably have some leftover files breaking the build (the parser files are not cleaned by "maven clean", see JCR-116). A quick fix is either to remove the old files ("rm -r src/java/org/pache/jackrabbit/core/search" should be fine) or to get a fresh svn checkout. BR, Jukka Zitting