Hi Clifford,

here is how I usually configure IntelliJ for OFBiz with Gradle:

1) checkout the project using svn from the command line
2) Start IntelliJ and select New Project From Existing Sources...
3) Select the Gradle option
4) Then select the Gradle Wrapper mode (default); in this screen make sure
you select Java 8 (for this to appear, you have to properly set your
environment outside of IntelliJ)
5) when prompted, select all the modules and also keep the root module

After that you can use Gradle from IntelliJ.

I hope it helps,

Jacopo

On Fri, Feb 10, 2017 at 6:04 PM, Clifford Williams <
cliffwilliam...@icloud.com> wrote:

> Tahar, once I figured out how to properly set my JAVA_HOME for the JDK
> this was very simple to implement.
>
> Thank you for pointing me in the right direction.
>
> On Feb 09, 2017, at 02:14 AM, Taher Alkhateeb <slidingfilame...@gmail.com>
> wrote:
>
> Hi Cliff,
>
> We did not yet integrate Gradle with Intellij but it is relatively easy.
> You can get more information here ->
> https://docs.gradle.org/3.3/userguide/idea_plugin.html
>
> This would be a good area to start working on.
>
> Regards,
>
> Taher Alkhateeb
>
> On Wed, Feb 8, 2017 at 4:33 PM, Clifford Williams <
> cliffwilliam...@icloud.com> wrote:
>
> Please bare with me as we are a group of old school guys trying to move
>
> into this arena.
>
>
> I have tried to setup a dev system using IntelliJ but I keep failing at
>
> the Gradle configuration. So apparently I am missing something.
>
>
> Thanks in advance,
>
>
> Cliff
>
>
>

Reply via email to