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 Rodrigo Zerlotti <ro...@dblive.com> on 2001/05/29 18:27:22 UTC

Build failing on nite build...

do we want it? I am trying to build the latest to test something....


compile:
    [mkdir] Created dir: /home/java/james-1.2.2dev/build/classes
    [javac] Compiling 142 source files to
/home/java/james-1.2.2dev/build/classes
    [javac]
/home/java/james-1.2.2dev/build/src/org/apache/james/core/EnhancedMimeMessage.java:27:
Incompatible type for constructor. Can't convert
javax.mail.internet.MimeMessage to javax.mail.Session.
    [javac]         super(message);
    [javac]               ^
    [javac]
/home/java/james-1.2.2dev/build/src/org/apache/james/smtpserver/SMTPHandler.java:125:
Note: The method java.lang.String readLine() in class
java.io.DataInputStream has been deprecated.
    [javac]             while  (parseCommand(in.readLine())) {
    [javac]                                             ^
    [javac]
/home/java/james-1.2.2dev/build/src/org/apache/james/smtpserver/SizeLimitedSMTPHandler.java:143:
Note: The method java.lang.String readLine() in class
java.io.DataInputStream has been deprecated.
    [javac]             while  (parseCommand(in.readLine())) {
    [javac]                                             ^
    [javac] Note: 2 files use or override a deprecated API.  Please
consult the documentation for a better alternative in each case.
    [javac] 1 error, 1 warning

BUILD FAILED

Rod~

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