Re: [CLI,Android] Removing FileTransfer plugin fails with ENOENT

2013-08-03 Thread Brian M Dube
On 08/03/2013 02:51 PM, Don Coleman wrote: This is probably and issue, plugman doesn't work well when files are missing Usually you can touch the missing files and then uninstall Thanks, Don. This works around the issue if I touch each source file that is expected to be found during plugin re

Re: [CLI,Android] Removing FileTransfer plugin fails with ENOENT

2013-08-03 Thread Don Coleman
This is probably and issue, plugman doesn't work well when files are missing Usually you can touch the missing files and then uninstall $ touch /home/bdube/workspace/DropIt/**platforms/android/src/org/**apac he/cordova/core/**FileTransfer.java $ cordova -d plugin rm org.apache.cordova.core.file-*

[CLI,Android] Removing FileTransfer plugin fails with ENOENT

2013-08-03 Thread Brian M Dube
I can't tell which piece of the puzzle to massage to make this work. See output below. The path plugman is attempting to unlink is not where the plugin code is installed. Adding and removing the geolocation plugin works for me so I tried to find the difference between the two plugin.xml files.