Hi Kent, I am building qi4j with skipping signature task (that signs dist jars) ./gradlew install -x signArchives
but you can probably solve this properly by putting your signatory credentials into gradle.properties file see http://gradle.org/docs/current/userguide/userguide_single.html#signing_plugin - Tibor On Thu, May 3, 2012 at 2:28 PM, Kent Sølvsten <[email protected]> wrote: > For the first time in a long while i tried to checkout and build qi4j. > > The result was not so good: > > :org.qi4j.core:org.qi4j.core.api:signArchives > Executing task ':org.qi4j.core:org.qi4j.core.api:signArchives' due to: > No history is available for task > ':org.qi4j.core:org.qi4j.core.api:signArchives'. > > The stacktrace says > > Caused by: org.gradle.api.InvalidUserDataException: Cannot perform signing > task ':org.qi4j.core:org.qi4j.core.api:signArchives' because it has no > configured signatory > at org.gradle.plugins.signing.Sign.generate(Sign.groovy:162) > > Am i doing anything wrong or missing a step? > > Another thing: Last time I tried, it was necessary to follow the guideline > regarding git submodules, but not this time. Are submodules no longer used? > If that is the case the page http://www.qi4j.org/qi4j/codebase.html should be > updated. Because first impressions last :-) > > /Kent > _______________________________________________ > qi4j-dev mailing list > [email protected] > http://lists.ops4j.org/mailman/listinfo/qi4j-dev _______________________________________________ qi4j-dev mailing list [email protected] http://lists.ops4j.org/mailman/listinfo/qi4j-dev

