javacc-uptodate-check:

javacc-notice:
     [echo] 
     [echo]       One or more of the JavaCC .jj files is newer than its 
corresponding
     [echo]       .java file.  Run the "javacc" target to regenerate the 
artifacts.
     [echo]     

init:

common.compile-core:
    [mkdir] Created dir: /tmp/lucene-nightly/build/classes/java
    [javac] Compiling 204 source files to /tmp/lucene-nightly/build/classes/java
    [javac] 
/tmp/lucene-nightly/src/java/org/apache/lucene/queryParser/QueryParser.java:654:
 cannot resolve symbol
    [javac] symbol  : method toChars (int,char[],int)
    [javac] location: class java.lang.Character
    [javac]           length += Character.toChars(codePoint, output, length);
    [javac]                              ^
    [javac] 
/tmp/lucene-nightly/src/java/org/apache/lucene/queryParser/QueryParser.java:654:
 inconvertible types
    [javac] found   : java.lang.String
    [javac] required: int
    [javac]           length += Character.toChars(codePoint, output, length);
    [javac]                                      ^
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -deprecation for details.
    [javac] 2 errors

BUILD FAILED
/tmp/lucene-nightly/common-build.xml:119: The following error occurred while 
executing this line:
/tmp/lucene-nightly/common-build.xml:232: Compile failed; see the compiler 
error output for details.

Total time: 6 seconds



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to