I broke it, I accidentally used java 6 (string.isEmpty) in this rule
parser... I'll fix.

On Thu, Jan 6, 2011 at 9:54 AM, Apache Hudson Server
<hud...@hudson.apache.org> wrote:
> Build: https://hudson.apache.org/hudson/job/Lucene-Solr-tests-only-trunk/3460/
>
> No tests ran.
>
> Build Log (for compile errors):
> [...truncated 151 lines...]
> compile-core:
>
> compile:
>
> jflex-uptodate-check:
>
> jflex-notice:
>
> javacc-uptodate-check:
>
> javacc-notice:
>
> init:
>
> clover.setup:
>
> clover.info:
>     [echo]
>     [echo]       Clover not found. Code coverage reports disabled.
>     [echo]
>
> clover:
>
> common.compile-core:
>
> compile-core:
>
> compile-test:
>    [mkdir] Created dir: 
> /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-trunk/checkout/lucene/build/classes/test
>    [javac] Compiling 266 source files to 
> /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-trunk/checkout/lucene/build/classes/test
>    [javac] Note: Some input files use or override a deprecated API.
>    [javac] Note: Recompile with -Xlint:deprecation for details.
>     [copy] Copying 25 files to 
> /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-trunk/checkout/lucene/build/classes/test
>
> jflex-uptodate-check:
>
> jflex-notice:
>
> javacc-uptodate-check:
>
> javacc-notice:
>
> init:
>
> clover.setup:
>
> clover.info:
>     [echo]
>     [echo]       Clover not found. Code coverage reports disabled.
>     [echo]
>
> clover:
>
> common.compile-core:
>
> compile-core:
>
> compile-test:
>    [javac] Compiling 1 source file to 
> /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-trunk/checkout/lucene/build/classes/test
>
> build-contrib:
>     [echo] Building ant...
>
> compile-analyzers-common:
>     [echo] Building analyzers-common...
>
> jflex-uptodate-check:
>
> jflex-notice:
>
> common.init:
>
> build-lucene:
>
> init:
>
> clover.setup:
>
> clover.info:
>     [echo]
>     [echo]       Clover not found. Code coverage reports disabled.
>     [echo]
>
> clover:
>
> common.compile-core:
>    [mkdir] Created dir: 
> /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-trunk/checkout/modules/analysis/build/common/classes/java
>    [javac] Compiling 227 source files to 
> /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-trunk/checkout/modules/analysis/build/common/classes/java
>    [javac] 
> /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-trunk/checkout/modules/analysis/common/src/java/org/apache/lucene/analysis/pt/RSLPStemmerBase.java:324:
>  cannot find symbol
>    [javac] symbol  : method isEmpty()
>    [javac] location: class java.lang.String
>    [javac]     if (s.isEmpty())
>    [javac]          ^
>    [javac] 
> /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-trunk/checkout/modules/analysis/common/src/java/org/apache/lucene/analysis/pt/RSLPStemmerBase.java:340:
>  cannot find symbol
>    [javac] symbol  : method isEmpty()
>    [javac] location: class java.lang.String
>    [javac]       if (!line.isEmpty() && line.charAt(0) != '#')
>    [javac]                ^
>    [javac] Note: Some input files use or override a deprecated API.
>    [javac] Note: Recompile with -Xlint:deprecation for details.
>    [javac] 2 errors
> [...truncated 12 lines...]
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
> For additional commands, e-mail: dev-h...@lucene.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to