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

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

GitHub user nikhilkh opened a pull request:

    https://github.com/apache/cordova-docs/pull/267

    CB-8500 Documentation update for singing property name change

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/MSOpenTech/cordova-docs CB-8500

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/cordova-docs/pull/267.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #267
    
----
commit a9be96507bca448ef5f39801444a66db2b869172
Author: Nikhil Khandelwal <[email protected]>
Date:   2015-02-17T20:32:25Z

    CB-8500 Documentation update for singing property name change

----


> 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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to