My fault - committed part of a future patch with my last commit.  Fixing now...
-Yonik

On Sat, Jun 27, 2009 at 4:05 AM, <solr-dev@lucene.apache.org> wrote:
>
> init-forrest-entities:
>    [mkdir] Created dir: /tmp/apache-solr-nightly/build
>    [mkdir] Created dir: /tmp/apache-solr-nightly/build/web
>
> compile-solrj:
>    [mkdir] Created dir: /tmp/apache-solr-nightly/build/solrj
>    [javac] Compiling 83 source files to /tmp/apache-solr-nightly/build/solrj
>    [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.
>
> compile:
>    [mkdir] Created dir: /tmp/apache-solr-nightly/build/solr
>    [javac] Compiling 375 source files to /tmp/apache-solr-nightly/build/solr
>    [javac] 
> /tmp/apache-solr-nightly/src/java/org/apache/solr/search/SolrIndexSearcher.java:627:
>  cannot find symbol
>    [javac] symbol  : method simplifyQuery(org.apache.lucene.search.Query)
>    [javac] location: class org.apache.solr.search.QueryUtils
>    [javac]     query = QueryUtils.simplifyQuery(query);
>    [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] 1 error
>
> BUILD FAILED
> /tmp/apache-solr-nightly/build.xml:137: The following error occurred while 
> executing this line:
> /tmp/apache-solr-nightly/common-build.xml:155: Compile failed; see the 
> compiler error output for details.
>
> Total time: 10 seconds
>
>
>

Reply via email to