You should be able to run ./gradlew clean war with your MINGW.(bash emulator)
On Fri, Jul 12, 2019 at 5:36 AM Michael Vorburger <[email protected]> wrote: > gradlew.bat is definitely available, see > https://github.com/apache/fineract/blob/develop/gradlew.bat > > But your screenshot shows you are using MINGW which I am assuming you are > using for Git on Windows... that's (kind of) like Linux, so you (probably, > not tested) can actually just use ./gradlew and not the BAT - try it, and > let us know if it works for you. > > > On Fri, 12 Jul 2019, 11:14 , <[email protected]> wrote: > >> Hi Funsho >> >> >> >> I am running from Windows >> >> >> >> Regards >> >> Innocent >> >> >> >> >> >> *From:* [email protected] <[email protected]> >> *Sent:* Friday, July 12, 2019 11:12 AM >> *To:* [email protected] >> *Cc:* [email protected] >> *Subject:* RE: [Mifos-developer] Failure to Building war file >> >> >> >> Hi Innocent, >> >> >> >> Are you running this from Linux or Windows. >> >> >> >> The .bat is for windows. >> >> >> >> Funsho >> >> >> >> -----Original Message----- >> From: [email protected] >> Sent: Friday, 12 July, 2019 09:58 >> To: "'Mifos software development'" <[email protected]>, >> "'Dev'" <[email protected]> >> Subject: RE: [Mifos-developer] Failure to Building war file >> >> Hi >> >> >> >> Following your mail , I removed gradle on my windows machine when I try >> to build using *gradlew.bat clean war * am getting an error bash: >> gradlew.bat: command not found >> >> See attached pic >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> e >> >> Regards >> >> Innocent Maroza >> >> >> >> >> >> >> >> *From:* Awasum Yannick <[email protected]> >> *Sent:* Friday, July 12, 2019 10:41 AM >> *To:* Mifos software development <[email protected]>; >> Dev <[email protected]> >> *Subject:* Re: [Mifos-developer] Failure to Building war file >> >> >> >> Always add Fineract Dev List and Subscibe to the list if you are not on >> it: *http://fineract.apache.org/* <http://fineract.apache.org/> >> >> >> >> On Fri, Jul 12, 2019 at 9:29 AM <*[email protected]* >> <[email protected]>> wrote: >> >> Good Day >> >> >> >> Kindly assist, am working on windows 10 with gradle version 2.4 I have >> build fineract war file using the following steps however If I deploy the >> war file on server its failing to work on tomcat getting an error “couldn’t >> connect to server.Make sure you are using correct settings” >> >> >> >> git clone *https://github.com/apache/fineract.git* >> <https://github.com/apache/fineract.git> >> >> cd fineract/ >> >> git checkout develop >> >> git remote add upstream *https://github.com/apache/fineract.git* >> <https://github.com/apache/fineract.git> >> >> git fetch upstream >> >> git merge upstream/develop >> >> cd fineract-provider/ >> >> gradle clean war >> >> gradle build >> >> >> >> kindly advice where am wrong >> >> >> >> Regards >> >> >> >> Innocent Marozva >> >> >> >> Mifos-developer mailing list >> *[email protected]* >> <[email protected]> >> Unsubscribe or change settings at: >> *https://lists.sourceforge.net/lists/listinfo/mifos-developer* >> <https://lists.sourceforge.net/lists/listinfo/mifos-developer> >> >>
