Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Building Gaelyk - Cause: Cannot perform signing task ':signArchives' because it has no configured signatory
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  10 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Scott Murphy  
View profile  
 More options Feb 28 2012, 8:01 pm
From: Scott Murphy <sc...@pixoto.com>
Date: Tue, 28 Feb 2012 17:01:14 -0800 (PST)
Local: Tues, Feb 28 2012 8:01 pm
Subject: Building Gaelyk - Cause: Cannot perform signing task ':signArchives' because it has no configured signatory
I just finished the new memcache stuff and am having trouble building.
What do I do here?

* What went wrong:
Execution failed for task ':signArchives'.
Cause: Cannot perform signing task ':signArchives' because it has no
configured signatory


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Steven  
View profile  
 More options Feb 28 2012, 11:23 pm
From: Steven <baker.steven...@gmail.com>
Date: Tue, 28 Feb 2012 20:23:09 -0800 (PST)
Local: Tues, Feb 28 2012 11:23 pm
Subject: Re: Building Gaelyk - Cause: Cannot perform signing task ':signArchives' because it has no configured signatory
Do you have PGP setup on your build box? I think tt will need a key
chain too.
This should be very similar to the pgp for maven:
http://www.sonatype.com/people/2010/01/how-to-generate-pgp-signatures...

On Feb 29, 11:01 am, Scott Murphy <sc...@pixoto.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Scott Murphy  
View profile  
 More options Feb 29 2012, 12:01 am
From: Scott Murphy <sc...@pixoto.com>
Date: Tue, 28 Feb 2012 21:01:47 -0800 (PST)
Local: Wed, Feb 29 2012 12:01 am
Subject: Re: Building Gaelyk - Cause: Cannot perform signing task ':signArchives' because it has no configured signatory
I have pgp installed, but am also wondering if this is a bit overkill
to install to my local repo.
I am just trying to run the gradle install command.

If possible, I think the build settings should be modified to not sign
if installing locally.

On Feb 28, 8:23 pm, Steven <baker.steven...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Steven  
View profile  
 More options Feb 29 2012, 12:03 am
From: Steven <baker.steven...@gmail.com>
Date: Tue, 28 Feb 2012 21:03:24 -0800 (PST)
Local: Wed, Feb 29 2012 12:03 am
Subject: Re: Building Gaelyk - Cause: Cannot perform signing task ':signArchives' because it has no configured signatory
True for local.

In a maven world, I would not have pgp signing until deploy/release.

On Feb 29, 3:01 pm, Scott Murphy <sc...@pixoto.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Guillaume Laforge  
View profile  
 More options Feb 29 2012, 3:57 am
From: Guillaume Laforge <glafo...@gmail.com>
Date: Wed, 29 Feb 2012 09:57:38 +0100
Local: Wed, Feb 29 2012 3:57 am
Subject: Re: Building Gaelyk - Cause: Cannot perform signing task ':signArchives' because it has no configured signatory
You still have issues building?
I only ran gradle test for my latest commits, haven't tried other targets.
Vladimir contributed some Gradle build enhancements for allowing us to
be able to deploy Gaelyk to Maven Central.
Which target did you try?

On Wed, Feb 29, 2012 at 02:01, Scott Murphy <sc...@pixoto.com> wrote:
> I just finished the new memcache stuff and am having trouble building.
> What do I do here?

> * What went wrong:
> Execution failed for task ':signArchives'.
> Cause: Cannot perform signing task ':signArchives' because it has no
> configured signatory

> --
> You've received this message because you've subscribed to the Gaelyk Google Group.
> To send an email to the group, please write to: gaelyk@googlegroups.com
> To unsuscribe from this group: gaelyk+unsubscribe@googlegroups.com
> To show more options: http://groups.google.fr/group/gaelyk?hl=en

--
Guillaume Laforge
Groovy Project Manager
SpringSource, a division of VMware

Blog: http://glaforge.appspot.com/
Twitter: @glaforge
Google+: http://gplus.to/glaforge


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Steven  
View profile  
 More options Feb 29 2012, 4:19 am
From: Steven <baker.steven...@gmail.com>
Date: Wed, 29 Feb 2012 01:19:05 -0800 (PST)
Local: Wed, Feb 29 2012 4:19 am
Subject: Re: Building Gaelyk - Cause: Cannot perform signing task ':signArchives' because it has no configured signatory
Try adding a project property noSign with a value of true.

On Feb 29, 6:57 pm, Guillaume Laforge <glafo...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Steven  
View profile  
 More options Feb 29 2012, 4:22 am
From: Steven <baker.steven...@gmail.com>
Date: Wed, 29 Feb 2012 01:22:18 -0800 (PST)
Local: Wed, Feb 29 2012 4:22 am
Subject: Re: Building Gaelyk - Cause: Cannot perform signing task ':signArchives' because it has no configured signatory
Might also need to add to sign { ... }
required { isReleaseVersion &&
gradle.taskGraph.hasTask("uploadArchives") }
See: http://www.gradle.org/docs/current/userguide/signing_plugin.html

On Feb 29, 7:19 pm, Steven <baker.steven...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Scott Murphy  
View profile  
 More options Feb 29 2012, 2:38 pm
From: Scott Murphy <sc...@pixoto.com>
Date: Wed, 29 Feb 2012 11:38:19 -0800 (PST)
Local: Wed, Feb 29 2012 2:38 pm
Subject: Re: Building Gaelyk - Cause: Cannot perform signing task ':signArchives' because it has no configured signatory
./gradlew
./gradlew test
work fine

it happens on
./gradlew install

will need to follow Steven's recommendation

On Feb 29, 12:57 am, Guillaume Laforge <glafo...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Steven  
View profile  
 More options Feb 29 2012, 9:20 pm
From: Steven <baker.steven...@gmail.com>
Date: Wed, 29 Feb 2012 18:20:05 -0800 (PST)
Local: Wed, Feb 29 2012 9:20 pm
Subject: Re: Building Gaelyk - Cause: Cannot perform signing task ':signArchives' because it has no configured signatory
Don't use the noSign property unless it's just a work around for your
local.
You will need to still sign artifacts before they can be deployed to
Sonatype's repo.

My second note about adding the 'required {...' config is probably the
right approach. (I have not tested this, I only know about this
generally because of my own maven centrally deployed project).

On Mar 1, 5:38 am, Scott Murphy <sc...@pixoto.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Vladimír Oraný  
View profile  
 More options Mar 1 2012, 2:27 am
From: Vladimír Oraný <vladimir.or...@gmail.com>
Date: Wed, 29 Feb 2012 23:27:07 -0800 (PST)
Local: Thurs, Mar 1 2012 2:27 am
Subject: Re: Building Gaelyk - Cause: Cannot perform signing task ':signArchives' because it has no configured signatory

Hi all,
sorry for that, I've moved also signing into sonatype conditional section
https://github.com/musketyr/gaelyk/commit/20f95888ec5d76069d7506030e4...


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »