You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2015/04/07 22:11:12 UTC

[jira] [Commented] (CB-8500) Unify Gradle & Ant on how signing properties are specified

    [ https://issues.apache.org/jira/browse/CB-8500?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14483942#comment-14483942 ] 

ASF GitHub Bot commented on CB-8500:
------------------------------------

Github user agrieve commented on the pull request:

    https://github.com/apache/cordova-docs/pull/267#issuecomment-90716706
  
    Do we still want this change given that both gradle and ant-style are accepted? I'm thinking no since I find gradle-style makes more sense. If so, though, need to fix key.storeType -> key.store.type


> Unify Gradle & Ant on how signing properties are specified
> ----------------------------------------------------------
>
>                 Key: CB-8500
>                 URL: https://issues.apache.org/jira/browse/CB-8500
>             Project: Apache Cordova
>          Issue Type: Improvement
>          Components: Android
>    Affects Versions: 4.0.0
>            Reporter: Nikhil Khandelwal
>            Assignee: Nikhil Khandelwal
>            Priority: Minor
>
> Gradle and Ant build systems both require a properties file to specify release signing parameters. However, the key names for Gradle are Cordova-specific and they are not the same as the one used in Ant:
> Gradle:
> storeFile=..\\..\\android.keystore
> storePassword=android
> keyAlias=nikhilkh
> keyPassword=password
> Ant:
> key.store=..\\..\\android.keystore
> key.alias=nikhilkh
> key.store.password=android
> key.alias.password=password
> I'm considering unifying the key names - changing the gradle ones to be the same as Ant. This will help in an easier implementation of this JIRA:  https://issues.apache.org/jira/browse/CB-8483



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org