I downloaded his sample and it worked once I fixed the <param>. Filed https://issues.apache.org/jira/browse/CB-4475.
I'm also not seeing the problem of cordova.exec not being defined. On Wed, Jul 31, 2013 at 12:16 PM, Brian LeRoux <[email protected]> wrote: > Could be that jar file too. > > On Wed, Jul 31, 2013 at 8:58 AM, Filip Maj <[email protected]> wrote: > > The child element of his <feature> element in the plugin.xml is > > > > <plugin name="something" value="some java namespace" /> > > > > It need to be > > > > <param name="something" value="some java namespace" /> > > > > On 7/31/13 8:51 AM, "Brian LeRoux" <[email protected]> wrote: > > > >>https://github.com/remy/phonegap_test > >> > >>I *think* his plugin target-dir attrib was clobbering. That aside, the > >>whole README.md is instructive to our userland pain. > > >
