I see that cordova 3.x uses blackberry-nativepackager instead of bbwp Any known problems with using bbwp? Is bbwp not supported as a method to package a Cordova App?
When using bbwp on an App created with Cordova 3 it errors on validation config.xml <feature> tag missing attribute "id" <feature name="Camera" value="Camera" /> adding "id" makes validation pass <feature id="Camera" name="Camera" value="Camera" /> Shouldn't according to BB docs feature only contain "id" and nothign else? like this <feature id="Camera" /> http://developer.blackberry.com/html5/documentation/feature_element_834678_11.html Syntax <feature id="string" required=["true" | "false"] version="string" /> -- Carlos Santana <csantan...@gmail.com>