Re: Getting started using Eclipse to run James..

2011-08-01 Thread Eric Charles
Hi Marc, Sorry, I meant the james-*.xml (not the spring-*.xml). Those file contains the spring definitions. Hope you can find your way with these more accurate information. Thx. On 02/08/11 07:38, Eric Charles wrote: Hi Marc, On 01/08/11 21:19, Marc Chamberlin wrote: On 8/1/2011 1:41 AM, Eri

Re: Getting started using Eclipse to run James..

2011-08-01 Thread Eric Charles
Hi Marc, On 01/08/11 21:19, Marc Chamberlin wrote: On 8/1/2011 1:41 AM, Eric Charles wrote: Hi Marc, The black asterisk mean you have changes on your local files compared to the central SVN repository. Hi Eric, list - Ok, I will take this as not something to worry about right now. you

Re: Getting started using Eclipse to run James..

2011-08-01 Thread Marc Chamberlin
On 8/1/2011 1:41 AM, Eric Charles wrote: > Hi Marc, > > The black asterisk mean you have changes on your local files compared > to the central SVN repository. Hi Eric, list - Ok, I will take this as not something to worry about right now. > > We recently change the project structure, and you

Re: Getting started using Eclipse to run James..

2011-08-01 Thread Eric Charles
Hi Marc, The black asterisk mean you have changes on your local files compared to the central SVN repository. We recently change the project structure, and you need to checkout https://svn.apache.org/repos/asf/james/app/trunk/ to get the needed spring-*.xml files, and the config files. The

Re: Getting started using Eclipse to run James..

2011-07-31 Thread Marc Chamberlin
Thanks Eric for helping me a bit further down the path... To answer one of your earlier questions, no, I am not getting any build errors, just lots of warnings, when I import/build the James Maven projects.. However, one item I noticed is that a couple of the Maven projects - james-server-lifecycle

Re: Getting started using Eclipse to run James..

2011-07-29 Thread Eric Charles
Hi Marc, See answers inline. On 29/07/11 20:22, Marc Chamberlin wrote: Thanks again Eric for replying... It has taken me quite awhile to wrestle/learn how to get Eclipse set up with your suggestions. (Eclipse would do well to work on their "undo" capabilities, I had to rebuild it from scratch

Re: Getting started using Eclipse to run James..

2011-07-29 Thread Marc Chamberlin
Thanks again Eric for replying... It has taken me quite awhile to wrestle/learn how to get Eclipse set up with your suggestions. (Eclipse would do well to work on their "undo" capabilities, I had to rebuild it from scratch several times!) Anywise, I think I got the archived version of maven insta

Re: Getting started using Eclipse to run James..

2011-07-23 Thread Eric Charles
Hi, I have just run 'mvn test' in server/jpa and didn't get the same exception but also Tests run: 15, Failures: 0, Errors: 0, Skipped: 0 [INFO] BUILD SUCCESS ---

Re: Getting started using Eclipse to run James..

2011-07-23 Thread Marc Chamberlin
Thanks Eric, Norman for helping with the OOM issue. The eclipse.ini file already had the following configuration for vmargs - -vmargs -Dosgi.requiredJavaVersion=1.5 -XX:MaxPermSize=256m -Xms40m -Xmx512m I upped the -Xmx512m to -Xmx1024m just to be safe. Since the issue I originally had with the

Re: Getting started using Eclipse to run James..

2011-07-23 Thread Norman Maurer
you need to increase the perm space which is different from heap space. see http://wiki.eclipse.org/FAQ_How_do_I_increase_the_permgen_size_available_to_Eclipse%3F bye norman Am Freitag, 22. Juli 2011 schrieb Marc Chamberlin : > On 7/22/2011 1:30 AM, Eric Charles wrote: >> Hi Marc & Dhrubo, >> >>

Re: Getting started using Eclipse to run James..

2011-07-23 Thread Eric Charles
Hi, For OOM, you need to set eclipse.ini with -Xmx... To import with m2eclipse, I felt in same issue with latest version. This is why I still use an archived version from http://m2eclipse.sonatype.org/archived-releases.html The tutorial on James website is the most up-to-date, but not comple

Re: Getting started using Eclipse to run James..

2011-07-22 Thread Marc Chamberlin
On 7/22/2011 1:30 AM, Eric Charles wrote: > Hi Marc & Dhrubo, > > I've just added on the wiki page the following sentence on top: > > To build James V3 in eclipse, read > http://james.apache.org/server/3/dev-build.html > > This last page if more up-to-date and has been reported to work. > > Thx. >

Re: Getting started using Eclipse to run James..

2011-07-22 Thread Eric Charles
Hi Marc & Dhrubo, I've just added on the wiki page the following sentence on top: To build James V3 in eclipse, read http://james.apache.org/server/3/dev-build.html This last page if more up-to-date and has been reported to work. Thx. On 22/07/11 05:42, Dhrubo wrote: I am trying this right

Re: Getting started using Eclipse to run James..

2011-07-21 Thread Dhrubo
I am trying this right now. Will let you know if there is any success or how I achieve any success. On Fri, Jul 22, 2011 at 12:29 AM, Marc Chamberlin wrote: > I would like to learn how to run James from Eclipse and up front will > admit that I am not a guru with Eclipse.. (Have used it some in th

Getting started using Eclipse to run James..

2011-07-21 Thread Marc Chamberlin
I would like to learn how to run James from Eclipse and up front will admit that I am not a guru with Eclipse.. (Have used it some in the past, but not very savoy with it.) Am trying to follow the instructions found at http://wiki.apache.org/james/EclipseNotes and got rapidly lost.. 1. I managed