Return-Path: X-Original-To: apmail-lucene-dev-archive@www.apache.org Delivered-To: apmail-lucene-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 640D09666 for ; Sun, 25 Mar 2012 15:44:09 +0000 (UTC) Received: (qmail 92034 invoked by uid 500); 25 Mar 2012 15:44:08 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 91980 invoked by uid 500); 25 Mar 2012 15:44:08 -0000 Mailing-List: contact dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@lucene.apache.org Delivered-To: mailing list dev@lucene.apache.org Received: (qmail 91973 invoked by uid 99); 25 Mar 2012 15:44:08 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 25 Mar 2012 15:44:08 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of uwe@thetaphi.de designates 188.138.97.18 as permitted sender) Received: from [188.138.97.18] (HELO mail.sd-datasolutions.de) (188.138.97.18) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 25 Mar 2012 15:44:01 +0000 Received: from VEGA (port-92-196-35-19.dynamic.qsc.de [92.196.35.19]) by mail.sd-datasolutions.de (Postfix) with ESMTPSA id B3DE114AA21F for ; Sun, 25 Mar 2012 15:43:40 +0000 (UTC) From: "Uwe Schindler" To: References: <003b01cd0a9a$c1196240$434c26c0$@thetaphi.de> <003c01cd0a9c$f5597930$e00c6b90$@thetaphi.de> In-Reply-To: <003c01cd0a9c$f5597930$e00c6b90$@thetaphi.de> Subject: RE: Cannot build branch_3x Date: Sun, 25 Mar 2012 17:44:00 +0200 Message-ID: <003d01cd0a9e$197215b0$4c564110$@thetaphi.de> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Mailer: Microsoft Outlook 14.0 Thread-Index: AQF3tBhRcP1cESbec37i2JgDgLyfjwGC6TU8At7L8PIDLHCeGpbpYsxA Content-Language: de Thats the issue: https://issues.apache.org/jira/browse/LUCENE-3525 ----- Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail: uwe@thetaphi.de > -----Original Message----- > From: Uwe Schindler [mailto:uwe@thetaphi.de] > Sent: Sunday, March 25, 2012 5:36 PM > To: dev@lucene.apache.org > Subject: RE: Cannot build branch_3x >=20 > I fixed this in 3.x and trunk. I just have to lookup the corresponding JIRA issue. >=20 > ----- > Uwe Schindler > H.-H.-Meier-Allee 63, D-28213 Bremen > http://www.thetaphi.de > eMail: uwe@thetaphi.de >=20 >=20 > > -----Original Message----- > > From: Uwe Schindler [mailto:uwe@thetaphi.de] > > Sent: Sunday, March 25, 2012 5:20 PM > > To: dev@lucene.apache.org > > Subject: RE: Cannot build branch_3x > > > > Yeah that happens sometimes on Solr builds. Ant clean helps... > > It must be a bug in javac! Maybe we should really move the class outside! > > Especially non-inner pkg-private classes on the same level in a = .java > > file together with some other public class are a relict from Java = 1.0 > > and > should not > > be used (there is already an issue open about this!). > > > > ----- > > Uwe Schindler > > H.-H.-Meier-Allee 63, D-28213 Bremen > > http://www.thetaphi.de > > eMail: uwe@thetaphi.de > > > > > > > -----Original Message----- > > > From: Michael McCandless [mailto:lucene@mikemccandless.com] > > > Sent: Sunday, March 25, 2012 4:58 PM > > > To: dev@lucene.apache.org > > > Subject: Re: Cannot build branch_3x > > > > > > I've seen this too... after fixing a previous compilation error. > > > > > > I think somehow ant/javac thinks DocSet.java doesn't need to be > > recompiled, > > > yet its second (sneaky) DocSetBase class didn't get compiled > > > (written as a > > class > > > file)? > > > > > > Really we should move DocSetBase class out of DocSet.java, I = think? > > > > > > So... try "ant clean" and then compile again, and if you hit other > > compilation > > > errors, fix them, and do "ant clean" again... is the workaround? > > > > > > Mike McCandless > > > > > > http://blog.mikemccandless.com > > > > > > On Sun, Mar 25, 2012 at 12:05 AM, William Bell = > > wrote: > > > > I an trying to build the branch and I get a bunch of errors... > > > > > > > > bill-bells-imac-2:branch3x bill$ svn info > > > > Path: . > > > > URL: = http://svn.apache.org/repos/asf/lucene/dev/branches/branch_3x > > > > Repository Root: http://svn.apache.org/repos/asf Repository = UUID: > > > > 13f79535-47bb-0310-9956-ffa450edef68 > > > > Revision: 1304979 > > > > Node Kind: directory > > > > Schedule: normal > > > > Last Changed Author: sarowe > > > > Last Changed Rev: 1304979 > > > > Last Changed Date: 2012-03-24 20:29:48 -0600 (Sat, 24 Mar 2012) > > > > > > > >> cd solr > > > >> ant example > > > > > > > > ommon.compile-core: > > > > =A0 =A0[javac] Compiling 449 source files to > > > > /Users/bill/solr/branch3x/solr/build/solr-core/classes/java > > > > =A0 =A0[javac] > > > > > > /Users/bill/solr/branch3x/solr/core/src/java/org/apache/solr/search/BitDo= cSe > > t > > > .java:31: > > > > cannot find symbol > > > > =A0 =A0[javac] symbol: class DocSetBase > > > > =A0 =A0[javac] public class BitDocSet extends DocSetBase { > > > > =A0 =A0[javac] =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 = =A0 =A0 =A0 =A0^ > > > > =A0 =A0[javac] > > > > > > /Users/bill/solr/branch3x/solr/core/src/java/org/apache/solr/search/DocSl= ice > > .j > > > ava:26: > > > > cannot find symbol > > > > =A0 =A0[javac] symbol: class DocSetBase > > > > =A0 =A0[javac] public class DocSlice extends DocSetBase = implements > > > > DocList { > > > > =A0 =A0[javac] =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 = =A0 =A0 =A0 ^ > > > > =A0 =A0[javac] > > > > > > /Users/bill/solr/branch3x/solr/core/src/java/org/apache/solr/search/HashD= ocS > > > et.java:32: > > > > cannot find symbol > > > > =A0 =A0[javac] symbol: class DocSetBase > > > > =A0 =A0[javac] public final class HashDocSet extends DocSetBase = { > > > > =A0 =A0[javac] =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 = =A0 =A0 =A0 =A0 =A0 =A0 =A0 ^ > > > > =A0 =A0[javac] > > > > > > /Users/bill/solr/branch3x/solr/core/src/java/org/apache/solr/search/Sorte= dIn > > t > > > DocSet.java:31: > > > > cannot find symbol > > > > =A0 =A0[javac] symbol: class DocSetBase > > > > =A0 =A0[javac] public class SortedIntDocSet extends DocSetBase { > > > > =A0 =A0[javac] =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 = =A0 =A0 =A0 =A0 =A0 =A0 =A0^ > > > > =A0 =A0[javac] > > > > > > /Users/bill/solr/branch3x/solr/core/src/java/org/apache/solr/core/SolrCor= e.j > > av > > > a:427: > > > > warning: [unchecked] unchecked cast > > > > =A0 =A0[javac] found =A0 : java.lang.Object > > > > =A0 =A0[javac] required: T > > > > =A0 =A0[javac] =A0 =A0 =A0 =A0 =A0 =A0 return = (T)con.newInstance(this); > > > > =A0 =A0[javac] =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 = =A0 =A0 =A0 =A0 =A0 =A0 =A0^ > > > > > > > > > > > > -- > > > > Bill Bell > > > > billnbell@gmail.com > > > > cell 720-256-8076 > > > > > > > > = ------------------------------------------------------------------ > > > > -- > > > > - To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For > > > > additional commands, e-mail: dev-help@lucene.apache.org > > > > > > > > > > = -------------------------------------------------------------------- > > > - To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For > > > additional commands, e-mail: dev-help@lucene.apache.org > > > > > > = --------------------------------------------------------------------- > > To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For > > additional commands, e-mail: dev-help@lucene.apache.org >=20 >=20 > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For = additional > commands, e-mail: dev-help@lucene.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org