You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avalon.apache.org by Sam Ruby <ru...@us.ibm.com> on 2001/11/16 17:21:37 UTC

Re: [GUMP] Build Failure - Cocoon2

Are the developers of Avalon-excalibur aware that an interface change which
breaks backwards compatibility for Cocoon was recently introduced into
Excalibur?

http://cvs.apache.org/viewcvs/jakarta-avalon-excalibur/src/java/org/apache/avalon/excalibur/collections/PriorityQueue.java.diff?r1=1.2&r2=1.3

- Sam Ruby
---------------------- Forwarded by Sam Ruby/Raleigh/IBM on 11/16/2001 11:18 AM ---------------------------

Sam Ruby/Raleigh/IBM@IBMUS on 11/16/2001 07:13:47 AM

Please respond to cocoon-dev@xml.apache.org

To:   cocoon-dev@xml.apache.org
cc:
Subject:  [GUMP] Build Failure - Cocoon2



----------------------------------------------------
This email is autogenerated from the output from:
<http://jakarta.apache.org/builds/gump/2001-11-16/xml-cocoon2.html>
----------------------------------------------------

Buildfile: build.xml

init:
     [echo] ------------------- Apache Cocoon gump [1999-2001] ----------------

prepare:
    [mkdir] Created dir: /home/rubys/jakarta/xml-cocoon2/build/cocoon

generate-java-code-check:

generate-java-code:
    [style] Transforming into /home/rubys/jakarta/xml-cocoon2/build/cocoon/src/org/apache/cocoon/components/browser
    [style] Transforming into /home/rubys/jakarta/xml-cocoon2/build/cocoon/src/org/apache/cocoon/components/browser
    [style] Loading stylesheet /home/rubys/jakarta/xml-cocoon2/src/org/apache/cocoon/components/browser/BrowserImpl.xsl

prepare-src-main:
    [mkdir] Created dir: /home/rubys/jakarta/xml-cocoon2/build/cocoon/classes
     [copy] Copying 366 files to /home/rubys/jakarta/xml-cocoon2/build/cocoon/src
     [copy] Copied 2 empty directories to /home/rubys/jakarta/xml-cocoon2/build/cocoon/src
    [mkdir] Created dir: /home/rubys/jakarta/xml-cocoon2/build/cocoon/scratchpad/src
    [mkdir] Created dir: /home/rubys/jakarta/xml-cocoon2/build/cocoon/scratchpad/classes
     [copy] Copying 24 files to /home/rubys/jakarta/xml-cocoon2/build/cocoon/scratchpad/src

prepare-src-22-maybeupload:

prepare-src-23-maybeupload:
     [copy] Copying 1 file to /home/rubys/jakarta/xml-cocoon2/build/cocoon/src/org/apache/cocoon/environment/http

prepare-src-23:

prepare-src-22:

prepare-src:

compile:
     [copy] Copying 23 files to /home/rubys/jakarta/xml-cocoon2/build/cocoon/classes
    [javac] Compiling 339 source files to /home/rubys/jakarta/xml-cocoon2/build/cocoon/classes
    [javac] /home/rubys/jakarta/xml-cocoon2/build/cocoon/src/org/apache/cocoon/components/store/FilesystemQueueImpl.java:199: The method
