On Tue, Jun 24, 2008 at 1: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?
Just to carify: The spring-deployment is build together with all the other stuff when invoking ant for TRUNK folder. You find the distribution files after successful build in dist/james-server-3.0-SNAPSHOT/downloads/bin After you have run this build once and make changes within the spring-deployment module, you could build it separately (by invoking ant within spring-deployment folder), to save time. But it is always safe to re-build on TRUNK level, too. Bernd --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
