Re: build james beta 4 from source

2016-02-04 Thread Antoine DUPRAT
Hi, The structure of James has changed, some modules were merged inside the parent (James-project module). The project was also migrated from svn to git. We will update the James site shortly, but you may use the following command in order to get the latest state of James: $ git clone

Re: build james beta 4 from source

2016-02-03 Thread roy . james
So I recently needed to do this too and I think this is it: http://svn.apache.org/repos/asf/james/server/tags/apache-james-3.0-beta4/ On Thu, Oct 9, 2014 at 6:15 AM, Emma Sesmero wrote: Ok, I will look in the svn then. Thanks, Eric 2014-10-09 8:25 GMT+02:00 Eric Charles

Re: build james beta 4 from source

2016-02-03 Thread roy . james
So I recently needed to do this too and I think this is it: http://svn.apache.org/repos/asf/james/server/tags/apache-james-3.0-beta4/ On Thu, Oct 9, 2014 at 6:15 AM, Emma Sesmero wrote: Ok, I will look in the svn then. Thanks, Eric 2014-10-09 8:25 GMT+02:00 Eric Charles

Re: build james beta 4 from source

2014-10-09 Thread Eric Charles
There is a way, but you need to find the correct svn revision (set your svn skills 'on'). Same for beta3. Should not be like that... we moved to much thinks around... On 10/08/2014 09:04 AM, Emma Sesmero wrote: So does that mean that there isn't a way to build the zip from the source of

Re: build james beta 4 from source

2014-10-09 Thread Emma Sesmero
Ok, I will look in the svn then. Thanks, Eric 2014-10-09 8:25 GMT+02:00 Eric Charles e...@apache.org: There is a way, but you need to find the correct svn revision (set your svn skills 'on'). Same for beta3. Should not be like that... we moved to much thinks around... On 10/08/2014

Re: build james beta 4 from source

2014-10-08 Thread Emma Sesmero
So does that mean that there isn't a way to build the zip from the source of 3.0-beta4? And for 3.0-beta3, was there a separate app project as well? Does it exist yet or has it also been removed? Thank you very much for answering, Eric 2014-10-08 6:56 GMT+02:00 Eric Charles e...@apache.org:

Re: build james beta 4 from source

2014-10-07 Thread Eric Charles
For 3.0-beta4, there was a separate app project which seems to be removed now (even the tag)... On 09/29/2014 11:43 AM, Emma Sesmero wrote: Hi all, I am following these steps to build the James beta 4 from the source code: svn checkout

build james beta 4 from source

2014-09-29 Thread Emma Sesmero
Hi all, I am following these steps to build the James beta 4 from the source code: svn checkout http://svn.apache.org/repos/asf/james/server/tags/james-server-3.0-beta4/ cd james-server-3.0-beta4 mvn clean install But I cannot find the zip with James Server in the container-spring/target