I'm just going to automate creating one project per plugin to see if the plugin installs and builds (or one project then install, build, then remove each plugin) .
That big dependency plugin could be useful in bringing to light plugins that don't play well with others so we can either notify the authors to fix it or send pull requests for them to prefix their classes, etc. On Thursday, March 19, 2015, Andrew Grieve <[email protected]> wrote: > a plugin.xml with deps will fetch and install them all, and will almost > certainly fail to install due to missing params, or conflicting files. > Better to have a text file with all the IDs and a script that just fetches > & unpacks them all. > > On Wed, Mar 18, 2015 at 8:45 PM, Shazron <[email protected] <javascript:;>> > wrote: > > > Nice! I'll create a script to generate the plugin.xml automatically > > for anyone else that needs it for testing. Thanks Anis! > > > > On Wed, Mar 18, 2015 at 5:43 PM, Anis KADRI <[email protected] > <javascript:;>> wrote: > > > http://plugins.cordova.io/_view/searcher > > > > > > returns all plugins you'd have to filter/parse JSON you get back to get > > the > > > ID > > > > > > Reference: > > > > > > http://goo.gl/alPWzY > > > > > > On Wed, Mar 18, 2015 at 5:28 PM, Shazron <[email protected] > <javascript:;>> wrote: > > > > > >> Oops its http://plugins.cordova.io/ > > >> > > >> On Wed, Mar 18, 2015 at 5:27 PM, Shazron <[email protected] > <javascript:;>> wrote: > > >> > I don't suppose someone has a plugin.xml with dependencies for all > the > > >> > plugins in cordova.plugins.io do they? ;) > > >> > > > >> > Is there a way to have a text dump of all plugins available in > c.p.r? > > >> > > > >> > This is for testing cordova-ios 4.0.x > > >> > > >> --------------------------------------------------------------------- > > >> To unsubscribe, e-mail: [email protected] > <javascript:;> > > >> For additional commands, e-mail: [email protected] > <javascript:;> > > >> > > >> > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [email protected] > <javascript:;> > > For additional commands, e-mail: [email protected] > <javascript:;> > > > > >
