To fix this error, we need to change the type of exception we catch on this 
line:

https://github.com/apache/geode/blob/develop/build.gradle#L99 
<https://github.com/apache/geode/blob/develop/build.gradle#L99>

to ‘org.ajoberstar.grgit.exception.GrgitException’

Anthony


> On Apr 15, 2019, at 10:36 AM, Anthony Baker <aba...@pivotal.io> wrote:
> 
> Custom properties can be set in ~/.gradle/gradle.properties so you don’t need 
> to modify the project properties.
> 
> I’m also getting this error:
> 
> 🔌  1:16 in apache-geode-1.9.0-src/
> › ./gradlew build
> 
> FAILURE: Build failed with an exception.
> 
> * Where:
> Build file '/Users/abaker/working/apache-geode-1.9.0-src/build.gradle' line: 
> 100
> 
> * What went wrong:
> A problem occurred evaluating root project 'geode'.
>> No .git directory found!
> 
> Anthony
> 
> 
>> On Apr 15, 2019, at 10:30 AM, Dan Smith <dsm...@pivotal.io> wrote:
>> 
>> Hi Sai,
>> 
>> It looks like you left some signing properties in gradle.properties in the
>> source distribution. Building the source distribution is failing with this
>> error to this. Maybe you could make a clean source distribution and
>> re-upload it?
>> 
>> 1: Task failed with an exception.
>> -----------
>> * What went wrong:
>> Execution failed for task ':geode-assembly:signDistTar'.
>>> Cannot perform signing task ':geode-assembly:signDistTar' because it has
>> no configured signatory
>> 
>> * Try:
>> Run with --stacktrace option to get the stack trace. Run with --info or
>> --debug option to get more log output. Run with --scan to get full insights.
>> ==============================================================================
>> 
>> -Dan
>> 
>> On Fri, Apr 12, 2019 at 4:34 PM Sai Boorlagadda <sai.boorlaga...@gmail.com>
>> wrote:
>> 
>>> Hello, Geode dev community,
>>> 
>>> 
>>> This is the second release candidate for Apache Geode, version 1.9.0.
>>> 
>>> Thanks to all the community members for their contributions to this
>>> release!
>>> 
>>> 
>>> Please do a review and give your feedback. The deadline is before 5 PM PST
>>> Wed April 17th, 2019.
>>> 
>>> 
>>> This release resolves 295 issues on Apache Geode JIRA system. Release notes
>>> can be found at:
>>> 
>>> 
>>> https://cwiki.apache.org/confluence/display/GEODE/Release+Notes#ReleaseNotes-1.9.0
>>> 
>>> 
>>> Please note that we are voting upon the source tags: rel/v1.9.0.RC2
>>> 
>>> 
>>> Apache Geode:
>>> 
>>> https://github.com/apache/geode/tree/rel/v1.9.0.RC2
>>> 
>>> Apache Geode examples:
>>> 
>>> https://github.com/apache/geode-examples/tree/rel/v1.9.0.RC2
>>> 
>>> Apache Geode Native:
>>> 
>>> https://github.com/apache/geode-native/tree/rel/v1.9.0.RC2
>>> 
>>> 
>>> Commit ID:
>>> 
>>> Apache Geode: 4a868075e59a26753485958bf86900881b794934
>>> 
>>> Apache Geode Examples: 461f03614d389325496a82874cd5cf8b3329afdf
>>> 
>>> Apache Geode Native: cef8078392f51d9a2d4b6a8b828a17359004b279
>>> 
>>> 
>>> Source and binary files:
>>> 
>>> https://dist.apache.org/repos/dist/dev/geode/1.9.0.RC2/
>>> 
>>> 
>>> Maven staging repo:
>>> 
>>> https://repository.apache.org/content/repositories/orgapachegeode-1052
>>> 
>>> 
>>> Geode's KEYS file containing PGP keys we use to sign the release:
>>> 
>>> https://github.com/apache/geode/blob/develop/KEYS
>>> 
>>> 
>>> Signed the release with fingerprint:
>>> 
>>> rsa4096 2018-01-14 [SC]
>>> 
>>> 0889380187C20785C2A7168045936212F0FF55B0
>>> 
>>> 
>>> PS: Command to run geode-examples: ./gradlew -PgeodeReleaseUrl=
>>> https://dist.apache.org/repos/dist/dev/geode/1.9.0.RC2
>>> -PgeodeRepositoryUrl=
>>> https://repository.apache.org/content/repositories/orgapachegeode-1052
>>> build
>>> runAll
>>> 
>>> 
>>> Regards,
>>> 
>>> Sai Boorlagadda
>>> 
> 

Reply via email to