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 2014/03/11 21:28:43 UTC

[jira] [Created] (CB-6227) Plugin is not upgraded when a plugin depends on a specific plugin version, build fails

Shazron Abdullah created CB-6227:
------------------------------------

             Summary: Plugin is not upgraded when a plugin depends on a specific plugin version, build fails
                 Key: CB-6227
                 URL: https://issues.apache.org/jira/browse/CB-6227
             Project: Apache Cordova
          Issue Type: Bug
          Components: CLI, Plugman
    Affects Versions: Master
            Reporter: Shazron Abdullah


Repro steps:
1. Install File plugin 0.2.5
{code}
cordova plugin add org.apache.cordova.file@0.2.5
{code}
2. Install Media plugin with File@1.0.1 dependency (see CB-6225)
{code}
cordova plugin add https://git-wip-us.apache.org/repos/asf/cordova-plugin-media.git#dev
{code}
3. Build the project, it fails
{code}
cordova build
{code}

*Expected:*
The dependent plugin version of File@1.0.1 by Media upgrades the currently installed version of File@0.2.5

*Actual:*
The dependent plugin version of File@1.0.1 by Media does not upgrade the currently installed version of File@0.2.5



--
This message was sent by Atlassian JIRA
(v6.2#6252)