Thanks Avik. It worked. Can you give a hint why using gradlew is OK but not if native gradle? Is there any doc available over there?
Regards, Thai On Sat, Nov 11, 2017 at 8:05 PM, Avik Ganguly <[email protected]> wrote: > Try gradlew clean tomcatRunWar or gradlew clean war depending on what you > want. If sharing stacktrace, run gradle with --stacktrace parameter to > obtain entire stacktrace. > > Regards, > Avik. > > On Nov 11, 2017 6:17 PM, "Thai Ngo" <[email protected]> wrote: > >> Hello devs, >> >> I am totally new to Fineract and following the guide at: >> https://cwiki.apache.org/confluence/display/FINERACT/Build+Instructions >> >> but I cannot build fineract-provider from the latest develop branch. Below >> is error that I met: >> >> ========= Begin========= >> >> => pwd >> >> /Users/xxx/workspace/fineract >> >> => gradle build >> >> FAILURE: Build failed with an exception. >> >> * Where: >> >> Script >> '/Users/xxx/workspace/fineract/fineract-provider/dependencies.gradle' >> line: >> 30 >> >> * What went wrong: >> >> A problem occurred evaluating script. >> >> > Could not find method providedCompile() for arguments [] on object of >> type >> org.gradle.api.internal.artifacts.dsl.dependencies.DefaultDe >> pendencyHandler. >> >> * Try: >> >> Run with --stacktrace option to get the stack trace. Run with --info or >> --debug option to get more log output. >> >> BUILD FAILED >> >> Total time: 0.794 secs >> >> ===========End======== >> >> Environment: OS X 10.10.5 >> >> Gradle: 3.4.1 >> >> Java: 8 >> >> >> Any thoughts? >> >> >> Thanks, >> >> Thai >> >
