You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by Peter Donald <pe...@apache.org> on 2003/05/16 12:01:05 UTC

[GUMP] Build Failure - jakarta-james

----------------------------------------------------
This email is autogenerated from the output from:
<http://cvs.apache.org/builds/gump/2003-05-16/jakarta-james.html>
----------------------------------------------------

Buildfile: build.xml

setup-dependencies:

javamail-check:

activation-check:

junit-check:

missing-dependency:
     [echo] 
     [echo] 	*************************************************************************
     [echo] 	Classes needed for compiling James Mail Server against the junit-3.7 API
     [echo] 	are not available. The build may fail or some functionality may
     [echo] 	not be available.
     [echo] 
     [echo] 	Resource: junit-3.7.jar
     [echo] 	
     [echo] 	Recovery:
     [echo] 	Run the build target import-junit-3.7 and it will download
     [echo] 	the needed jar - you should be online for that.
     [echo] 	
     [echo] 	If you have a fast connection you can also just run the build target
     [echo] 	import-all-auto-dependencies, which will download all external jars this
     [echo] 	buildfile knows about.
     [echo] 	Note 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.0a1
     [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/classes
    [javac] Compiling 175 source files to /home/rubys/jakarta/jakarta-james/build/classes
    [javac] /home/rubys/jakarta/jakarta-james/src/java/org/apache/james/pop3server/POP3Handler.java:78: warning: org.apache.avalon.excalibur.collections.ListUtils in org.apache.avalon.excalibur.collections has been deprecated
    [javac] import org.apache.avalon.excalibur.collections.ListUtils;
    [javac]                                                ^
    [javac] /home/rubys/jakarta/jakarta-james/src/java/org/apache/james/util/connection/SimpleConnectionManager.java:303: warning: org.apache.avalon.excalibur.thread.ThreadPool in org.apache.avalon.excalibur.thread has been deprecated
    [javac]     public void connect(String arg0, ServerSocket arg1, ConnectionHandlerFactory arg2, org.apache.avalon.excalibur.thread.ThreadPool arg3)
    [javac]                                                                                                                          ^
    [javac] /home/rubys/jakarta/jakarta-james/src/java/org/apache/james/core/AbstractJamesService.java:467: warning: org.apache.avalon.excalibur.thread.ThreadPool in org.apache.avalon.excalibur.thread has been deprecated
    [javac]                     (org.apache.avalon.excalibur.thread.ThreadPool)threadPool);
    [javac]                                                        ^
    [javac] /home/rubys/jakarta/jakarta-james/src/java/org/apache/james/pop3server/POP3Handler.java:1041: warning: org.apache.avalon.excalibur.collections.ListUtils in org.apache.avalon.excalibur.collections has been deprecated
    [javac]         List toBeRemoved =  ListUtils.subtract(backupUserMailbox, userMailbox);
    [javac]                             ^
    [javac] /home/rubys/jakarta/jakarta-james/src/java/org/apache/james/transport/mailets/LocalDelivery.java:191: cannot resolve symbol
    [javac] symbol  : variable localMessage 
    [javac] location: class org.apache.james.transport.mailets.LocalDelivery
    [javac]                             getMailetContext().sendMail(mail.getSender(), recipients, localMessage);
    [javac]                                                                                       ^
    [javac] /home/rubys/jakarta/jakarta-james/src/java/org/apache/james/util/connection/SimpleConnectionManager.java:303: warning: org.apache.avalon.excalibur.thread.ThreadPool in org.apache.avalon.excalibur.thread has been deprecated
    [javac]     public void connect(String arg0, ServerSocket arg1, ConnectionHandlerFactory arg2, org.apache.avalon.excalibur.thread.ThreadPool arg3)
    [javac]                                                                                                                          ^
    [javac] 1 error
    [javac] 5 warnings

BUILD FAILED
/home/rubys/jakarta/jakarta-james/build.xml:216: Compile failed; see the compiler error output for details.

Total time: 19 seconds

---------------------------------------------------------------------
To unsubscribe, e-mail: james-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: james-dev-help@jakarta.apache.org