hey thanks I haven't open the documentation yet but thanks to Maven I have been able to compile the whole stuff. spring-integration wouldn't compile on it's own though. Some missing dependencies - or repository issue. So I had to 'mvn package' on the trunk. One test fails, over 732: org.apache.james.experimental.imapserver.ExperimentalSelectedInboxTest Seems to be linked to an experimental IMAP server. Not needed for me anyway.
I'll package without the test and try to use it (that's probably where I'll have to open the documentation!) I'm wondering how to integrate James librairies within our own repository and how to make it part of our build process for the time being (I mean until a stable 3.0 is released). I should probably add a <distributionManagement> section to the pom and deploy the artifacts to our local repository. I'll hopefully post my tryout results soon. -nodje Stefano Bagnara-2 wrote: > > nodje ha scritto: >> Hi, >> >> I'm trying to find a way to embed an SMTP server in our Java application. >> It's ALWAYS a problem to get access to an SMTP server where we install >> our >> Java applications. >> >> If we could get James to run within a Spring context, it'd be absolutly >> brilliant. >> (found this mentioned in >> http://www.nabble.com/Embedding-James-to9169298.html#a9169298) >> >> What is the status of this now? Can anyone tell me if there are other >> links >> to look at? >> Or is this >> http://svn.apache.org/repos/asf/james/server/sandbox/spring-integration/ >> still the reference? >> >> -nodje > > spring-deployment has been integrated in trunk: > http://svn.apache.org/repos/asf/james/server/trunk/ > http://svn.apache.org/repos/asf/james/server/trunk/spring-deployment/ > > Unfortunately the HOW-TO.txt has not been updated yet (since the code > has been moved from sandbox to trunk), but it should be even simpler > now. If you give it a try and you're successfull you could help us fix > the documentation issues! Otherwise if you find problems you can ask. > > If you checkout the whole sources for trunk and run "ant" on the root it > will build also the spring-deployment packages. > > If you don't want to compile it yourself, you can try one of our nighly > builds: http://people.apache.org/builds/james/nightly/bin/ > You can find there a james-server-spring-deployment-3.0-SNAPSHOT.zip > > I just fixed a java1.4 compatibility issue in that deployment, so if you > need java 1.4 compatibility you will have to wait tomorrow's build. > > Stefano > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/Embedding-James-in-a-Java-application-tp17638835p17660945.html Sent from the James - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
