[ https://issues.apache.org/jira/browse/CB-8226?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14268762#comment-14268762 ]
ASF subversion and git services commented on CB-8226: ----------------------------------------------------- Commit 0f5dbafface487c5738f294e47520d8b2381134d in cordova-lib's branch refs/heads/master from [~omefire] [ https://git-wip-us.apache.org/repos/asf?p=cordova-lib.git;h=0f5dbaf ] CB-8226 'cordova platform add' : Look up version in config.xml if no version specified (close #140) > '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-unsubscr...@cordova.apache.org For additional commands, e-mail: issues-h...@cordova.apache.org