Hi Norman,

I just noticed hudson is failing because FakeLoader is in core-api
tests and they do not have access to avalon stuff:
http://hudson.zones.apache.org/hudson/view/James/job/james-server-trunk-m2/1280/console

I don't have a server checkout right now, but this should be fixed
adding this stuff to the core-api pom:
    <dependency>
      <groupId>org.apache.avalon.framework</groupId>
      <artifactId>avalon-framework-api</artifactId>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.apache.avalon.framework</groupId>
      <artifactId>avalon-framework-impl</artifactId>
      <scope>test</scope>
    </dependency>

Stefano

2009/10/4  <[email protected]>:
> Author: norman
> Date: Sun Oct  4 15:10:49 2009
> New Revision: 821546
>
> URL: http://svn.apache.org/viewvc?rev=821546&view=rev
> Log:
> Heavy rewrite of RemoteManager to follow the same pattern as SMTPServer and 
> POP3Server (JAMES-929). Only the HELP command is missing
>
> Added:
>    
> james/server/trunk/core-api/src/test/java/org/apache/james/api/kernel/mock/FakeLoader.java
>      - copied, changed from r812224, 
> james/server/trunk/smtpserver-function/src/test/java/org/apache/james/smtpserver/FakeLoader.java

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to