Confusing download to build project

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

Confusing download to build project

Ahmad Saki
1. When I login using ServerName\User>>> open cmd>>> `gradlew cleanAll loadDefault` command to download dependencies>>>
    `gradlew ofbiz` command to start OFBiz- It stops at 91% [ref: OFBiz_do-not_complete_start_process.png] although it run on browser.

2. When I login using ServerName\Administrator>>> open cmd>>> `gradlew ofbiz` command to start OFBiz- It starts downloading again.

3. When I import project to Intellij IDE It starts downloading again.

Why is it downloading it repeatedly!
Thanks
Ahamd Saki
Reply | Threaded
Open this post in threaded view
|

Re: Confusing download to build project

taher
1- compile time dependencies
2- runtime dependencies
3- probably a different gradle (comes with Intellij, not embedded with OFBiz)

On Wed, Aug 8, 2018 at 10:56 PM, Ahmad Saki <[hidden email]> wrote:

> 1. When I login using ServerName\User>>> open cmd>>> `gradlew cleanAll
> loadDefault` command to download dependencies>>>
>     `gradlew ofbiz` command to start OFBiz- It stops at 91% [ref:
> OFBiz_do-not_complete_start_process.png] although it run on browser.
>
> 2. When I login using ServerName\Administrator>>> open cmd>>> `gradlew
> ofbiz` command to start OFBiz- It starts downloading again.
>
> 3. When I import project to Intellij IDE It starts downloading again.
>
> Why is it downloading it repeatedly!
>
> Thanks
> Ahamd Saki
Reply | Threaded
Open this post in threaded view
|

Re: Confusing download to build project

Ahmad Saki
Thank for replying.
How to embed IntelliJ Gradle with OFBiz gradlew Taher Alkhateeb


On Thu, Aug 9, 2018, 12:33 PM Taher Alkhateeb <[hidden email]>
wrote:

> 1- compile time dependencies
> 2- runtime dependencies
> 3- probably a different gradle (comes with Intellij, not embedded with
> OFBiz)
>
> On Wed, Aug 8, 2018 at 10:56 PM, Ahmad Saki <[hidden email]> wrote:
> > 1. When I login using ServerName\User>>> open cmd>>> `gradlew cleanAll
> > loadDefault` command to download dependencies>>>
> >     `gradlew ofbiz` command to start OFBiz- It stops at 91% [ref:
> > OFBiz_do-not_complete_start_process.png] although it run on browser.
> >
> > 2. When I login using ServerName\Administrator>>> open cmd>>> `gradlew
> > ofbiz` command to start OFBiz- It starts downloading again.
> >
> > 3. When I import project to Intellij IDE It starts downloading again.
> >
> > Why is it downloading it repeatedly!
> >
> > Thanks
> > Ahamd Saki
>
grv
Reply | Threaded
Open this post in threaded view
|

Re: Confusing download to build project

grv
Hi Ahamd

I believe you do not need to get confused between IntelliJ Gradle and the one you have installed on your machine.

The same applies to eclipse if you choose to opt for that. Gradle wrapper will take care of the specific grade version is needed to run the cradle script. You can work with gradlew commands outside of IntelliJ in the OS terminal window or just open a new terminal in IntelliJ as well and then work with it accordingly.

It holds true for eclipse as well. This works for me and should work for you as well.

Hope this helps.

Thanks,
Girish Vasmatkar
HotWax Systems



> On 10-Aug-2018, at 2:41 AM, Ahmad Saki <[hidden email]> wrote:
>
> Thank for replying.
> How to embed IntelliJ Gradle with OFBiz gradlew Taher Alkhateeb
>
>
> On Thu, Aug 9, 2018, 12:33 PM Taher Alkhateeb <[hidden email]>
> wrote:
>
>> 1- compile time dependencies
>> 2- runtime dependencies
>> 3- probably a different gradle (comes with Intellij, not embedded with
>> OFBiz)
>>
>> On Wed, Aug 8, 2018 at 10:56 PM, Ahmad Saki <[hidden email]> wrote:
>>> 1. When I login using ServerName\User>>> open cmd>>> `gradlew cleanAll
>>> loadDefault` command to download dependencies>>>
>>>    `gradlew ofbiz` command to start OFBiz- It stops at 91% [ref:
>>> OFBiz_do-not_complete_start_process.png] although it run on browser.
>>>
>>> 2. When I login using ServerName\Administrator>>> open cmd>>> `gradlew
>>> ofbiz` command to start OFBiz- It starts downloading again.
>>>
>>> 3. When I import project to Intellij IDE It starts downloading again.
>>>
>>> Why is it downloading it repeatedly!
>>>
>>> Thanks
>>> Ahamd Saki
>>