Jeffrey Yang created CB-10658:
---------------------------------

             Summary: Plugin restore fails under MobileChromeApps `cca` tool
                 Key: CB-10658
                 URL: https://issues.apache.org/jira/browse/CB-10658
             Project: Apache Cordova
          Issue Type: Bug
          Components: CordovaLib
    Affects Versions: 6.0.0
            Reporter: Jeffrey Yang
            Priority: Trivial
             Fix For: 6.0.0


When preparing a MobileChromeApps-wrapped project, plugins from the config.xml 
are found, but restoration fails because the `cca` tool injects additional 
search paths, which causes plugman/fetch.js to throw an error. 
https://github.com/apache/cordova-lib/blob/6.0.x/cordova-lib/src/plugman/fetch.js#L199
 .

I propose removing the error and simply emit a warning and continue with the 
cached localPlugin object.

In this particular case, the `cca` tool adds the same search path twice (once 
via `opts`, other via `config_json`).  While it would be good to also file a 
bug in the MobileChromeApps project, it's been stated that the project is no 
longer being actively maintained.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to