[ 
http://issues.apache.org/jira/browse/DIRSERVER-769?page=comments#action_12446146
 ] 
            
John Conlon commented on DIRSERVER-769:
---------------------------------------

I can build protocol-ntp as a standalone project, but not as part of a 
multproject build. For some reason the mina-core version must be changing to 
something other than 1.0.0. 

If I explicitly specify the version as 1.0.0 (Currently it should inheirent the 
version from apacheds parent) in the protocol-ntp pom then the master build 
will build build this module and  then fail to build the protocol-kerberos, 
with basically the same error 

[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure

/home/jconlon/projects/svns/apacheds/trunks/apacheds/protocol-kerberos/src/main/java/org/apache/directory/server/kerberos/kdc/KerberosServer.java:[32,30]
 cannot find symbol
symbol  : class IoServiceConfig
location: package org.apache.mina.common

/home/jconlon/projects/svns/apacheds/trunks/apacheds/protocol-kerberos/src/main/java/org/apache/directory/server/kerberos/kdc/KerberosServer.java:[56,73]
 cannot find symbol
symbol  : class IoServiceConfig
location: class org.apache.directory.server.kerberos.kdc.KerberosServer

/home/jconlon/projects/svns/apacheds/trunks/apacheds/protocol-kerberos/src/main/java/org/apache/directory/server/kerberos/kdc/KerberosServer.java:[88,16]
 unbind() in org.apache.mina.common.IoAcceptor cannot be applied to 
(java.net.InetSocketAddress)

Time to punt again... doing a svn co of 
http://svn.apache.org/repos/asf/directory 

PS- Our chickens belog to my daughter as well.

> NtpServer fails to compile causing failure to build trunks.
> -----------------------------------------------------------
>
>                 Key: DIRSERVER-769
>                 URL: http://issues.apache.org/jira/browse/DIRSERVER-769
>             Project: Directory ApacheDS
>          Issue Type: Bug
>          Components: ntp
>    Affects Versions: 1.1.0
>            Reporter: John Conlon
>
> org.apache.directory.server.ntp.NtpServer fails to compile because it 
> references an IoServiceConfig class that no longer exists in Mina 1.1.0.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to