Hi all,
I've been trying to get the imap2 proposal to compile and I've narrowed it
down to these last two errors. Now, I understand the errors, but I'm not
sure how to fix them, because I don't know the James internals yet.
Any help?
Kenny Smith
JournalScape.com
------------ Ant output -----------
prepare:
preparing code
prepare-jdbc3:
preparing for JDBC3
compile:
compiling James
Compiling 58 source files to
C:\Java\James\jakarta-james\proposals\imap2\build\classes
jakarta-james/proposals/imap2/java/org/apache/james/James.java [82]
org.apache.james.James should be declared abstract; it does not define
getMailRepository(java.lang.String) in org.apache.james.James
public class James
^
jakarta-james/proposals/imap2/java/org/apache/james/James.java [368] cannot
resolve symbol
symbol : variable ROLE
location: interface org.apache.mailet.UsersRepository
compMgr.put( UsersRepository.ROLE, ( Component ) localusers );
^
Note: Some input files use or override a deprecated API.
Note: Recompile with -deprecation for details.
2 errors
file:C:/Java/James/jakarta-james/proposals/imap2/build.xml:253: Compile
failed; see the compiler error output for details.
BUILD FAILED
Total time: 4 seconds
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>