java.lang.Comparable peek() declared in class org.apache.cocoon.components.store.FilesystemQueueImpl cannot override the method of the same signature
declared in interface org.apache.avalon.excalibur.collections.PriorityQueue.  They must have the same return type.
    [javac]   public Comparable peek() throws NoSuchElementException {
    [javac]                     ^
    [javac] /home/rubys/jakarta/xml-cocoon2/build/cocoon/src/org/apache/cocoon/components/store/FilesystemQueueImpl.java:215: The method
java.lang.Comparable pop() declared in class org.apache.cocoon.components.store.FilesystemQueueImpl cannot override the method of the same signature
declared in interface org.apache.avalon.excalibur.collections.PriorityQueue.  They must have the same return type.
    [javac]   public Comparable pop() throws NoSuchElementException {
    [javac]                     ^
    [javac] /home/rubys/jakarta/xml-cocoon2/build/cocoon/src/org/apache/cocoon/generation/VelocityGenerator.java:28: Class
org.apache.commons.collections.ExtendedProperties not found in import.
    [javac] import org.apache.commons.collections.ExtendedProperties;
    [javac]        ^
    [javac] /home/rubys/jakarta/xml-cocoon2/build/cocoon/src/org/apache/cocoon/generation/VelocityGenerator.java:159: Class
org.apache.commons.collections.ExtendedProperties not found.
    [javac]         public void init(ExtendedProperties config)
    [javac]                     ^
    [javac] /home/rubys/jakarta/xml-cocoon2/build/cocoon/src/org/apache/cocoon/generation/VelocityGenerator.java:161: Class
org.apache.commons.collections.ExtendedProperties not found in void init(org.apache.commons.collections.ExtendedProperties).
    [javac]             this.resolverContext = (Context)config.get("context");
    [javac]                                                       ^
    [javac] Note: 24 files use or override a deprecated API.  Recompile with "-deprecation" for details.
    [javac] 5 errors, 1 warning

BUILD FAILED

/home/rubys/jakarta/xml-cocoon2/build.xml:441: Compile failed, messages should have been provided.

Total time: 1 minute 6 seconds

---------------------------------------------------------------------
To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org
For additional commands, email: cocoon-dev-help@xml.apache.org




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


Re: [GUMP] Build Failure - Cocoon2

Posted by Stefano Mazzocchi <st...@apache.org>.
Peter Donald wrote:
> 
> knew it was backwards incompatible. Didn't know Cocoon was using it though.

Well, that's what happens when you have component frameworks, you know?
:)

Seriously, everytime that you do some back-incompatible fixes to the
contracts, I think it would be good practice to advise on this list.

Thanks.

-- 
Stefano Mazzocchi      One must still have chaos in oneself to be
                          able to give birth to a dancing star.
<st...@apache.org>                             Friedrich Nietzsche
--------------------------------------------------------------------



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


RE: [GUMP] Build Failure - Cocoon2

Posted by Gerhard Froehlich <g-...@gmx.de>.
Question,
is the "old" version of excalibur active? Because
I can compile the latest checkout!

If yes, shall we switch to the new version and change
the implementation?

Cheers
Gerhard
>-----Original Message-----
>From: Gerhard Froehlich [mailto:g-froehlich@gmx.de]
>Sent: Saturday, November 17, 2001 12:24 PM
>To: Avalon Developers List
>Cc: cocoon-Dev
>Subject: RE: [GUMP] Build Failure - Cocoon2
>
>
>Yes I use it for as a little queue for
>filesystem i/o. I wanted to change it 
>yesterday, but the cvs server was
>unreachable.
>
>If it's not fixed yet, I will do it next
>hours.
>
>Cheers
>Gerhard
>>-----Original Message-----
>>From: Peter Donald [mailto:donaldp@apache.org]
>>Sent: Friday, November 16, 2001 10:20 PM
>>To: Avalon Developers List
>>Subject: Re: [GUMP] Build Failure - Cocoon2
>>
>>
>>knew it was backwards incompatible. Didn't know Cocoon was using it though.
>>
>>On Sat, 17 Nov 2001 03:21, Sam Ruby wrote:
>>> Are the developers of Avalon-excalibur aware that an interface change which
>>> breaks backwards compatibility for Cocoon was recently introduced into
>>> Excalibur?
>>>
>>> http://cvs.apache.org/viewcvs/jakarta-avalon-excalibur/src/java/org/apache/
>>>avalon/excalibur/collections/PriorityQueue.java.diff?r1=1.2&r2=1.3
>>>
>>> - Sam Ruby
>>> ---------------------- Forwarded by Sam Ruby/Raleigh/IBM on 11/16/2001
>>> 11:18 AM ---------------------------
>>>
>>> Sam Ruby/Raleigh/IBM@IBMUS on 11/16/2001 07:13:47 AM
>>>
>>> Please respond to cocoon-dev@xml.apache.org
>>>
>>> To:   cocoon-dev@xml.apache.org
>>> cc:
>>> Subject:  [GUMP] Build Failure - Cocoon2
>>>
>>>
>>>
>>> ----------------------------------------------------
>>> This email is autogenerated from the output from:
>>> <http://jakarta.apache.org/builds/gump/2001-11-16/xml-cocoon2.html>
>>> ----------------------------------------------------
>>>
>>> Buildfile: build.xml
>>>
>>> init:
>>>      [echo] ------------------- Apache Cocoon gump [1999-2001]
>>> ----------------
>>>
>>> prepare:
>>>     [mkdir] Created dir: /home/rubys/jakarta/xml-cocoon2/build/cocoon
>>>
>>> generate-java-code-check:
>>>
>>> generate-java-code:
>>>     [style] Transforming into
>>> /home/rubys/jakarta/xml-cocoon2/build/cocoon/src/org/apache/cocoon/componen
>>>ts/browser [style] Transforming into
>>> /home/rubys/jakarta/xml-cocoon2/build/cocoon/src/org/apache/cocoon/componen
>>>ts/browser [style] Loading stylesheet
>>> /home/rubys/jakarta/xml-cocoon2/src/org/apache/cocoon/components/browser/Br
>>>owserImpl.xsl
>>>
>>> prepare-src-main:
>>>     [mkdir] Created dir:
>>> /home/rubys/jakarta/xml-cocoon2/build/cocoon/classes [copy] Copying 366
>>> files to /home/rubys/jakarta/xml-cocoon2/build/cocoon/src [copy] Copied 2
>>> empty directories to /home/rubys/jakarta/xml-cocoon2/build/cocoon/src
>>> [mkdir] Created dir:
>>> /home/rubys/jakarta/xml-cocoon2/build/cocoon/scratchpad/src [mkdir] Created
>>> dir: /home/rubys/jakarta/xml-cocoon2/build/cocoon/scratchpad/classes [copy]
>>> Copying 24 files to
>>> /home/rubys/jakarta/xml-cocoon2/build/cocoon/scratchpad/src
>>>
>>> prepare-src-22-maybeupload:
>>>
>>> prepare-src-23-maybeupload:
>>>      [copy] Copying 1 file to
>>> /home/rubys/jakarta/xml-cocoon2/build/cocoon/src/org/apache/cocoon/environm
>>>ent/http
>>>
>>> prepare-src-23:
>>>
>>> prepare-src-22:
>>>
>>> prepare-src:
>>>
>>> compile:
>>>      [copy] Copying 23 files to
>>> /home/rubys/jakarta/xml-cocoon2/build/cocoon/classes [javac] Compiling 339
>>> source files to /home/rubys/jakarta/xml-cocoon2/build/cocoon/classes
>>> [javac]
>>> /home/rubys/jakarta/xml-cocoon2/build/cocoon/src/org/apache/cocoon/componen
>>>ts/store/FilesystemQueueImpl.java:199: The method java.lang.Comparable
>>> peek() declared in class
>>> org.apache.cocoon.components.store.FilesystemQueueImpl cannot override the
>>> method of the same signature declared in interface
>>> org.apache.avalon.excalibur.collections.PriorityQueue.  They must have the
>>> same return type. [javac]   public Comparable peek() throws
>>> NoSuchElementException { [javac]                     ^
>>>     [javac]
>>> /home/rubys/jakarta/xml-cocoon2/build/cocoon/src/org/apache/cocoon/componen
>>>ts/store/FilesystemQueueImpl.java:215: The method java.lang.Comparable pop()
>>> declared in class org.apache.cocoon.components.store.FilesystemQueueImpl
>>> cannot override the method of the same signature declared in interface
>>> org.apache.avalon.excalibur.collections.PriorityQueue.  They must have the
>>> same return type. [javac]   public Comparable pop() throws
>>> NoSuchElementException { [javac]                     ^
>>>     [javac]
>>> /home/rubys/jakarta/xml-cocoon2/build/cocoon/src/org/apache/cocoon/generati
>>>on/VelocityGenerator.java:28: Class
>>> org.apache.commons.collections.ExtendedProperties not found in import.
>>> [javac] import org.apache.commons.collections.ExtendedProperties; [javac]  
>>>      ^
>>>     [javac]
>>> /home/rubys/jakarta/xml-cocoon2/build/cocoon/src/org/apache/cocoon/generati
>>>on/VelocityGenerator.java:159: Class
>>> org.apache.commons.collections.ExtendedProperties not found.
>>>     [javac]         public void init(ExtendedProperties config)
>>>     [javac]                     ^
>>>     [javac]
>>> /home/rubys/jakarta/xml-cocoon2/build/cocoon/src/org/apache/cocoon/generati
>>>on/VelocityGenerator.java:161: Class
>>> org.apache.commons.collections.ExtendedProperties not found in void
>>> init(org.apache.commons.collections.ExtendedProperties). [javac]           
>>>  this.resolverContext = (Context)config.get("context"); [javac]            
>>>                                           ^ [javac] Note: 24 files use or
>>> override a deprecated API.  Recompile with "-deprecation" for details.
>>> [javac] 5 errors, 1 warning
>>>
>>> BUILD FAILED
>>>
>>> /home/rubys/jakarta/xml-cocoon2/build.xml:441: Compile failed, messages
>>> should have been provided.
>>>
>>> Total time: 1 minute 6 seconds
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org
>>> For additional commands, email: cocoon-dev-help@xml.apache.org
>>
>>-- 
>>Cheers,
>>
>>Pete
>>
>>----------------------------------------------------
>>"The only way to discover the limits of the possible 
>>is to go beyond them into the impossible." 
>>                             -Arthur C. Clarke
>>----------------------------------------------------
>>
>>--
>>To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
>>For additional commands, e-mail: <ma...@jakarta.apache.org>
>>
>>
>
>
>
>--
>To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
>For additional commands, e-mail: <ma...@jakarta.apache.org>
>
>



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


RE: [GUMP] Build Failure - Cocoon2

Posted by Gerhard Froehlich <g-...@gmx.de>.
Yes I use it for as a little queue for
filesystem i/o. I wanted to change it 
yesterday, but the cvs server was
unreachable.

If it's not fixed yet, I will do it next
hours.

Cheers
Gerhard
>-----Original Message-----
>From: Peter Donald [mailto:donaldp@apache.org]
>Sent: Friday, November 16, 2001 10:20 PM
>To: Avalon Developers List
>Subject: Re: [GUMP] Build Failure - Cocoon2
>
>
>knew it was backwards incompatible. Didn't know Cocoon was using it though.
>
>On Sat, 17 Nov 2001 03:21, Sam Ruby wrote:
>> Are the developers of Avalon-excalibur aware that an interface change which
>> breaks backwards compatibility for Cocoon was recently introduced into
>> Excalibur?
>>
>> http://cvs.apache.org/viewcvs/jakarta-avalon-excalibur/src/java/org/apache/
>>avalon/excalibur/collections/PriorityQueue.java.diff?r1=1.2&r2=1.3
>>
>> - Sam Ruby
>> ---------------------- Forwarded by Sam Ruby/Raleigh/IBM on 11/16/2001
>> 11:18 AM ---------------------------
>>
>> Sam Ruby/Raleigh/IBM@IBMUS on 11/16/2001 07:13:47 AM
>>
>> Please respond to cocoon-dev@xml.apache.org
>>
>> To:   cocoon-dev@xml.apache.org
>> cc:
>> Subject:  [GUMP] Build Failure - Cocoon2
>>
>>
>>
>> ----------------------------------------------------
>> This email is autogenerated from the output from:
>> <http://jakarta.apache.org/builds/gump/2001-11-16/xml-cocoon2.html>
>> ----------------------------------------------------
>>
>> Buildfile: build.xml
>>
>> init:
>>      [echo] ------------------- Apache Cocoon gump [1999-2001]
>> ----------------
>>
>> prepare:
>>     [mkdir] Created dir: /home/rubys/jakarta/xml-cocoon2/build/cocoon
>>
>> generate-java-code-check:
>>
>> generate-java-code:
>>     [style] Transforming into
>> /home/rubys/jakarta/xml-cocoon2/build/cocoon/src/org/apache/cocoon/componen
>>ts/browser [style] Transforming into
>> /home/rubys/jakarta/xml-cocoon2/build/cocoon/src/org/apache/cocoon/componen
>>ts/browser [style] Loading stylesheet
>> /home/rubys/jakarta/xml-cocoon2/src/org/apache/cocoon/components/browser/Br
>>owserImpl.xsl
>>
>> prepare-src-main:
>>     [mkdir] Created dir:
>> /home/rubys/jakarta/xml-cocoon2/build/cocoon/classes [copy] Copying 366
>> files to /home/rubys/jakarta/xml-cocoon2/build/cocoon/src [copy] Copied 2
>> empty directories to /home/rubys/jakarta/xml-cocoon2/build/cocoon/src
>> [mkdir] Created dir:
>> /home/rubys/jakarta/xml-cocoon2/build/cocoon/scratchpad/src [mkdir] Created
>> dir: /home/rubys/jakarta/xml-cocoon2/build/cocoon/scratchpad/classes [copy]
>> Copying 24 files to
>> /home/rubys/jakarta/xml-cocoon2/build/cocoon/scratchpad/src
>>
>> prepare-src-22-maybeupload:
>>
>> prepare-src-23-maybeupload:
>>      [copy] Copying 1 file to
>> /home/rubys/jakarta/xml-cocoon2/build/cocoon/src/org/apache/cocoon/environm
>>ent/http
>>
>> prepare-src-23:
>>
>> prepare-src-22:
>>
>> prepare-src:
>>
>> compile:
>>      [copy] Copying 23 files to
>> /home/rubys/jakarta/xml-cocoon2/build/cocoon/classes [javac] Compiling 339
>> source files to /home/rubys/jakarta/xml-cocoon2/build/cocoon/classes
>> [javac]
>> /home/rubys/jakarta/xml-cocoon2/build/cocoon/src/org/apache/cocoon/componen
>>ts/store/FilesystemQueueImpl.java:199: The method java.lang.Comparable
>> peek() declared in class
>> org.apache.cocoon.components.store.FilesystemQueueImpl cannot override the
>> method of the same signature declared in interface
>> org.apache.avalon.excalibur.collections.PriorityQueue.  They must have the
>> same return type. [javac]   public Comparable peek() throws
>> NoSuchElementException { [javac]                     ^
>>     [javac]
>> /home/rubys/jakarta/xml-cocoon2/build/cocoon/src/org/apache/cocoon/componen
>>ts/store/FilesystemQueueImpl.java:215: The method java.lang.Comparable pop()
>> declared in class org.apache.cocoon.components.store.FilesystemQueueImpl
>> cannot override the method of the same signature declared in interface
>> org.apache.avalon.excalibur.collections.PriorityQueue.  They must have the
>> same return type. [javac]   public Comparable pop() throws
>> NoSuchElementException { [javac]                     ^
>>     [javac]
>> /home/rubys/jakarta/xml-cocoon2/build/cocoon/src/org/apache/cocoon/generati
>>on/VelocityGenerator.java:28: Class
>> org.apache.commons.collections.ExtendedProperties not found in import.
>> [javac] import org.apache.commons.collections.ExtendedProperties; [javac]  
>>      ^
>>     [javac]
>> /home/rubys/jakarta/xml-cocoon2/build/cocoon/src/org/apache/cocoon/generati
>>on/VelocityGenerator.java:159: Class
>> org.apache.commons.collections.ExtendedProperties not found.
>>     [javac]         public void init(ExtendedProperties config)
>>     [javac]                     ^
>>     [javac]
>> /home/rubys/jakarta/xml-cocoon2/build/cocoon/src/org/apache/cocoon/generati
>>on/VelocityGenerator.java:161: Class
>> org.apache.commons.collections.ExtendedProperties not found in void
>> init(org.apache.commons.collections.ExtendedProperties). [javac]           
>>  this.resolverContext = (Context)config.get("context"); [javac]            
>>                                           ^ [javac] Note: 24 files use or
>> override a deprecated API.  Recompile with "-deprecation" for details.
>> [javac] 5 errors, 1 warning
>>
>> BUILD FAILED
>>
>> /home/rubys/jakarta/xml-cocoon2/build.xml:441: Compile failed, messages
>> should have been provided.
>>
>> Total time: 1 minute 6 seconds
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org
>> For additional commands, email: cocoon-dev-help@xml.apache.org
>
>-- 
>Cheers,
>
>Pete
>
>----------------------------------------------------
>"The only way to discover the limits of the possible 
>is to go beyond them into the impossible." 
>                             -Arthur C. Clarke
>----------------------------------------------------
>
>--
>To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
>For additional commands, e-mail: <ma...@jakarta.apache.org>
>
>



---------------------------------------------------------------------
To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org
For additional commands, email: cocoon-dev-help@xml.apache.org


RE: [GUMP] Build Failure - Cocoon2

Posted by Gerhard Froehlich <g-...@gmx.de>.
Yes I use it for as a little queue for
filesystem i/o. I wanted to change it 
yesterday, but the cvs server was
unreachable.

If it's not fixed yet, I will do it next
hours.

Cheers
Gerhard
>-----Original Message-----
>From: Peter Donald [mailto:donaldp@apache.org]
>Sent: Friday, November 16, 2001 10:20 PM
>To: Avalon Developers List
>Subject: Re: [GUMP] Build Failure - Cocoon2
>
>
>knew it was backwards incompatible. Didn't know Cocoon was using it though.
>
>On Sat, 17 Nov 2001 03:21, Sam Ruby wrote:
>> Are the developers of Avalon-excalibur aware that an interface change which
>> breaks backwards compatibility for Cocoon was recently introduced into
>> Excalibur?
>>
>> http://cvs.apache.org/viewcvs/jakarta-avalon-excalibur/src/java/org/apache/
>>avalon/excalibur/collections/PriorityQueue.java.diff?r1=1.2&r2=1.3
>>
>> - Sam Ruby
>> ---------------------- Forwarded by Sam Ruby/Raleigh/IBM on 11/16/2001
>> 11:18 AM ---------------------------
>>
>> Sam Ruby/Raleigh/IBM@IBMUS on 11/16/2001 07:13:47 AM
>>
>> Please respond to cocoon-dev@xml.apache.org
>>
>> To:   cocoon-dev@xml.apache.org
>> cc:
>> Subject:  [GUMP] Build Failure - Cocoon2
>>
>>
>>
>> ----------------------------------------------------
>> This email is autogenerated from the output from:
>> <http://jakarta.apache.org/builds/gump/2001-11-16/xml-cocoon2.html>
>> ----------------------------------------------------
>>
>> Buildfile: build.xml
>>
>> init:
>>      [echo] ------------------- Apache Cocoon gump [1999-2001]
>> ----------------
>>
>> prepare:
>>     [mkdir] Created dir: /home/rubys/jakarta/xml-cocoon2/build/cocoon
>>
>> generate-java-code-check:
>>
>> generate-java-code:
>>     [style] Transforming into
>> /home/rubys/jakarta/xml-cocoon2/build/cocoon/src/org/apache/cocoon/componen
>>ts/browser [style] Transforming into
>> /home/rubys/jakarta/xml-cocoon2/build/cocoon/src/org/apache/cocoon/componen
>>ts/browser [style] Loading stylesheet
>> /home/rubys/jakarta/xml-cocoon2/src/org/apache/cocoon/components/browser/Br
>>owserImpl.xsl
>>
>> prepare-src-main:
>>     [mkdir] Created dir:
>> /home/rubys/jakarta/xml-cocoon2/build/cocoon/classes [copy] Copying 366
>> files to /home/rubys/jakarta/xml-cocoon2/build/cocoon/src [copy] Copied 2
>> empty directories to /home/rubys/jakarta/xml-cocoon2/build/cocoon/src
>> [mkdir] Created dir:
>> /home/rubys/jakarta/xml-cocoon2/build/cocoon/scratchpad/src [mkdir] Created
>> dir: /home/rubys/jakarta/xml-cocoon2/build/cocoon/scratchpad/classes [copy]
>> Copying 24 files to
>> /home/rubys/jakarta/xml-cocoon2/build/cocoon/scratchpad/src
>>
>> prepare-src-22-maybeupload:
>>
>> prepare-src-23-maybeupload:
>>      [copy] Copying 1 file to
>> /home/rubys/jakarta/xml-cocoon2/build/cocoon/src/org/apache/cocoon/environm
>>ent/http
>>
>> prepare-src-23:
>>
>> prepare-src-22:
>>
>> prepare-src:
>>
>> compile:
>>      [copy] Copying 23 files to
>> /home/rubys/jakarta/xml-cocoon2/build/cocoon/classes [javac] Compiling 339
>> source files to /home/rubys/jakarta/xml-cocoon2/build/cocoon/classes
>> [javac]
>> /home/rubys/jakarta/xml-cocoon2/build/cocoon/src/org/apache/cocoon/componen
>>ts/store/FilesystemQueueImpl.java:199: The method java.lang.Comparable
>> peek() declared in class
>> org.apache.cocoon.components.store.FilesystemQueueImpl cannot override the
>> method of the same signature declared in interface
>> org.apache.avalon.excalibur.collections.PriorityQueue.  They must have the
>> same return type. [javac]   public Comparable peek() throws
>> NoSuchElementException { [javac]                     ^
>>     [javac]
>> /home/rubys/jakarta/xml-cocoon2/build/cocoon/src/org/apache/cocoon/componen
>>ts/store/FilesystemQueueImpl.java:215: The method java.lang.Comparable pop()
>> declared in class org.apache.cocoon.components.store.FilesystemQueueImpl
>> cannot override the method of the same signature declared in interface
>> org.apache.avalon.excalibur.collections.PriorityQueue.  They must have the
>> same return type. [javac]   public Comparable pop() throws
>> NoSuchElementException { [javac]                     ^
>>     [javac]
>> /home/rubys/jakarta/xml-cocoon2/build/cocoon/src/org/apache/cocoon/generati
>>on/VelocityGenerator.java:28: Class
>> org.apache.commons.collections.ExtendedProperties not found in import.
>> [javac] import org.apache.commons.collections.ExtendedProperties; [javac]  
>>      ^
>>     [javac]
>> /home/rubys/jakarta/xml-cocoon2/build/cocoon/src/org/apache/cocoon/generati
>>on/VelocityGenerator.java:159: Class
>> org.apache.commons.collections.ExtendedProperties not found.
>>     [javac]         public void init(ExtendedProperties config)
>>     [javac]                     ^
>>     [javac]
>> /home/rubys/jakarta/xml-cocoon2/build/cocoon/src/org/apache/cocoon/generati
>>on/VelocityGenerator.java:161: Class
>> org.apache.commons.collections.ExtendedProperties not found in void
>> init(org.apache.commons.collections.ExtendedProperties). [javac]           
>>  this.resolverContext = (Context)config.get("context"); [javac]            
>>                                           ^ [javac] Note: 24 files use or
>> override a deprecated API.  Recompile with "-deprecation" for details.
>> [javac] 5 errors, 1 warning
>>
>> BUILD FAILED
>>
>> /home/rubys/jakarta/xml-cocoon2/build.xml:441: Compile failed, messages
>> should have been provided.
>>
>> Total time: 1 minute 6 seconds
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org
>> For additional commands, email: cocoon-dev-help@xml.apache.org
>
>-- 
>Cheers,
>
>Pete
>
>----------------------------------------------------
>"The only way to discover the limits of the possible 
>is to go beyond them into the impossible." 
>                             -Arthur C. Clarke
>----------------------------------------------------
>
>--
>To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
>For additional commands, e-mail: <ma...@jakarta.apache.org>
>
>



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


Re: [GUMP] Build Failure - Cocoon2

Posted by Peter Donald <do...@apache.org>.
knew it was backwards incompatible. Didn't know Cocoon was using it though.

On Sat, 17 Nov 2001 03:21, Sam Ruby wrote:
> Are the developers of Avalon-excalibur aware that an interface change which
> breaks backwards compatibility for Cocoon was recently introduced into
> Excalibur?
>
> http://cvs.apache.org/viewcvs/jakarta-avalon-excalibur/src/java/org/apache/
>avalon/excalibur/collections/PriorityQueue.java.diff?r1=1.2&r2=1.3
>
> - Sam Ruby
> ---------------------- Forwarded by Sam Ruby/Raleigh/IBM on 11/16/2001
> 11:18 AM ---------------------------
>
> Sam Ruby/Raleigh/IBM@IBMUS on 11/16/2001 07:13:47 AM
>
> Please respond to cocoon-dev@xml.apache.org
>
> To:   cocoon-dev@xml.apache.org
> cc:
> Subject:  [GUMP] Build Failure - Cocoon2
>
>
>
> ----------------------------------------------------
> This email is autogenerated from the output from:
> <http://jakarta.apache.org/builds/gump/2001-11-16/xml-cocoon2.html>
> ----------------------------------------------------
>
> Buildfile: build.xml
>
> init:
>      [echo] ------------------- Apache Cocoon gump [1999-2001]
> ----------------
>
> prepare:
>     [mkdir] Created dir: /home/rubys/jakarta/xml-cocoon2/build/cocoon
>
> generate-java-code-check:
>
> generate-java-code:
>     [style] Transforming into
> /home/rubys/jakarta/xml-cocoon2/build/cocoon/src/org/apache/cocoon/componen
>ts/browser [style] Transforming into
> /home/rubys/jakarta/xml-cocoon2/build/cocoon/src/org/apache/cocoon/componen
>ts/browser [style] Loading stylesheet
> /home/rubys/jakarta/xml-cocoon2/src/org/apache/cocoon/components/browser/Br
>owserImpl.xsl
>
> prepare-src-main:
>     [mkdir] Created dir:
> /home/rubys/jakarta/xml-cocoon2/build/cocoon/classes [copy] Copying 366
> files to /home/rubys/jakarta/xml-cocoon2/build/cocoon/src [copy] Copied 2
> empty directories to /home/rubys/jakarta/xml-cocoon2/build/cocoon/src
> [mkdir] Created dir:
> /home/rubys/jakarta/xml-cocoon2/build/cocoon/scratchpad/src [mkdir] Created
> dir: /home/rubys/jakarta/xml-cocoon2/build/cocoon/scratchpad/classes [copy]
> Copying 24 files to
> /home/rubys/jakarta/xml-cocoon2/build/cocoon/scratchpad/src
>
> prepare-src-22-maybeupload:
>
> prepare-src-23-maybeupload:
>      [copy] Copying 1 file to
> /home/rubys/jakarta/xml-cocoon2/build/cocoon/src/org/apache/cocoon/environm
>ent/http
>
> prepare-src-23:
>
> prepare-src-22:
>
> prepare-src:
>
> compile:
>      [copy] Copying 23 files to
> /home/rubys/jakarta/xml-cocoon2/build/cocoon/classes [javac] Compiling 339
> source files to /home/rubys/jakarta/xml-cocoon2/build/cocoon/classes
> [javac]
> /home/rubys/jakarta/xml-cocoon2/build/cocoon/src/org/apache/cocoon/componen
>ts/store/FilesystemQueueImpl.java:199: The method java.lang.Comparable
> peek() declared in class
> org.apache.cocoon.components.store.FilesystemQueueImpl cannot override the
> method of the same signature declared in interface
> org.apache.avalon.excalibur.collections.PriorityQueue.  They must have the
> same return type. [javac]   public Comparable peek() throws
> NoSuchElementException { [javac]                     ^
>     [javac]
> /home/rubys/jakarta/xml-cocoon2/build/cocoon/src/org/apache/cocoon/componen
>ts/store/FilesystemQueueImpl.java:215: The method java.lang.Comparable pop()
> declared in class org.apache.cocoon.components.store.FilesystemQueueImpl
> cannot override the method of the same signature declared in interface
> org.apache.avalon.excalibur.collections.PriorityQueue.  They must have the
> same return type. [javac]   public Comparable pop() throws
> NoSuchElementException { [javac]                     ^
>     [javac]
> /home/rubys/jakarta/xml-cocoon2/build/cocoon/src/org/apache/cocoon/generati
>on/VelocityGenerator.java:28: Class
> org.apache.commons.collections.ExtendedProperties not found in import.
> [javac] import org.apache.commons.collections.ExtendedProperties; [javac]  
>      ^
>     [javac]
> /home/rubys/jakarta/xml-cocoon2/build/cocoon/src/org/apache/cocoon/generati
>on/VelocityGenerator.java:159: Class
> org.apache.commons.collections.ExtendedProperties not found.
>     [javac]         public void init(ExtendedProperties config)
>     [javac]                     ^
>     [javac]
> /home/rubys/jakarta/xml-cocoon2/build/cocoon/src/org/apache/cocoon/generati
>on/VelocityGenerator.java:161: Class
> org.apache.commons.collections.ExtendedProperties not found in void
> init(org.apache.commons.collections.ExtendedProperties). [javac]           
>  this.resolverContext = (Context)config.get("context"); [javac]            
>                                           ^ [javac] Note: 24 files use or
> override a deprecated API.  Recompile with "-deprecation" for details.
> [javac] 5 errors, 1 warning
>
> BUILD FAILED
>
> /home/rubys/jakarta/xml-cocoon2/build.xml:441: Compile failed, messages
> should have been provided.
>
> Total time: 1 minute 6 seconds
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org
> For additional commands, email: cocoon-dev-help@xml.apache.org

-- 
Cheers,

Pete

----------------------------------------------------
"The only way to discover the limits of the possible 
is to go beyond them into the impossible." 
                             -Arthur C. Clarke
----------------------------------------------------

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