blackberry / webworks-gui

GUI Tool for WebWorks 2.0
https://developer.blackberry.com/html5/
Apache License 2.0
3 stars 5 forks source link

Unable to add plugins on GUI #61

Closed jengee closed 10 years ago

jengee commented 10 years ago

Found on Win8 (IE10 and IE11) - can't check on IE9 as I can't create any projects there.

Open the UI and create a project. On the plugins tab, try to add "com.blackberry.app" by name. Click on "Add plugin" and nothing happens.

On the node server it shows the following: 127.0.0.1 - - [Wed, 12 Feb 2014 20:38:59 GMT] "GET /pages/permissions.html HTTP/ 1.1" 200 2214 "http://localhost:3123/" "Mozilla/5.0 (compatible; MSIE 10.0; Wind ows NT 6.2; Trident/6.0)" 127.0.0.1 - - [Wed, 12 Feb 2014 20:38:59 GMT] "GET /img/arrow_down2.png HTTP/1.1 " 200 2977 "http://localhost:3123/" "Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.2; Trident/6.0)" 127.0.0.1 - - [Wed, 12 Feb 2014 20:38:59 GMT] "GET /img/check.png HTTP/1.1" 200 3021 "http://localhost:3123/" "Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6. 2; Trident/6.0)" 127.0.0.1 - - [Wed, 12 Feb 2014 20:39:25 GMT] "GET /img/icon_app.png HTTP/1.1" 2 00 24418 "http://localhost:3123/" "Mozilla/5.0 (compatible; MSIE 10.0; Windows N T 6.2; Trident/6.0)" 127.0.0.1 - - [Wed, 12 Feb 2014 20:39:25 GMT] "GET /img/icon_delete3.png HTTP/1. 1" 200 787 "http://localhost:3123/" "Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.2; Trident/6.0)" 127.0.0.1 - - [Wed, 12 Feb 2014 20:39:26 GMT] "GET /img/icon_add5.png HTTP/1.1" 200 562 "http://localhost:3123/" "Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.2; Trident/6.0)" stdout: No plugins added. Use cordova plugin add <plugin>.

stderr: 127.0.0.1 - - [Wed, 12 Feb 2014 20:41:16 GMT] "GET /plugin?cmd=list&path=C%3A%5C Users%5CIEUser%5CWebWorks+Projects%5CProject1 HTTP/1.1" 200 157 "http://localhos t:3123/" "Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.2; Trident/6.0)" stdout: stderr: 127.0.0.1 - - [Wed, 12 Feb 2014 20:41:25 GMT] "GET /plugin?cmd=add&path=C%3A%5CU sers%5CIEUser%5CWebWorks+Projects%5CProject1&args=com.blackberry.app HTTP/1.1" 2 00 174 "http://localhost:3123/#" "Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.2; Trident/6.0)"