On Wed, Aug 22, 2012 at 4:24 PM, Steven A Rowe <[email protected]> wrote: > On Win7, I'm getting compilation failures on branch_4x and trunk, under Maven > (2.2.1 and 3.0.4) and IntelliJ (11.1.3). Under Ant (1.8.2), compilation > succeeds. I've tried Oracle JDK 1.6.0_21 and 1.6.0_34, both 64-bit, and both > behave the same (success under Ant, failure under Maven and IntelliJ). Maven > and IntelliJ compilation succeeds using Java7 (Oracle 1.7.0_01 64-bit). > > AFAICT, the failures seem related to Mike McCandless's LUCENE-3892 > (BlockPostingsFormat) commit yesterday; o.a.l.util.packed.BulkOperation looks > like the common denominator. This class is a huge file (31k lines) generated > by gen_BulkOperation.py.
I can get compilation to succeed at all on trunk with intellij. First error is: /opt/code/lusolr/lucene/core/src/java/org/apache/lucene/util/packed/Packed64SingleBlock.java cannot find symbol method blockCount() -Yonik http://lucidworks.com --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
