Hi Guys,

I'm trying to use the source @ 
http://svn.apache.org/repos/asf/james/server/trunk everything is great it 
compiles perfect however when I try to launch the mail server using sh 
/bin/run.sh I receive :

java.lang.ClassNotFoundException: org.apache.james.transport.matches.All

After tracking the class down it appears this exists in the 
org.apache.james.mailet.standard.matchers.All.

So I updated the mailet configuration to reference the full path of 
org.apache.james.mailet.standard.matchers.All now I receive : 

java.lang.ClassNotFoundException: 
org.apache.james.transport.mailets.PostmasterAlias

Which appears to be the same issue which would lead me to believe the 
org.apache.james.transport.matches and org.apache.james.transport.mailets has 
been re factored to org.apache.james.mailet.standard.*

Please advise the best way around this issue? Is there a patch available?

Kind regards,

Johnny Minty                                      
---------------------------------------------------------------------
To unsubscribe, e-mail: server-user-unsubscr...@james.apache.org
For additional commands, e-mail: server-user-h...@james.apache.org

Reply via email to