When running "ant war" this what i am getting back...
Buildfile: build.xml
init:
compile-core:
[javac] Compiling 196 source files to /usr/local/nutch/build/classes
[javac] /usr/local/nutch/src/java/net/nutch/indexer/IndexOptimizer.java:81:
reference to PriorityQueue is ambiguous, both class
org.apache.lucene.util.PriorityQueue in org.apache.lucene.util and class
java.util.PriorityQueue in java.util match
[javac] private static class ScoreDocQueue extends PriorityQueue {
[javac] ^
[javac]
/usr/local/nutch/src/java/net/nutch/analysis/FastCharStream.java:92: warning:
[deprecation] getLine() in net.nutch.analysis.CharStream has been deprecated
[javac] public final int getLine() {
[javac] ^
[javac]
/usr/local/nutch/src/java/net/nutch/analysis/FastCharStream.java:89: warning:
[deprecation] getColumn() in net.nutch.analysis.CharStream has been deprecated
[javac] public final int getColumn() {
[javac] ^
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
[javac] 1 error
[javac] 2 warnings
BUILD FAILED
/usr/local/nutch/build.xml:64: Compile failed; see the compiler error output
for details.
Total time: 5 seconds
Any help would be appreciated.
Thanks,
Chris Edwards