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=27638>.
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=27638

Compile error CVS head (3/12/04 - 2:55pm ET)





------- Additional Comments From [EMAIL PROTECTED]  2004-03-13 19:52 -------
I set the offending line to null in SpanFirstQuery so it compiled, but then the 
following error messages were generated:

JAVA_HOME = c:\jdk1.3.1
ANT_HOME = C:\NF_PROJ\3RD_PARTY\ANT-1.5.1
Buildfile: build.xml

init:

compile-core:
    [javac] Compiling 23 source files to C:\home\src\jakarta-
lucene\build\classes\java
    [javac] C:\home\src\jakarta-
lucene\src\java\org\apache\lucene\search\spans\SpanNotQuery.java:63: unreported 
exception java.io.IOException; must be caught or declared to be thrown
    [javac]         private Spans includeSpans = include.getSpans(reader);
    [javac]                                             ^
    [javac] C:\home\src\jakarta-
lucene\src\java\org\apache\lucene\search\spans\SpanNotQuery.java:66: unreported 
exception java.io.IOException; must be caught or  declared to be thrown
    [javac]         private Spans excludeSpans = exclude.getSpans(reader);
    [javac]                                             ^
    [javac] 2 errors

BUILD FAILED
file:C:/home/src/jakarta-lucene/build.xml:139: Compile failed; see the compiler 
error output for details.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to