Shazron Abdullah created CB-6225:
------------------------------------
Summary: 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
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)