Hi, In 3x 'ant test' runs nicely from lucene/contrib/benchmark. But not so in trunk/modules/benchmark, where it fails with this:
[javac] D:\dev\lucene\LuceneTrunk\lucene\src\test\org\apache\lucene\index\TestIndexWriterOnDiskFull.java:467: cannot find symbol [javac] symbol : method keepFullyDeletedSegments(org.apache.lucene.index.IndexWriter) [javac] location: class org.apache.lucene.util._TestUtil [javac] _TestUtil.keepFullyDeletedSegments(w); [javac] ^ Same failures are observed from trunk/modules/analysis. Is this a known/expected behavior? Thanks, Doron