Re: Building James 3.3.0 in Eclipse

2019-08-31 Thread Jerry Malcolm
Thanks for the info, Garry.  But I'm still confused.  Are you saying that it is no longer possible to build from the source on Eclipse?  I realize the team may be pushing docker.  But there are still non-docker binaries that got built someway.  I just want to recreate those binaries with my

Re: Building James 3.3.0 in Eclipse

2019-08-31 Thread Garry Hurley
Jerry, I had to download the source, run configure and make on a Linux system. The problem is that the source is made to build onto a docker system on Windows. Those of us who choose not to run docker and run a real operating system often have issues. Those .git files are from the .git

Re: Building James 3.3.0 in Eclipse

2019-08-31 Thread Jerry Malcolm
Something else I just found... the link to a tutorial at http://blog.bonnydoonmedia.com/post.cfm/walkthrough-tutorials-compiling-apache-james-v3-with-eclipse in the Eclipse build section is dead.  No DNS entry. On 8/31/2019 4:54 PM, Jerry Malcolm wrote: Correction... the build instructions

Re: Building James 3.3.0 in Eclipse

2019-08-31 Thread Jerry Malcolm
Correction... the build instructions page link should be: https://james.apache.org/server/3/dev-build.html On 8/31/2019 4:52 PM, Jerry Malcolm wrote: I'm trying to build the latest stable James 3.3.0 in Eclipse. -- The link to the 3.3.0 source zip on the downloads page is dead

Building James 3.3.0 in Eclipse

2019-08-31 Thread Jerry Malcolm
I'm trying to build the latest stable James 3.3.0 in Eclipse. -- The link to the 3.3.0 source zip on the downloads page is dead (https://www.apache.org/dyn/closer.lua/james/server/3.3.0/james-server-sources-3.3.0.zip) -- I figured out the correct link:

Re: "Getting Started" with JAMES using Docker

2019-08-31 Thread Jerry Malcolm
Hi Tellier, Thanks for the response.  You're suggestion is a perfect solution.  Just add the option to the quick start: if you know docker, do this way.  If you want do it the traditional way, here's the steps. Thanks. Jerry On 8/30/2019 12:04 AM, Tellier Benoit wrote: Hi Jerry, Yes