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 Pietro Romanazzi <p....@innova.puglia.it> on 2017/07/13 14:02:26 UTC

Error trying build from source James 3.0.0

Hi All,

trying to build James 3.0.0 from source I got this error message

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.0:compile (default-compile) on project apache-james-mpt-imapmailbox-core: Compilation failure: Compilation failure:
[ERROR] /D:/james-project-james-project-3.0.0/mpt/impl/imap-mailbox/core/src/main/java/org/apache/james/mpt/host/JamesImapHostSystem.java:[33,41] cannot find symbol
[ERROR] symbol:   class ImapRequestStreamHandler
[ERROR] location: package org.apache.james.imap.decode.main
[ERROR] /D:/james-project-james-project-3.0.0/mpt/impl/imap-mailbox/core/src/main/java/org/apache/james/mpt/host/JamesImapHostSystem.java:[109,9] cannot find symbol
[ERROR] symbol:   class ImapRequestStreamHandler
[ERROR] location: class org.apache.james.mpt.host.JamesImapHostSystem.Session

Environment
Java 1.8.0_131
Maven 3.0.4


It is non clear to me why a class included in a test folder protocols\imap\source\test is referenced in a main folder mpt\impl\imap-mailbox\core\source\main

Any idea?

Thanks,

Pietro