The tools are not compatible. In fact, most of the source from bbwp has been contributed into Cordova.
On Fri, Sep 20, 2013 at 1:54 PM, Carlos Santana <csantan...@gmail.com>wrote: > 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> >