You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Shazron Abdullah (JIRA)" <ji...@apache.org> on 2017/06/20 07:18:00 UTC

[jira] [Updated] (CB-12838) Order of plugins in config.xml modified during build

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

Shazron Abdullah updated CB-12838:
----------------------------------
    Labels: android cordova-8.0.0 ios  (was: android ios)

> Order of plugins in config.xml modified during build
> ----------------------------------------------------
>
>                 Key: CB-12838
>                 URL: https://issues.apache.org/jira/browse/CB-12838
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: cordova-cli
>    Affects Versions: cordova@7.0.0
>         Environment: Mac OS 10.12.4, Cordova 7.0.1
>            Reporter: Anton Weber
>            Priority: Minor
>              Labels: android, cordova-8.0.0, ios
>
> Running cordova build android or cordova build ios changes the order in which plugins are listed in the config.xml (arranging them alphabetically). 
> This causes problems when manually resolving dependencies, e.g. when installing a specific version of a dependency first by having it higher up in the list.
> Example:
> Original config.xml content:
> ...
>     <plugin name="cordova-plugin-device" spec="^1.1.6" />
>     <plugin name="cordova-plugin-camera" spec="^2.4.1" />
>     <plugin name="cordova-plugin-whitelist" spec="^1.3.2" />
>     <engine name="android" spec="^6.2.3" />
>     <engine name="ios" spec="^4.4.0" />
> ...
> After cordova build:
> ...
>     <engine name="android" spec="^6.2.3" />
>     <engine name="ios" spec="^4.4.0" />
>     <plugin name="cordova-plugin-camera" spec="^2.4.1" />
>     <plugin name="cordova-plugin-device" spec="^1.1.6" />
>     <plugin name="cordova-plugin-whitelist" spec="^1.3.2" />
> ...



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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