Re: Recommended IDE for JAMES Dev?

2019-11-05 Thread Jerry Malcolm
Duc, I looked closer at the maven log.  Seems my maven build was falling back to using my old java8 instead of java11.  Amazing how much better things work when using the right Java version :-) Actually, Tellier is in the process of updating the 'how to build james' document.  I am

Re: Recommended IDE for JAMES Dev?

2019-11-04 Thread Đức Trần Tiến
That looks weird, can you post a part of the maven logs? I guess the `Mail` class is the ancient one, it doesn't exist currently, and it relates to James Spring product. You can check the `JamesAppSpringMain.java`. For a quick running, use `JamesAppSpringMainTest.testServer()`[1] and you might

Re: Recommended IDE for JAMES Dev?

2019-11-04 Thread Jerry Malcolm
Duc, Thanks for the info.  Apparently my maven download didn't include all of the plugins required.  It says it can't resolve the checkstyle plugin.  Is there a repository to find and download all of the additional plugins required for maven cli? Regarding running in IDEA, the new James

Re: Recommended IDE for JAMES Dev?

2019-11-04 Thread Đức Trần Tiến
Hi Jerry, You want to build James without IDE, you need to have maven(recommended version > 3.6.1) and Java 11 installed on your computer. Then just need to cd to James repository and `mvn clean install -DskipTests -Djib.skip` Remember the parameter -DskipTests is necessary, it helps you ignore

Re: Recommended IDE for JAMES Dev?

2019-11-04 Thread Jerry Malcolm
Thanks. I did find the 'install' goal and ran it.  But it failed with a java compile error and several errors about "OS is Windows with a *nix - style path" something  I had to put the IDEA build on hold for a few days.  I'll circle back to it and see if I can get more info on the errors.

Re: Recommended IDE for JAMES Dev?

2019-11-03 Thread Tellier Benoit
Hi Jerry, I suspect https://github.com/linagora/james-project/pull/2821 to be directly related to your snapshot issue. Does it help? Regarding "install" goal, open the maven panel, select the module, you will find it in life-cycle section. However I would strongly encourage you install maven in

Re: Recommended IDE for JAMES Dev?

2019-10-31 Thread Jerry Malcolm
Glad to help.  Any idea how to fix: cannot resolve plugin org.apache.james:mailetdocs-maven-plugin:3.5.0-SNAPSHOT and the missing "install" goal on the maven panel? On 10/31/2019 11:29 PM, Tellier Benoit wrote: Hi Jerry! Thanks for the precise feedback. I updated the pull request

Re: Recommended IDE for JAMES Dev?

2019-10-31 Thread Tellier Benoit
Hi Jerry! Thanks for the precise feedback. I updated the pull request accordingly. Regards, Benoit On 01/11/2019 11:08, Jerry Malcolm wrote: > Tellier, > > That's good news.  I'm going to be your first tester.  Is there a test > site that has all of the latest changes to the doc in html

Re: Recommended IDE for JAMES Dev?

2019-10-31 Thread Jerry Malcolm
Tellier, That's good news.  I'm going to be your first tester.  Is there a test site that has all of the latest changes to the doc in html format with all the latest images? A few things I've hit so far: -- "In the pop-up window, press the*+*button to add the James code repository in the

Re: Recommended IDE for JAMES Dev?

2019-10-31 Thread Tellier Benoit
Hi Jerry, I'm working on a refresh of build instructions for contributors [1]. IntelliJ (community version) is working great. [1] https://github.com/linagora/james-project/pull/2792 Regards, Benoit On 01/11/2019 03:50, Jerry Malcolm wrote: > What is the recommended development environment

Recommended IDE for JAMES Dev?

2019-10-31 Thread Jerry Malcolm
What is the recommended development environment (IDE) for JAMES development?  I am an Eclipse user.  I finally got JAMES to build in Eclipse.  But I can't get it to run there.  So I've been relegated to adding log statements, build, publish, look at logs, repeat.   As I am getting deeper and