You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2014/03/11 21:16:45 UTC

[jira] [Commented] (CB-6225) Media plugin does not specify a dependency on File plugin 1.0.1

    [ https://issues.apache.org/jira/browse/CB-6225?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13930882#comment-13930882 ] 

ASF subversion and git services commented on CB-6225:
-----------------------------------------------------

Commit e504d6696cf5727e5df42b43fa0933ecf10f527a in cordova-plugin-media's branch refs/heads/dev from [~shazron]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-media.git;h=e504d66 ]

CB-6225 - Media plugin does not specify a dependency on File plugin 1.0.1


> Media plugin does not specify a dependency on File plugin 1.0.1
> ---------------------------------------------------------------
>
>                 Key: CB-6225
>                 URL: https://issues.apache.org/jira/browse/CB-6225
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Plugin Media
>            Reporter: Shazron Abdullah
>            Assignee: Shazron Abdullah
>            Priority: Critical
>
> Version 0.2.9 of the media plugin needs version 1.0.1 of the File plugin, but there is no dependency tag in plugin.xml
> Actual:
> {code}
> no dependency tag with version
> {code}
> Expected:
> {code}
> <dependency id="org.apache.cordova.file" version="1.0.1" />
> {code}
> To repro to test version compatibility:
> 1. Have an older version of the File plugin installed @0.2.5
> 2. Install Media Capture 0.4.2 (it will not install the newer File plugin)
> 3. Build the project
> OR
>  
> To repro to test just Media plugin:
> 2. Install Media Capture 0.4.2 (it will not install any File plugin)
> 3. Build the project
> Workaround:
> Install the latest version (1.0.1) of the File plugin before you install the Media plugin



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