You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by ka...@nokia.com on 2010/11/05 20:50:31 UTC

Compilation errors

Solr trunk seems to have compilation errors:

    [javac] C:\wip\solr-dym\lucene_solr_trunk\solr\src\java\org\apache\solr\handler\component\ResponseBuilder.java:124: cannot find symbol
    [javac] symbol  : variable debug
    [javac] location: class org.apache.solr.handler.component.ResponseBuilder
    [javac]     debug = rb.debug;
    [javac]     ^
    [javac] C:\wip\solr-dym\lucene_solr_trunk\solr\src\java\org\apache\solr\handler\component\ResponseBuilder.java:124: cannot find symbol
    [javac] symbol  : variable debug
    [javac] location: class org.apache.solr.handler.component.ResponseBuilder
    [javac]     debug = rb.debug;
    [javac]               ^

Hope these can be resolved soon; I'm working around them.

Karl