I caused this. I think my IDE is wrongly configured to use java7 apis... Ill fix
On Tue, Feb 26, 2013 at 10:58 AM, Apache Jenkins Server <[email protected]> wrote: > Build: https://builds.apache.org/job/Lucene-Artifacts-trunk/2205/ > > No tests ran. > > Build Log: > [...truncated 1031 lines...] > [javac] Compiling 49 source files to > /usr/home/hudson/hudson-slave/workspace/Lucene-Artifacts-trunk/lucene/build/highlighter/classes/java > [javac] > /usr/home/hudson/hudson-slave/workspace/Lucene-Artifacts-trunk/lucene/highlighter/src/java/org/apache/lucene/search/postingshighlight/Passage.java:79: > cannot find symbol > [javac] symbol : method compare(int,int) > [javac] location: class java.lang.Integer > [javac] return Integer.compare(starts[i], starts[j]); > [javac] ^ > [javac] > /usr/home/hudson/hudson-slave/workspace/Lucene-Artifacts-trunk/lucene/highlighter/src/java/org/apache/lucene/search/postingshighlight/Passage.java:89: > cannot find symbol > [javac] symbol : method compare(int,int) > [javac] location: class java.lang.Integer > [javac] return Integer.compare(pivot, starts[j]); > [javac] ^ > [javac] 2 errors > > BUILD FAILED > /usr/home/hudson/hudson-slave/workspace/Lucene-Artifacts-trunk/lucene/build.xml:543: > The following error occurred while executing this line: > /usr/home/hudson/hudson-slave/workspace/Lucene-Artifacts-trunk/lucene/common-build.xml:1746: > The following error occurred while executing this line: > /usr/home/hudson/hudson-slave/workspace/Lucene-Artifacts-trunk/lucene/module-build.xml:430: > The following error occurred while executing this line: > /usr/home/hudson/hudson-slave/workspace/Lucene-Artifacts-trunk/lucene/common-build.xml:472: > The following error occurred while executing this line: > /usr/home/hudson/hudson-slave/workspace/Lucene-Artifacts-trunk/lucene/common-build.xml:1567: > Compile failed; see the compiler error output for details. > > Total time: 39 seconds > Build step 'Invoke Ant' marked build as failure > Archiving artifacts > Publishing Javadoc > Email was triggered for: Failure > Sending email for trigger: Failure > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
