microsoftarchive / cordova-pointerevents

cordova-pointerevents
3 stars 1 forks source link

Ensure plugin works on BlackBerry10 #3

Closed sgrebnov closed 11 years ago

sgrebnov commented 11 years ago

Encountered with plugin installation issue, pointerevents plugin is listed under plugins\blackberry10.json but its code not added during build process and cordova_plugins.js is also empty. Investigating…

sgrebnov commented 11 years ago

cordova build blackberry10 --verbose

cordova library for "blackberry10" already exists. No need to download. Continuing. Wrote out BlackBerry application name to "HelloCordova" Wrote out BlackBerry package name to "io.cordova.hellocordova" Wrote out BlackBerry version to "0.0.1" Calling plugman.prepare for platform "blackberry10" Preparing blackberry10 project... Processing configuration changes for plugins. Iterating over installed plugins: [ 'org.apache.cordova.pointerevents' ] Writing out cordova_plugins.js... Ensuring plugin "org.apache.cordova.pointerevents" is installed correctly... Plugin "org.apache.cordova.pointerevents" is good to go. Compiling platform "blackberry10" with command ""C:\partitions\d\Projects\Html5\cordova-cli-experiments\platforms\blackberry10\cordova\build"" (output to follow)... [BUILD] Populating application source [BUILD] Parsing config.xml [WARN] Build ID set in config.xml [version], but signing key file was not found: author.p12 [BUILD] Generating output files [WARN] Failed to find debug token. If you have an existing debug token, please copy it to %HOME%/.cordova/blackberry10debugtoken.bar. To generate a new debug token, execute the 'run' command. [INFO] Info: Package created: C:\PARTIT~1\d\Projects\Html5\CORDOV~1\PLATFO~1\BLACKB~1\build\simulator\DEFAULT_BAR_NAME.bar [WARN] Failed to find debug token. If you have an existing debug token, please copy it to %HOME%/.cordova/blackberry10debugtoken.bar. To generate a new debug token, execute the 'run' command. [INFO] Info: Package created: C:\PARTIT~1\d\Projects\Html5\CORDOV~1\PLATFO~1\BLACKB~1\build\device\DEFAULT_BAR_NAME.bar [BUILD] BAR packaging complete

Platform "blackberry10" compiled successfully.

sgrebnov commented 11 years ago

Tested. Encountered with the same #1 issue