Can you try cloning the git repository instead of downloading the source zip? It looks like it's trying to read metadata from a git checkout.
-Dan On Tue, Jan 12, 2016 at 1:04 PM, Dor Ben Dov <[email protected]> wrote: > Hi, > > > > I am using fedora 23 with gradle and java 8 > > > > Downloaded the latest bundle from github > https://github.com/apache/incubator-geode/archive/develop.zip > > > > Then tried to gradle build according to the guidelines you wrote on the > same page, > > > > But it keep failing with this error: > > dor@localhost incubator-geode-develop]$ sudo ./gradlew build installDist > > Starting a new Gradle Daemon for this build (subsequent builds will be > faster). > > > > FAILURE: Build failed with an exception. > > > > * Where: > > Build file '/home/dor/Downloads/incubator-geode-develop/build.gradle' > line: 57 > > > > * What went wrong: > > A problem occurred evaluating root project 'gemfire'. > > > Failed to apply plugin [id 'org.ajoberstar.grgit'] > > > One of setGitDir or setWorkTree must be called. > > > > * 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: 10.757 secs > > [dor@localhost incubator-geode-develop]$ > > > > > > Any ideas? What am I doing wrong ? > > > > > > Regards, > > Dor Ben Dovd > > > This message and the information contained herein is proprietary and > confidential and subject to the Amdocs policy statement, you may review at > http://www.amdocs.com/email_disclaimer.asp >
