On Sat, Nov 27, 2010 at 7:58 PM, Uwe Schindler <u...@thetaphi.de> wrote: > Hi all Lucene Java committers and PMC,
> Artifacts (incl. Maven) and Changes.txt can be found here: > http://s.apache.org/LGM > I downloaded the source zip files for 2.9.4 and 3.0.3, and the tests failed for me. This is because of https://issues.apache.org/jira/browse/LUCENE-1756 (also another similar test fixed in https://issues.apache.org/jira/browse/LUCENE-2398) Additionally i got a compiler warning when compiling benchmark: [javac] C:\Users\rmuir\workspace\2.9.4\lucene-2.9.4\contrib\benchmark\src\java\org\apache\lucene\benchmark\bytask\utils\Algorithm.java:69: warning: non-varargs call of varargs method with inexact argument type for last parameter [javac] cast to java.lang.Object for a varargs call [javac] cast to java.lang.Object[] for a non-varargs call and to suppress this warning [javac] PerfTask task = (PerfTask) cnstr.newInstance(paramObj);