: It seems that having "assert()" in NearSpanOrdered.java now required : Java 1.5 in order to compile Lucene. This would require 1.5 for running : Lucene. Do we want to include this now?
Really? ... the build.xml currently sets the javac -source and -target to 1.4 so if that were true i would except it to have failed, and the documentation for J2SE 1.4.2 indicates that assertion support exists in 1.4. while writting this i attempted an "ant clean test" using Java 1.4 and everything seemed to work fine. -Hoss --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]