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:30:50 UTC

[jira] [Updated] (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:all-tabpanel ]

Shazron Abdullah updated CB-6225:
---------------------------------

    Description: 
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 (it fails)

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 (it fails)


Workaround:
Install the latest version (1.0.1) of the File plugin before you install the Media plugin

  was:
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


> 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 (it fails)
> 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 (it fails)
> 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)