You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Ted Husted <te...@husted.com> on 2002/03/19 13:47:07 UTC

[GUMP] Build Failure - collections

----------------------------------------------------
This email is autogenerated from the output from:
<http://jakarta.apache.org/builds/gump/2002-03-19/commons-collections.html>
----------------------------------------------------

Buildfile: build.xml

init:

build-java:
    [mkdir] Created dir: /home/rubys/jakarta/jakarta-commons/collections/dist/classes
    [javac] Compiling 43 source files to /home/rubys/jakarta/jakarta-commons/collections/dist/classes
    [javac] /home/rubys/jakarta/jakarta-commons/collections/src/java/org/apache/commons/collections/SynchronizedPriorityQueue.java:72: org.apache.commons.collections.SynchronizedPriorityQueue should be declared abstract; it does not define insert(java.lang.Object) in org.apache.commons.collections.SynchronizedPriorityQueue
    [javac] public final class SynchronizedPriorityQueue 
    [javac]              ^
    [javac] /home/rubys/jakarta/jakarta-commons/collections/src/java/org/apache/commons/collections/SynchronizedPriorityQueue.java:118: incompatible types
    [javac] found   : java.lang.Object
    [javac] required: java.lang.Comparable
    [javac]         return m_priorityQueue.peek();
    [javac]                                    ^
    [javac] /home/rubys/jakarta/jakarta-commons/collections/src/java/org/apache/commons/collections/SynchronizedPriorityQueue.java:129: incompatible types
    [javac] found   : java.lang.Object
    [javac] required: java.lang.Comparable
    [javac]         return m_priorityQueue.pop();
    [javac]                                   ^
    [javac] 3 errors

BUILD FAILED
/home/rubys/jakarta/jakarta-commons/collections/build.xml:186: Compile failed, messages should have been provided.

Total time: 14 seconds

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>