DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=33974>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=33974 Summary: Test compilation error Product: Lucene Version: CVS Nightly - Specify date in submission Platform: PC OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Index AssignedTo: lucene-dev@jakarta.apache.org ReportedBy: [EMAIL PROTECTED] The Lucence test fails with the following error: (latest revision from SVN) compile-test: [mkdir] Created dir: /opt/lucene/lucene/build/classes/test [javac] Compiling 79 source files to /opt/lucene/lucene/build/classes/test [javac] /opt/lucene/lucene/src/test/org/apache/lucene/index/TermInfosTest.java:89: cannot resolve symbol [javac] symbol : constructor TermInfosWriter (org.apache.lucene.store.Directory,java.lang.String,org.apache.lucene.index.FieldInfos) [javac] location: class org.apache.lucene.index.TermInfosWriter [javac] TermInfosWriter writer = new TermInfosWriter(store, "words", fis); I see that TermInfosWriter was changed two days back to add another argument (interval) to its constructor. Mailing lists for Lucene do not seem to be responding (sending emails to subscribe bounces back and also I do not see any mails after March 2nd being archived in either the user or dev lists). So I am using the bug database to inform the test failure and submit a simple patch that uses the value of 128 (the default in the TermInfosWriter class) as interval in the test case. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]