On 15 Mar 2011, at 23:33, Ross Gardler wrote: > Scotts changes to the freeder widget have broken it for me. The problem is: > > "freeder.wgt:Hot deploy error: widget has invalid manifest - Required feature > is not supported" > > I've done svn up and I see the jquerymobile code that Scott implemented. When > I do "ant run" I see the following output which seems to indicate the feature > has been deployed: > > deploy-feature: > [echo] Deploying feature: jqmobile > > I also see the feature code in build/webapp/shared/feature/jqmobile > > What do I need to do to make the feature available to this widget?
You need to delete local.features.properties so that it gets replaced with the defaults, or add the line: org.apache.wookie.feature.jqmobile.JQMobileFeature=http://jquerymobile.com > > Ross
