Return-Path: Delivered-To: apmail-xml-cocoon-dev-archive@xml.apache.org Received: (qmail 97797 invoked by uid 500); 17 Nov 2001 11:23:40 -0000 Mailing-List: contact cocoon-dev-help@xml.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: cocoon-dev@xml.apache.org Delivered-To: mailing list cocoon-dev@xml.apache.org Received: (qmail 97780 invoked from network); 17 Nov 2001 11:23:39 -0000 From: "Gerhard Froehlich" To: "Avalon Developers List" Cc: "cocoon-Dev" Subject: RE: [GUMP] Build Failure - Cocoon2 Date: Sat, 17 Nov 2001 12:23:50 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal In-Reply-To: <200111162132.fAGLWOD29284@mail004.syd.optusnet.com.au> X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Yes I use it for as a little queue for filesystem i/o. I wanted to change it=20 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/apach= e/ >>avalon/excalibur/collections/PriorityQueue.java.diff?r1=3D1.2&r2=3D1.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: >> >> ---------------------------------------------------- >> >> 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/compon= en >>ts/browser [style] Transforming into >> = /home/rubys/jakarta/xml-cocoon2/build/cocoon/src/org/apache/cocoon/compon= en >>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/enviro= nm >>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/compon= en >>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/compon= en >>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/genera= ti >>on/VelocityGenerator.java:28: Class >> org.apache.commons.collections.ExtendedProperties not found in = import. >> [javac] import org.apache.commons.collections.ExtendedProperties; = [javac] =20 >> ^ >> [javac] >> = /home/rubys/jakarta/xml-cocoon2/build/cocoon/src/org/apache/cocoon/genera= ti >>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/genera= ti >>on/VelocityGenerator.java:161: Class >> org.apache.commons.collections.ExtendedProperties not found in void >> init(org.apache.commons.collections.ExtendedProperties). [javac] = =20 >> this.resolverContext =3D (Context)config.get("context"); [javac] = =20 >> ^ [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 > >--=20 >Cheers, > >Pete > >---------------------------------------------------- >"The only way to discover the limits of the possible=20 >is to go beyond them into the impossible."=20 > -Arthur C. Clarke >---------------------------------------------------- > >-- >To unsubscribe, e-mail: = >For additional commands, e-mail: = > > --------------------------------------------------------------------- To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org For additional commands, email: cocoon-dev-help@xml.apache.org