classpathx-javamail
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Classpathx-javamail] nntp client


From: Joseph Shraibman
Subject: Re: [Classpathx-javamail] nntp client
Date: Tue, 26 Apr 2005 16:08:41 -0400
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.7) Gecko/20050414

I build inetlib, but when I try to compile javamail I get:

./source/gnu/mail/util/PrintStreamLogger.java:38: gnu.mail.util.PrintStreamLogger is not abstract and does not override abstract method error(java.lang.String,java.lang.Throwable) in gnu.inet.util.Logger
public class PrintStreamLogger

... so I fix that problem myself, and now I'm stuck on:

javac -g -classpath ./source:./activation.jar:../inetlib/inetlib.jar -d ./classes source/gnu/mail/providers/nntp/NNTPFolder.java
./source/gnu/mail/providers/nntp/NNTPStore.java:150: cannot find symbol
symbol : constructor NNTPConnection(java.lang.String,int,java.lang.String,java.lang.String,boolean)
location: class gnu.inet.nntp.NNTPConnection
          connection = new NNTPConnection (host, port, username, password,
                       ^
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
1 error
make: *** [classes/gnu/mail/providers/nntp/NNTPFolder.class] Error 1
Command exited with non-zero status 2


Chris Burdess wrote:


I can't help you with this, as JDK 1.5 doesn't exist for my platform. If you resolve it please submit a patch.

How do I create a diff from one source tree to the other?




reply via email to

[Prev in Thread] Current Thread [Next in Thread]