Hi Guys, I’ve been using the latest trunk build it looks like there have been some refactoring over the last few days causing a build failure caused by missing jars in http://repository.apache.org/snapshots
when running a clean build I receive the following (Output below) Failed to execute goal on project james-server-spring: Could not resolve dependencies for project org.apache.james:james-server-spring:bundle:3.0.0-beta5-SNAPSHOT The following artifacts could not be resolved: org.apache.james:apache-james-mailbox:jar:0.5-SNAPSHOT org.apache.james:apache-james-mailbox-api:jar:0.5-SNAPSHOT Reactor Summary: Apache James :: Server ............................ SUCCESS [1.731s] Apache James :: Server :: Data :: API ............ SUCCESS [2.558s] Apache James :: Server :: Lifecycle API ........... SUCCESS [0.807s] Apache James :: Server :: Filesystem API .......... SUCCESS [1.027s] Apache James :: Server :: Mailetcontainer API ..... SUCCESS [0.854s] Apache James :: Server :: Common Utilities ........ SUCCESS [2.691s] Apache James :: Server :: Protocols Library ....... SUCCESS [2.130s] Apache James :: Server :: Core .................... SUCCESS [1.557s] Apache James :: Server :: Container Spring ........ FAILURE [0.092s] Apache James :: Server :: Client .................. SKIPPED Apache James :: Server :: DNS Service :: API ...... SKIPPED Apache James :: Server :: DNS Service :: Library .. SKIPPED Apache James :: Server :: Mail Queue :: API ....... SKIPPED Apache James :: Server :: Mailetcontainer Camel ... SKIPPED Apache James :: Server :: Mailbox Adapter ......... SKIPPED Apache James :: Server :: DNS Service :: Implementation SKIPPED Apache James :: Server :: Data :: Library ......... SKIPPED Apache James :: Server :: Data :: LDAP Implementation SKIPPED Apache James :: Server :: SMTP .................... SKIPPED Apache James :: Server :: IMAP .................... SKIPPED Apache James :: Server :: LMTP .................... SKIPPED Apache James :: Server :: POP3 .................... SKIPPED Apache James :: Server :: FetchMail ............... SKIPPED Apache James :: Server :: Mail Queue :: File ...... SKIPPED Apache James :: Server :: Mail Queue :: JMS ....... SKIPPED Apache James :: Server :: Mail Queue :: ActiveMQ .. SKIPPED Apache James :: Server :: Mailets ................. SKIPPED Apache James :: Server :: Data :: File Persistence SKIPPED Apache James :: Server :: Data :: JPA Persistence . SKIPPED Apache James :: Server :: Data :: JDBC Persistence SKIPPED Apache James :: Server :: Data :: HBase Persistence SKIPPED Apache James :: Server :: Data :: JCR Persistence . SKIPPED Apache James :: Server :: App ..................... SKIPPED Apache James :: Karaf :: Features ................. SKIPPED Apache James :: Karaf :: James Server ............. SKIPPED Apache James :: Karaf :: Integration tests ........ SKIPPED For anyone looking to do a fresh build until this is resolved I managed to complete the build by installing following jars in to my local repo individually which I retrieved from another machines .m2 directory : org.apache.james:apache-james-mailbox-tool:jar:0.5-SNAPSHOT org.apache.james:apache-james-mailbox-memory:jar:0.5-SNAPSHOT org.apache.james:apache-james-mailbox-store:jar:0.5-SNAPSHOT org.apache.james:apache-james-mailbox-maildir:jar:0.5-SNAPSHOT org.apache.james:apache-james-mailbox:jar:0.5-SNAPSHOT org.apache.james:apache-james-mailbox-api:jar:0.5-SNAPSHOT org.apache.james:apache-james-mailbox-hbase:jar:0.5-SNAPSHOT org.apache.james:apache-james-mailbox-jcr:jar:0.5-SNAPSHOT org.apache.james:apache-james-mailbox-jpa:jar:0.5-SNAPSHOT org.apache.james:apache-james-mailbox-spring:jar:0.5-SNAPSHOT org.apache.james:apache-james-mailbox-lucene:jar:0.5-SNAPSHOT Thanks again for all the work you guys are doing it’s great to see consistent updates to the trunk.
