James Long created CB-6200:
------------------------------
Summary: plugman has broken all plugins for firefoxos
Key: CB-6200
URL: https://issues.apache.org/jira/browse/CB-6200
Project: Apache Cordova
Issue Type: Sub-task
Components: FirefoxOS
Reporter: James Long
Somehow the firefoxos code in plugman got broken and all `plugin add` commands
throw this error:
Fetching plugin "org.apache.cordova.camera" via plugin registry
Installing org.apache.cordova.camera (firefoxos)
ReferenceError: xml_helpers is not defined
This line here uses `xml_helpers` but it's not defined:
https://github.com/apache/cordova-plugman/blob/master/src/platforms/firefoxos.js#L25.
This looks like it's in the live version. Are all of our plugins broken for
cordova and phonegap?
This person fixed it with this PR. Please merge it:
https://github.com/apache/cordova-plugman/pull/61
--
This message was sent by Atlassian JIRA
(v6.2#6252)