You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Omar Mefire (JIRA)" <ji...@apache.org> on 2015/01/02 23:20:34 UTC

[jira] [Updated] (CB-8226) 'cordova platform add' should look into config.xml for correct engine element when no version is provided

     [ https://issues.apache.org/jira/browse/CB-8226?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Omar Mefire updated CB-8226:
----------------------------
    Description: 
When the 'cordova platform add' command is executed with no version specified (e.g: user runs ‘cordova platform add android’ instead of ‘cordova platform add android@3.6.4’), cordova-lib should look at the config.xml file for the correct <engine> element and use its version. It should default to using the pinned version if there is no corresponding <engine> element in the config.xml file. 

For example, if the user enters : 'cordova platform add android' and the config.xml file contains this entry: <cdv:engine id="android" version="file://C:/folder/to/android/platform" />, We should use the specified folder's bin/create scripts to add the android platform, not the default version.

The engine element in config.xml could be one of the following form :

1- <cdv:engine id="android" version="3.6.0" />
2- <cdv:engine id="android" version="file://C:/folder/to/android/platform" />

  was:
When the 'cordova platform add' command is executed with no version specified (e.g: user runs ‘cordova platform add android’ instead of ‘cordova platform add android@3.6.4’), cordova-lib should look at the config.xml file for the correct <engine> element and use its version. It should default to using the pinned version if there is no corresponding <engine> element in the config.xml file. 

For example, if the user enters : 'cordova platform add android' and the config.xml file contains this entry: <cdv:engine id="cordova-android" value="file://C:/folder/to/android/platform" />, We should use the specified folder's bin/create scripts to add the android platform, not the default version.

The engine element in config.xml could be one of the following form :

1- <cdv:engine id="cordova-android" value="3.6.0" />
2- <cdv:engine id="cordova-android" value="file://C:/folder/to/android/platform" />


> 'cordova platform add' should look into config.xml for correct engine element when no version is provided
> ---------------------------------------------------------------------------------------------------------
>
>                 Key: CB-8226
>                 URL: https://issues.apache.org/jira/browse/CB-8226
>             Project: Apache Cordova
>          Issue Type: Improvement
>          Components: CordovaLib
>    Affects Versions: Master
>            Reporter: Omar Mefire
>   Original Estimate: 48h
>  Remaining Estimate: 48h
>
> When the 'cordova platform add' command is executed with no version specified (e.g: user runs ‘cordova platform add android’ instead of ‘cordova platform add android@3.6.4’), cordova-lib should look at the config.xml file for the correct <engine> element and use its version. It should default to using the pinned version if there is no corresponding <engine> element in the config.xml file. 
> For example, if the user enters : 'cordova platform add android' and the config.xml file contains this entry: <cdv:engine id="android" version="file://C:/folder/to/android/platform" />, We should use the specified folder's bin/create scripts to add the android platform, not the default version.
> The engine element in config.xml could be one of the following form :
> 1- <cdv:engine id="android" version="3.6.0" />
> 2- <cdv:engine id="android" version="file://C:/folder/to/android/platform" />



--
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