I'd ask Ian or Andrew about changing Gradle stuff. We're dropping Ant in 4.0, right? On Feb 17, 2015 11:52 AM, "Mefire O." <[email protected]> wrote:
> +1 to reunification. > > Thanks, > Mefire > > -----Original Message----- > From: Victor Sosa [mailto:[email protected]] > Sent: Tuesday, February 17, 2015 11:06 AM > To: [email protected] > Subject: Re: Android packaging signed archive - Gradle vs Ant > > Don't know the history behind the names of the keys in those files, but to > me looks like unifying them is the way to go. Users won't get confused when > migrating from Ant to Gradle (not sure if "migrating" is the best word) > > 2015-02-17 13:02 GMT-06:00 Nikhil Khandelwal <[email protected]>: > > > 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 > > > > Let me know if you see issues with this. I will shortly send out a PR > > for this. > > > > Thanks, > > Nikhil > > > > > > -- > Victor Adrian Sosa Herrera > IBM Software Engineer > Guadalajara, Jalisco >
