Hello,

I am very disappointed after I tried to build james after i checked it out from 
jakarta CVS:

The documentation of building says only that I have to put Java Mail JAR and 
activation JAR into ./james-server/lib.  After doing it I still had 100 compile 
errors! Well, I analyzed it and found out that I have to put bouncycastle jars 
(bouncycastle.org) into classpath, but Apache did not notice that!

But after that I still have 3 compile errors:

 1. 
/usr/src/james-server/src/java/org/apache/james/util/connection/SimpleConnectionManager.java:40:
 org.apache.james.util.connection.SimpleConnectionManager is not abstract and does not 
override abstract method 
connect(java.lang.String,java.net.ServerSocket,org.apache.avalon.cornerstone.services.connection.ConnectionHandlerFactory,org.apache.avalon.excalibur.thread.ThreadPool)
 in org.apache.avalon.cornerstone.services.connection.ConnectionManager
    [javac] public class SimpleConnectionManager

2.  
/usr/src/james-server/src/java/org/apache/james/core/AbstractJamesService.java:429: 
cannot resolve symbol
    [javac] symbol  : method connect 
(java.lang.String,java.net.ServerSocket,org.apache.james.core.AbstractJamesService,org.apache.excalibur.thread.ThreadPool)
    [javac] location: interface org.apache.james.services.JamesConnectionManager
    [javac]                 connectionManager.connect(

3.  /usr/src/james-server/src/java/org/apache/james/security/KeyHolder.java:213: 
addCertificatesAndCRLs(java.security.cert.CertStore) in 
org.bouncycastle.mail.smime.SMIMESignedGenerator cannot be applied to 
(org.bouncycastle.jce.cert.CertStore)
    [javac]         generator.addCertificatesAndCRLs(this.certStore);

Do you have any experience with building james?

best regards,

Maik
________________________________________________________________
Verschicken Sie romantische, coole und witzige Bilder per SMS!
Jetzt neu bei WEB.DE FreeMail: http://freemail.web.de/?mc=021193


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to