Re: James@GotoCon ...?

2011-08-05 Thread Robert Burrell Donkin
On Wed, Aug 3, 2011 at 9:58 PM, Ioan Eugen Stan wrote: > 2011/8/3 Robert Burrell Donkin : >> On Wed, Aug 3, 2011 at 7:20 PM, Ioan Eugen Stan >> wrote: >> On 03/08/11 12:36, Robert Burrell Donkin wrote: >> The Hackathon/BarCamp is likely to be an informal change to meet other >> people from Ap

Re: Backup restore for windows

2011-08-05 Thread Eric Charles
On 05/08/11 16:51, Saibabu Vallurupalli wrote: Okay I missed this step. I just did and package is going fine now. Last time before branching 3.0-beta2 without doing install I was able to get the zip file just by doing mvn package. This is little different now after creating branch :-( logic, c

Re: Backup restore for windows

2011-08-05 Thread Saibabu Vallurupalli
Okay I missed this step. I just did and package is going fine now. Last time before branching 3.0-beta2 without doing install I was able to get the zip file just by doing mvn package. This is little different now after creating branch :-( Sorry to trouble and thanks a lot of your support. Now, I

Re: Backup restore for windows

2011-08-05 Thread Eric Charles
Did you run 'mvn install' (-DskipTests=true) from server folder before running 'mvn package' in app folder ? On 05/08/11 16:35, Saibabu Vallurupalli wrote: Hi Eric, Robert suggested the same, I tried and got errors and send my previous email. It has two sections first one is I tried in Tagged

Re: Backup restore for windows

2011-08-05 Thread Saibabu Vallurupalli
Hi Eric, Robert suggested the same, I tried and got errors and send my previous email. It has two sections first one is I tried in Tagged version and the second section is from Branch. I am pasting it below. So, I have already checked-out the source from the link below and tried to build it fails

Re: Backup restore for windows

2011-08-05 Thread Eric Charles
Hi, beta2 was kind of tombstone as we aborted the release for license review and also to split the packaging into a new app module. I'm not sure how we get there in the beta2 release process, but the assemble plugin in the container-spring module, this is why you don't get a tar.gz/zip...

Re: Backup restore for windows

2011-08-05 Thread Saibabu Vallurupalli
Hi Robert, I have checked-out entire source from http://svn.apache.org/repos/asf/james/and this is mapped to my local windows path : C:\work\workspace\james. Earlier I followed the steps below: Step 1: update POM.xml file under: C:\work\workspace\james\server\tags\james-server-3.0-beta2\containe

Re: Backup restore for windows

2011-08-05 Thread Robert Burrell Donkin
On Fri, Aug 5, 2011 at 12:43 PM, Saibabu Vallurupalli wrote: > Hi Eric, > > I am pasting last few lines of my build below: > ** > [INFO] Apache James Server ActiveMQ Queue SUCCESS > [1:54.496s] > [INFO] Apache James Server LDAP Data Implementation .. SUCCESS [10.733s]

Re: Backup restore for windows

2011-08-05 Thread Saibabu Vallurupalli
Hi Eric, I am pasting last few lines of my build below: ** [INFO] Apache James Server ActiveMQ Queue SUCCESS [1:54.496s] [INFO] Apache James Server LDAP Data Implementation .. SUCCESS [10.733s] [INFO] Apache James Server Client SUCCESS [9.597s]

Re: [app] Please Check 3.0-beta3

2011-08-05 Thread Robert Burrell Donkin
On Fri, Aug 5, 2011 at 8:35 AM, Eric Charles wrote: > On 05/08/11 09:25, Robert Burrell Donkin wrote: >> >> On Fri, Aug 5, 2011 at 8:12 AM, Eric Charles  wrote: >>> >>> Glad to read this :) >>> I will update the web site to align the news, download... on 3.0-beta3. >> >> Best to wait until we have

Re: [app] Please Check 3.0-beta3

2011-08-05 Thread Eric Charles
On 05/08/11 09:25, Robert Burrell Donkin wrote: On Fri, Aug 5, 2011 at 8:12 AM, Eric Charles wrote: Glad to read this :) I will update the web site to align the news, download... on 3.0-beta3. Best to wait until we have an actual release before making any announcements. Sure, I was meaning

Re: [app] Please Check 3.0-beta3

2011-08-05 Thread Robert Burrell Donkin
On Fri, Aug 5, 2011 at 8:12 AM, Eric Charles wrote: > Glad to read this :) > I will update the web site to align the news, download... on 3.0-beta3. Best to wait until we have an actual release before making any announcements. There is no capacity to fix anything but legal and configuration issu

Re: [app] Please Check 3.0-beta3

2011-08-05 Thread Eric Charles
Glad to read this :) I will update the web site to align the news, download... on 3.0-beta3. On 04/08/11 19:23, Robert Burrell Donkin wrote: I hope that 3.0-beta3 should be nearly ready now. Please export the branch [1] and take a look sometime soonish. I hope to be able to cut a release before

Re: Backup restore for windows

2011-08-05 Thread Eric Charles
Hi, First, make sure you ave Built Successfull message after maven compile. Then, it's not only the james-server-*.jar you have to take, but all the jars in the lib folder (after unzipping container-spring/target/james...zip, or tar.gz). You are probably missing the jcr dependencies. Thx.