AW: BUILD FAILED

2021-05-07 Thread Ingo Wolfmayr
Hi James, I asume your gradle version is not up to date. Can you go into your Ofbiz installation directory look for the hidden .gradle folder and let us know if you see the folder "4.5.1". If not, delete the content of the folder, build Ofbiz and check again. Best regards Ingo -Ursprüng

Re: AW: BUILD FAILED

2021-05-09 Thread James Brett
Hi Ingo Neither of these folders are in the installation directory. Thanks for your help, James. On 2021/05/07 08:10:57, Ingo Wolfmayr wrote: > Hi James, > > I asume your gradle version is not up to date. Can you go into your Ofbiz > installation directory look for the hidden .gradle folder

Re: AW: BUILD FAILED

2021-05-09 Thread Daniel Watford
Hi James, The gradlew script is not included with ofbiz releases, you need to retrieve it by running the init-gradle-wrapper script. See section 2.1 here - Apache OFBiz User Manual (ofbizextra.org) On Mon, 10 May 2021 at 07:29,

Re: AW: BUILD FAILED

2021-05-10 Thread James Brett
Hi Dan I have run 'C:\apache-ofbiz-17.12.07>init-gradle-wrapper'. This process asks for UAC permission, then when granted, seemingly does nothing. Am I missing something?? On 2021/05/10 06:43:43, Daniel Watford wrote: > Hi James, > > The gradlew script is not included with ofbiz releases, yo

Re: AW: BUILD FAILED

2021-05-10 Thread Daniel Watford
Hi James, When reviewing instructions and discussions, be careful to distinguish between gradle and gradlew. There are various forms of the init-gradle-wrapper script, targeting windows and unix environments. Ofbiz is built using the gradle wrapper script, gradlew. This script is not distributed