apache / cordova-browser

Apache Cordova
Apache License 2.0
170 stars 85 forks source link

CB-13435: fix merges directory support for browser #46

Closed stevengill closed 6 years ago

stevengill commented 6 years ago

Platforms affected

Browser

What does this PR do?

Fixes merge directory support. https://issues.apache.org/jira/browse/CB-13435

What testing has been done on this change?

Checklist

prashkorane commented 6 years ago

We are facing issue while creating platform browser with "cordova platform add browser" with the latest cordova version (Cordova 7.1.0 and cordova_browser 5.0.1) using Mobilefist 8.0

getting error as: cp: dest file no such file or directory: D:\Projects\Mobilefirst\HelloCordova\Hello\platforms\browse r\platform_www\plugins\cordova-plugin-mfp\worklight\analytics

cp: copyFileSync: could not write to dest file (code=ENOENT):D:\Projects\Mobilefirst\HelloCordova\He llo\platforms\browser\platform_www\plugins\cordova-plugin-mfp\worklight\ibmmfpf.js

cp: copyFileSync: could not write to dest file (code=ENOENT):D:\Projects\Mobilefirst\HelloCordova\He llo\platforms\browser\platform_www\plugins\cordova-plugin-mfp\worklight\typings

cp: copyFileSync: could not write to dest file (code=ENOENT):D:\Projects\Mobilefirst\HelloCordova\He llo\platforms\browser\platform_www\plugins\cordova-plugin-mfp\worklight\node_modules\express

cp: copyFileSync: could not write to dest file (code=ENOENT):D:\Projects\Mobilefirst\HelloCordova\He llo\platforms\browser\platform_www\plugins\cordova-plugin-mfp\worklight\node_modules\request

cp: copyFileSync: could not write to dest file (code=ENOENT):D:\Projects\Mobilefirst\HelloCordova\He llo\platforms\browser\platform_www\plugins\cordova-plugin-mfp\worklight\node_modules\jssha

cp: copyFileSync: could not write to dest file (code=ENOENT):D:\Projects\Mobilefirst\HelloCordova\He llo\platforms\browser\platform_www\plugins\cordova-plugin-mfp\worklight\node_modules\promiz

cp: copyFileSync: could not write to dest file (code=ENOENT):D:\Projects\Mobilefirst\HelloCordova\He llo\platforms\browser\platform_www\plugins\cordova-plugin-mfp\worklight\node_modules\sjcl

cp: copyFileSync: could not write to dest file (code=ENOENT):D:\Projects\Mobilefirst\HelloCordova\He llo\platforms\browser\platform_www\plugins\cordova-plugin-mfp\worklight\proxy.js

If we downgrade cordova_browser to 4.1.0 then this error gets removed but still platform is not working.. I think this issue is with the latest cordova_browser@5.0.1 plugin.

Please rectify this issue.

janpio commented 6 years ago

You are commenting on a merged Pull Request, this is not the correct place for bug reports.

Please open an issue at issues.cordova.io and describe your problem more extensive (I for example have no idea what this cordova-plugin-mfp or worklight are).