classpathx-javamail
[Top][All Lists]
Advanced

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

[Classpathx-javamail] compilation problems


From: dario
Subject: [Classpathx-javamail] compilation problems
Date: Fri, 20 May 2005 12:20:14 +0200

i downaloaded source for current stable release wich is 1.0. however it can
not compile with current version of inetlib. this is error message from
javac

    [javac]
C:\MyDocs\Work\GNUmail\mail-1.0\source\gnu\mail\providers\nntp\NNTPStore.jav
a:150: cannot resolve symbol
    [javac] symbol  : constructor NNTPConnection
(java.lang.String,int,java.lang.String,java.lang.String,boolean)
    [javac] location: class gnu.inet.nntp.NNTPConnection
    [javac]           connection = new NNTPConnection (host, port, username,
password,
    [javac]                        ^
    [javac]
C:\MyDocs\Work\GNUmail\mail-1.0\source\gnu\mail\providers\nntp\NNTPTransport
.java:106: cannot resolve symbol
    [javac] symbol  : constructor NNTPConnection
(java.lang.String,int,java.lang.String,java.lang.String,boolean)
    [javac] location: class gnu.inet.nntp.NNTPConnection
    [javac]           connection = new NNTPConnection (host, port, username,
password,
    [javac]                        ^
    [javac] 2 errors


this is fixed in cvs. as i saw in one of previous posts, chris is talking
about releasing 1.1. i think it is more than neccessary, there are probably
many more fixed bugs. i just checked the web site, it still offers version
1.0. upgrade is welcome!


when i downloaded code from cvs, it didn't compile again because it misses
Quota and some imap stuff from current inetlib. so it looks like that
gnumail1.0 is to old for current inetlib and version1.1 is to new. maybe
fresh inetlib from cvs could help but folks from inetlib shold also release
new version.

dario







reply via email to

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