Return-Path: Delivered-To: apmail-lucene-solr-dev-archive@locus.apache.org Received: (qmail 70017 invoked from network); 25 May 2008 08:06:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 25 May 2008 08:06:37 -0000 Received: (qmail 22718 invoked by uid 500); 25 May 2008 08:06:38 -0000 Delivered-To: apmail-lucene-solr-dev-archive@lucene.apache.org Received: (qmail 22682 invoked by uid 500); 25 May 2008 08:06:38 -0000 Mailing-List: contact solr-dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: solr-dev@lucene.apache.org Delivered-To: mailing list solr-dev@lucene.apache.org Received: (qmail 22671 invoked by uid 99); 25 May 2008 08:06:38 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 25 May 2008 01:06:38 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.75] (HELO lucene.zones.apache.org) (140.211.11.75) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 25 May 2008 08:05:57 +0000 Received: from lucene.zones.apache.org (localhost [127.0.0.1]) by lucene.zones.apache.org (8.13.8+Sun/8.13.8) with SMTP id m4P86CHd005282 for ; Sun, 25 May 2008 08:06:13 GMT Message-Id: <200805250806.m4P86CHd005282@lucene.zones.apache.org> Date: Sun, 25 May 2008 08:06:12 +0000 Subject: Solr nightly build failure From: solr-dev@lucene.apache.org To: solr-dev@lucene.apache.org X-Mailer: org.apache.tools.mail.MailMessage (ant.apache.org) X-Virus-Checked: Checked by ClamAV on apache.org init-forrest-entities: [mkdir] Created dir: /tmp/apache-solr-nightly/build compile-common: [mkdir] Created dir: /tmp/apache-solr-nightly/build/common [javac] Compiling 34 source files to /tmp/apache-solr-nightly/build/common [javac] Note: /tmp/apache-solr-nightly/src/java/org/apache/solr/common/util/FastInputStream.java uses or overrides a deprecated API. [javac] Note: Recompile with -Xlint:deprecation for details. [javac] Note: Some input files use unchecked or unsafe operations. [javac] Note: Recompile with -Xlint:unchecked for details. compile: [mkdir] Created dir: /tmp/apache-solr-nightly/build/core [javac] Compiling 314 source files to /tmp/apache-solr-nightly/build/core [javac] /tmp/apache-solr-nightly/src/java/org/apache/solr/highlight/DefaultSolrHighlighter.java:45: cannot find symbol [javac] symbol : class SpanScorer [javac] location: package org.apache.lucene.search.highlight [javac] import org.apache.lucene.search.highlight.SpanScorer; [javac] ^ [javac] /tmp/apache-solr-nightly/src/java/org/apache/solr/highlight/DefaultSolrHighlighter.java:144: cannot find symbol [javac] symbol : class SpanScorer [javac] location: class org.apache.solr.highlight.DefaultSolrHighlighter [javac] private SpanScorer getSpanQueryScorer(Query query, String fieldName, CachingTokenFilter tokenStream, SolrQueryRequest request) throws IOException { [javac] ^ [javac] /tmp/apache-solr-nightly/src/java/org/apache/solr/highlight/DefaultSolrHighlighter.java:147: cannot find symbol [javac] symbol : class SpanScorer [javac] location: class org.apache.solr.highlight.DefaultSolrHighlighter [javac] return new SpanScorer(query, fieldName, tokenStream); [javac] ^ [javac] /tmp/apache-solr-nightly/src/java/org/apache/solr/highlight/DefaultSolrHighlighter.java:150: cannot find symbol [javac] symbol : class SpanScorer [javac] location: class org.apache.solr.highlight.DefaultSolrHighlighter [javac] return new SpanScorer(query, null, tokenStream); [javac] ^ [javac] Note: Some input files use or override a deprecated API. [javac] Note: Recompile with -Xlint:deprecation for details. [javac] Note: Some input files use unchecked or unsafe operations. [javac] Note: Recompile with -Xlint:unchecked for details. [javac] 4 errors BUILD FAILED /tmp/apache-solr-nightly/build.xml:247: The following error occurred while executing this line: /tmp/apache-solr-nightly/build.xml:124: Compile failed; see the compiler error output for details. Total time: 11 seconds