I'm don't see this problem, on Linux & Mac OS X. JDK 1.5.
Mike
Otis Gospodnetic wrote:
Hi,
Am I the only one who has problems compiling when running "ant
test", but not when running "ant compile"?
Things break in contrib/xml-query-parser/, and all compilation
errors seem to have *Builder classes not seeing *Filter classes:
common.compile-core:
[mkdir] Created dir: /home/otis/dev/repos/lucene/java/trunk/
build/contrib/xml-query-parser/classes/java
[javac] Compiling 33 source files to /home/otis/dev/repos/
lucene/java/trunk/build/contrib/xml-query-parser/classes/java
[javac] /home/otis/dev/repos/lucene/java/trunk/contrib/xml-
query-parser/src/java/org/apache/lucene/xmlparser/builders/
BooleanFilterBuilder.java:7: cannot find symbol
[javac] symbol : class BooleanFilter
[javac] location: package org.apache.lucene.search
[javac] import org.apache.lucene.search.BooleanFilter;
[javac] ^
[javac] /home/otis/dev/repos/lucene/java/trunk/contrib/xml-
query-parser/src/java/org/apache/lucene/xmlparser/builders/
BooleanFilterBuilder.java:9: cannot find symbol
[javac] symbol : class FilterClause
[javac] location: package org.apache.lucene.search
[javac] import org.apache.lucene.search.FilterClause;
....
...
Thanks,
Otis
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]