While building nutch i ran across this error in
"org.apache.lucene.util.PriorityQueue" where it appears that java 1.5
now has "java.util.PriorityQueue" so the compiler is confused.
Here is the ant error blow:
[javac] Compiling 157 source files to /home/blogbot/nutch/build/classes
[javac] /home/blogbot/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 {
Thanks,
-byron
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]