Return-Path: Delivered-To: apmail-avalon-dev-archive@avalon.apache.org Received: (qmail 86433 invoked by uid 500); 10 Mar 2003 08:00:41 -0000 Mailing-List: contact dev-help@avalon.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Avalon Developers List" Reply-To: "Avalon Developers List" Delivered-To: mailing list dev@avalon.apache.org Received: (qmail 86410 invoked from network); 10 Mar 2003 08:00:40 -0000 Received: from mail020.syd.optusnet.com.au (210.49.20.135) by daedalus.apache.org with SMTP; 10 Mar 2003 08:00:40 -0000 Received: from brainstem.dyndns.org (c17243.thoms1.vic.optusnet.com.au [210.49.246.103]) by mail020.syd.optusnet.com.au (8.11.6/8.11.6) with ESMTP id h2A80pI11222 for ; Mon, 10 Mar 2003 19:00:51 +1100 Content-Type: text/plain; charset="iso-8859-1" From: Peter Donald To: "Avalon Developers List" Subject: Re: FW: [GUMP] Build Failure - jakarta-james Date: Mon, 10 Mar 2003 19:18:10 +1100 User-Agent: KMail/1.4.2 References: In-Reply-To: X-Notice: Duplication and redistribution prohibited without consent of the author. X-Copyright: (C) 2002 Peter Donald. X-Wisdom: A right is not what someone gives you; it's what no one can take from you. MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <200303101733.00170.peter@realityforge.org> X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N On Mon, 10 Mar 2003 04:39, Noel J. Bergman wrote: > Signature changes? Yep. Backwards incompatible changes that have been pointed out a couple o= f=20 times and I have asked for them to be reverted ... Berin chose not to rev= ert=20 them. > > -----Original Message----- > From: Peter Donald [mailto:peter@apache.org] > Sent: Sunday, March 09, 2003 6:41 > To: james-dev@jakarta.apache.org > Subject: [GUMP] Build Failure - jakarta-james > > > ---------------------------------------------------- > This email is autogenerated from the output from: > > ---------------------------------------------------- > > Buildfile: build.xml > > setup-dependencies: > > javamail-check: > > activation-check: > > junit-check: > > missing-dependency: > [echo] > [echo] > ***********************************************************************= ** > [echo] =09Classes needed for compiling James Mail Server against t= he > junit-3.7 API > [echo] =09are not available. The build may fail or some functional= ity > may [echo] =09not be available. > [echo] > [echo] =09Resource: junit-3.7.jar > [echo] > [echo] =09Recovery: > [echo] =09Run the build target import-junit-3.7 and it will downlo= ad > [echo] =09the needed jar - you should be online for that. > [echo] > [echo] =09If you have a fast connection you can also just run the = build > target > [echo] =09import-all-auto-dependencies, which will download all ex= ternal > jars this > [echo] =09buildfile knows about. > [echo] =09Note this may download unused jars as well. > [echo] > ***********************************************************************= ** > [echo] > > > check-dependencies: > > prepare-common: > [echo] Preparing code > [mkdir] Created dir: /home/rubys/jakarta/jakarta-james/dist/james-3= =2E0a1 > [copy] Copying 2 files to > /home/rubys/jakarta/jakarta-james/dist/james-3.0a1 > [mkdir] Created dir: /home/rubys/jakarta/jakarta-james/build/src > [copy] Copying 2 files to /home/rubys/jakarta/jakarta-james/build/= src > > prepare-phoenix: > [echo] Phoenix distribution present - adjusting linefeeds and > permissions, copying files > [copy] Copying 38 files to > /home/rubys/jakarta/jakarta-james/dist/james-3.0a1 > [copy] Copying 3 files to > /home/rubys/jakarta/jakarta-james/dist/james-3.0a1/lib > > prepare-jdbc3: > [echo] JDBC v3 in classpath - making code JDBC 3.0 compliant > > prepare: > > compile: > [echo] Compiling James Java sources > [mkdir] Created dir: /home/rubys/jakarta/jakarta-james/build/classe= s > [javac] Compiling 175 source files to > /home/rubys/jakarta/jakarta-james/build/classes > [javac] > /home/rubys/jakarta/jakarta-james/src/java/org/apache/james/core/Abstra= ctJa >m esService.java:428: incompatible types > [javac] found : org.apache.excalibur.thread.ThreadPool > [javac] required: org.apache.avalon.excalibur.thread.ThreadPool > [javac] threadPool =3D > threadManager.getThreadPool(threadGroup); > [javac] ^ > [javac] > /home/rubys/jakarta/jakarta-james/src/java/org/apache/james/core/Abstra= ctJa >m esService.java:430: incompatible types > [javac] found : org.apache.excalibur.thread.ThreadPool > [javac] required: org.apache.avalon.excalibur.thread.ThreadPool > [javac] threadPool =3D threadManager.getDefaultThreadPo= ol(); > [javac] = ^ > [javac] > /home/rubys/jakarta/jakarta-james/src/java/org/apache/james/transport/J= ames >S poolManager.java:151: incompatible types > [javac] found : org.apache.excalibur.thread.ThreadPool > [javac] required: org.apache.avalon.excalibur.thread.ThreadPool > [javac] workerPool =3D threadManager.getThreadPool("default= "); > [javac] ^ > [javac] > /home/rubys/jakarta/jakarta-james/src/java/org/apache/james/util/connec= tion >/ SimpleConnectionManager.java:87: > org.apache.james.util.connection.SimpleConnectionManager should be decl= ared > abstract; it does not define > connect(java.lang.String,java.net.ServerSocket,org.apache.avalon.corner= ston >e > .services.connection.ConnectionHandlerFactory,org.apache.excalibur.thre= ad.T >h readPool) in org.apache.james.util.connection.SimpleConnectionManager > [javac] public class SimpleConnectionManager extends AbstractLogEnabled > [javac] ^ > [javac] > /home/rubys/jakarta/jakarta-james/src/java/org/apache/james/util/connec= tion >/ SimpleConnectionManager.java:288: cannot resolve symbol > [javac] symbol : method connect > (java.lang.String,java.net.ServerSocket,org.apache.avalon.cornerstone.s= ervi >c > es.connection.ConnectionHandlerFactory,org.apache.excalibur.thread.Thre= adPo >o l,int) > [javac] location: class > org.apache.james.util.connection.SimpleConnectionManager > [javac] connect( name, socket, handlerFactory, > threadManager.getDefaultThreadPool(), maxOpenConnections ); > [javac] ^ > [javac] Note: Some input files use or override a deprecated API. > [javac] Note: Recompile with -deprecation for details. > [javac] 5 errors > > BUILD FAILED > file:///home/rubys/jakarta/jakarta-james/build.xml:216: Compile failed;= see > the compiler error output for details. > > Total time: 17 seconds > > --------------------------------------------------------------------- > To unsubscribe, e-mail: james-dev-unsubscribe@jakarta.apache.org > For additional commands, e-mail: james-dev-help@jakarta.apache.org > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@avalon.apache.org > For additional commands, e-mail: dev-help@avalon.apache.org --=20 Cheers, Peter Donald ---------------------------------------- Why does everyone always overgeneralize? ----------------------------------------=20 --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@avalon.apache.org For additional commands, e-mail: dev-help@avalon.apache.org