-
1. Re: "install cordova plugin" problem
mickael_istria Jan 19, 2015 5:27 AM (in response to bilgecetin)It could be an issue to access the remote registry. Can you access the following site http://plugins.cordova.io/#/ for inside JBDS? Do you know if you internet connection has some restrictions that could cause trouble to do regular HTTP requests to that site?
-
2. Re: "install cordova plugin" problem
ibuziuk Jan 19, 2015 5:43 AM (in response to mickael_istria)Weird. I have also faced this issue - no plugins available in the discovery, even though I can access http://plugins.cordova.io/#/ from inside JBDS.
-
3. Re: "install cordova plugin" problem
bilgecetin Jan 19, 2015 7:43 AM (in response to mickael_istria)Accessing the remote registry is not an issue. I have gathered a network capture (please see attached). It connects and gets all the plugin list from the site successfully.
It is the studio which doesn't display the list.
I have tried it already on 2 different windows environment (Win7 64 bit and Win8 64bit) and exactly the same result.
Is there any application logs from the studio that you can point out for me to check?
-
cordovaplugin_capture.txt.zip 51.1 KB
-
-
4. Re: "install cordova plugin" problem
gercan Jan 19, 2015 11:19 AM (in response to bilgecetin)This sounds like the issue fixed in [1]. It is a windows only issue because threading works slightly different. You can get the fix to JBDS by leaving dangerously and updating the Thym from snapshot updates [2] site.
Alternately, use the install plugins from git option on the config.xml editor to start the plugin installation wizard and switch to the registry.
[1] fix for possible null plugin info · a797443 · eclipse/thym · GitHub
-
5. Re: "install cordova plugin" problem
bilgecetin Jan 19, 2015 2:30 PM (in response to gercan)Thank you very much. Updating the Thym from snapshot updates solved my issue.
Cheers