On Tue, Jun 24, 2008 at 12:46 PM, Kirill Kosinov <[EMAIL PROTECTED]> wrote: > Good Day. > > I tried to build JAMES using svn trunk sources, howto's and maven. After > building i tried to run JAMES using "ant run" command from > spring-integration, but there was an error: > > java.lang.ClassNotFoundException: > org.apache.james.mailboxmanager.mailstore.MyAvalonMailStore > > I didn't find this class in trunk. If there is another way to build and run > project from svn?
the spring deployment is a module rather than a separate project. you need to checkout trunk and then do one build at the top level (just type ant). then you'll be able to build the module independently. - robert --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
