You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Andrew Wakeling (JIRA)" <ji...@apache.org> on 2013/07/28 10:49:48 UTC

[jira] [Updated] (CB-4413) Adding "cordova-plugin-media-capture" causes error

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

Andrew Wakeling updated CB-4413:
--------------------------------

    Description: 
As documented here:
http://docs.phonegap.com/en/3.0.0/guide_cli_index.md.html

Reproduction Steps
1. Create a new project: "cordova create example" 
2. Change to the "example" directory
3. cordova platform add android
4. cordova plugin add https://git-wip-us.apache.org/repos/asf/cordova-plugin-camera.git
5. cordova plugin add https://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture.git

Error:
{ [Error: ENOENT, no such file or directory 'C:\Users\Zak\AppData\Local\Temp\plugman-tmp1375000300737\*\plugin.xml']
  errno: 34,
  code: 'ENOENT',
  path: 'C:\\Users\\Zak\\AppData\\Local\\Temp\\plugman-tmp1375000300737\\*\\plugin.xml',
  syscall: 'open' }

Running "cordova plugin ls" yields:
[ 'org.apache.cordova.core.camera',
  'org.apache.cordova.core.media-capture' ]

  was:
As documented here:
http://docs.phonegap.com/en/3.0.0/guide_cli_index.md.html

Reproduction Steps
1. Create a new project: "cordova create example" 
2. Change to the "example" directory
3. cordova platform add android
4. cordova plugin add https://git-wip-us.apache.org/repos/asf/cordova-plugin-camera.git
5. cordova plugin add https://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture.git

Error:
{ [Error: ENOENT, no such file or directory 'C:\Users\Zak\AppData\Local\Temp\plugman-tmp1375000300737\*\plugin.xml']
  errno: 34,
  code: 'ENOENT',
  path: 'C:\\Users\\Zak\\AppData\\Local\\Temp\\plugman-tmp1375000300737\\*\\plugin.xml',
  syscall: 'open' }

    
> Adding "cordova-plugin-media-capture" causes error
> --------------------------------------------------
>
>                 Key: CB-4413
>                 URL: https://issues.apache.org/jira/browse/CB-4413
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Android
>    Affects Versions: 3.0.0
>         Environment: Cordova: 3.0.1
> OS: Windows 7
> Node: 0.10.15
> Java: 1.7.0_25
> Ant: 1.9.2
>            Reporter: Andrew Wakeling
>            Assignee: Joe Bowser
>
> As documented here:
> http://docs.phonegap.com/en/3.0.0/guide_cli_index.md.html
> Reproduction Steps
> 1. Create a new project: "cordova create example" 
> 2. Change to the "example" directory
> 3. cordova platform add android
> 4. cordova plugin add https://git-wip-us.apache.org/repos/asf/cordova-plugin-camera.git
> 5. cordova plugin add https://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture.git
> Error:
> { [Error: ENOENT, no such file or directory 'C:\Users\Zak\AppData\Local\Temp\plugman-tmp1375000300737\*\plugin.xml']
>   errno: 34,
>   code: 'ENOENT',
>   path: 'C:\\Users\\Zak\\AppData\\Local\\Temp\\plugman-tmp1375000300737\\*\\plugin.xml',
>   syscall: 'open' }
> Running "cordova plugin ls" yields:
> [ 'org.apache.cordova.core.camera',
>   'org.apache.cordova.core.media-capture' ]

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira