You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cordova.apache.org by Josh Soref <js...@rim.com> on 2012/12/03 17:12:55 UTC

RE: WARNING: Updated BlackBerry 10 SDK

Gord wrote:
> https://git-wip-us.apache.org/repos/asf?p=cordova-
> blackberry.git;a=commitdiff;h=c747a03f7037e85ee81af86530bf6cc126fed5e4

         <!-- Don't worry about js/webworks.js if you're aren't developing for bb10 -->
-        <script type="text/javascript" src="js/webworks.js"></script>
+        <script type="text/javascript" src="local:///chrome/webworks.js"></script>  

Fwiw, the path in the comment is now stale...

---------------------------------------------------------------------
This transmission (including any attachments) may contain confidential information, privileged material (including material protected by the solicitor-client or other applicable privileges), or constitute non-public information. Any use of this information by anyone other than the intended recipient is prohibited. If you have received this transmission in error, please immediately reply to the sender and delete this information from your system. Use, dissemination, distribution, or reproduction of this transmission by unintended recipients is not authorized and may be unlawful.

Re: WARNING: Updated BlackBerry 10 SDK

Posted by Tim Kim <ti...@gmail.com>.
On 3 December 2012 18:05, Nukul Bhasin <me...@nukulb.com> wrote:

> you will need the OS update, we broke compatibility :(
> but it was necessary
>
Ah, no worries. That's what beta is for :)

Works now!


-- 
Timothy Kim

Re: WARNING: Updated BlackBerry 10 SDK

Posted by Nukul Bhasin <me...@nukulb.com>.
Hey Tim,

you will need the OS update, we broke compatibility :(
but it was necessary


On Mon, Dec 3, 2012 at 8:11 PM, Tim Kim <ti...@gmail.com> wrote:

> Oh wait, realised it was an OS update as well. Let me update that and see
> if that works!
>
>
> On 3 December 2012 17:08, Tim Kim <ti...@gmail.com> wrote:
>
> > Hey Gord,
> >
> > I'm getting some weird errors trying to launch an app on bb10 with the
> new
> > sdk. The first time I make an app, it installs onto device but fails to
> > launch. Then, when I try to install again, I get an error in the build.
> The
> > icons for the app shows up on my screen (both on the first and second
> > installs), but clicking em doesn't launch the app.
> >
> > *First time through:*
> > Tims-MacBook-Air:sample timkim$ ./cordova/run qnx
> > Do you have a BlackBerry device connected to your computer? (y/n)
> > y
> > Buildfile:
> >
> /Users/timkim/repo/incubator-cordova-blackberry-webworks/dist/sample/build.xml
> >
> > qnx:
> >
> > debug-device:
> >
> > generate-cod-name:
> >      [echo] Generated name: BLAAAARRRGGH.bar
> >
> > clean:
> >
> > package-app:
> >     [mkdir] Created dir:
> >
> /Users/timkim/repo/incubator-cordova-blackberry-webworks/dist/sample/build/widget
> >      [copy] Copying 22 files to
> >
> /Users/timkim/repo/incubator-cordova-blackberry-webworks/dist/sample/build/widget
> >       [zip] Building zip:
> >
> /Users/timkim/repo/incubator-cordova-blackberry-webworks/dist/sample/build/BLAAAARRRGGH.zip
> >
> > debug-device:
> >      [echo]
> >      [echo]                     If you fill in the qnx.device.pin value
> > you can use debug tokens!
> >      [echo]                     This means you won't have to worry about
> > having a unique version in config.xml every time.
> >      [echo]
> >      [exec] [INFO]    Populating application source
> >      [exec] [INFO]    Parsing config.xml
> >      [exec] [WARN]    Failed to find feature with id: org.apache.cordova
> >      [exec] [WARN]    Failed to find feature with id: blackberry.find
> >      [exec] [WARN]    Failed to find feature with id:
> > blackberry.identity.phone
> >      [exec] [WARN]    Failed to find feature with id:
> > blackberry.pim.Address
> >      [exec] [WARN]    Failed to find feature with id:
> > blackberry.pim.Contact
> >      [exec] [WARN]    Failed to find feature with id: blackberry.io.file
> >      [exec] [WARN]    Failed to find feature with id: blackberry.utils
> >      [exec] [WARN]    Failed to find feature with id: blackberry.io.dir
> >      [exec] [WARN]    Failed to find feature with id:
> blackberry.app.event
> >      [exec] [WARN]    Failed to find feature with id:
> > blackberry.system.event
> >      [exec] [WARN]    Failed to find feature with id:
> > blackberry.widgetcache
> >      [exec] [WARN]    Failed to find feature with id:
> > blackberry.media.camera
> >      [exec] [WARN]    Failed to find feature with id:
> > blackberry.media.microphone
> >      [exec] [INFO]    Generating output files
> >      [exec] [INFO]    Info: Package created:
> >
> /Users/timkim/repo/incubator-cordova-blackberry-webworks/dist/sample/build/simulator/BLAAAARRRGGH.bar
> >      [exec] [INFO]    Info: Package created:
> >
> /Users/timkim/repo/incubator-cordova-blackberry-webworks/dist/sample/build/device/BLAAAARRRGGH.bar
> >      [exec] [INFO]    Info: Bar signed.
> >      [exec] [INFO]    BAR packaging complete
> >      [exec] Info: Sending request: Install and Launch
> >      [exec] Info: Action: Install and Launch
> >      [exec] Info: File size: 600415
> >      [exec] Info: Installing BLAAAARRRGGH.gYABgAZ7F9xSC66egvFdt_vTo5g...
> >      [exec] Info: Processing 600415 bytes
> >      [exec] Info: Progress 100%...
> >      [exec] Info: Progress 100%...
> >      [exec] actual_dname::BLAAAARRRGGH.gYABgAZ7F9xSC66egvFdt_vTo5g
> >      [exec] actual_id::gYABgAZ7F9xSC66egvFdt_vTo5g
> >      [exec] actual_version::1.1.0.0
> >      [exec] result::success
> >      [exec] Info: Launching BLAAAARRRGGH.gYABgAZ7F9xSC66egvFdt_vTo5g...
> >      [exec] Info: done
> >
> > BUILD SUCCESSFUL
> > Total time: 31 seconds
> >
> >
> > *Second time through:*
> > Tims-MacBook-Air:sample timkim$ ./cordova/run qnx
> > Do you have a BlackBerry device connected to your computer? (y/n)
> > y
> > Buildfile:
> >
> /Users/timkim/repo/incubator-cordova-blackberry-webworks/dist/sample/build.xml
> >
> > qnx:
> >
> > debug-device:
> >
> > generate-cod-name:
> >      [echo] Generated name: BLAAAARRRGGH.bar
> >
> > clean:
> >    [delete] Deleting directory
> >
> /Users/timkim/repo/incubator-cordova-blackberry-webworks/dist/sample/build
> >
> > package-app:
> >     [mkdir] Created dir:
> >
> /Users/timkim/repo/incubator-cordova-blackberry-webworks/dist/sample/build/widget
> >      [copy] Copying 22 files to
> >
> /Users/timkim/repo/incubator-cordova-blackberry-webworks/dist/sample/build/widget
> >       [zip] Building zip:
> >
> /Users/timkim/repo/incubator-cordova-blackberry-webworks/dist/sample/build/BLAAAARRRGGH.zip
> >
> > debug-device:
> >      [echo]
> >      [echo]                     If you fill in the qnx.device.pin value
> > you can use debug tokens!
> >      [echo]                     This means you won't have to worry about
> > having a unique version in config.xml every time.
> >      [echo]
> >      [exec] [INFO]    Populating application source
> >      [exec] [INFO]    Parsing config.xml
> >      [exec] [WARN]    Failed to find feature with id: org.apache.cordova
> >      [exec] [WARN]    Failed to find feature with id: blackberry.find
> >      [exec] [WARN]    Failed to find feature with id:
> > blackberry.identity.phone
> >      [exec] [WARN]    Failed to find feature with id:
> > blackberry.pim.Address
> >      [exec] [WARN]    Failed to find feature with id:
> > blackberry.pim.Contact
> >      [exec] [WARN]    Failed to find feature with id: blackberry.io.file
> >      [exec] [WARN]    Failed to find feature with id: blackberry.utils
> >      [exec] [WARN]    Failed to find feature with id: blackberry.io.dir
> >      [exec] [WARN]    Failed to find feature with id:
> blackberry.app.event
> >      [exec] [WARN]    Failed to find feature with id:
> > blackberry.system.event
> >      [exec] [WARN]    Failed to find feature with id:
> > blackberry.widgetcache
> >      [exec] [WARN]    Failed to find feature with id:
> > blackberry.media.camera
> >      [exec] [WARN]    Failed to find feature with id:
> > blackberry.media.microphone
> >      [exec] [INFO]    Generating output files
> >      [exec] [INFO]    Info: Package created:
> >
> /Users/timkim/repo/incubator-cordova-blackberry-webworks/dist/sample/build/simulator/BLAAAARRRGGH.bar
> >      [exec] [INFO]    Info: Package created:
> >
> /Users/timkim/repo/incubator-cordova-blackberry-webworks/dist/sample/build/device/BLAAAARRRGGH.bar
> >      [exec] [INFO]    Info: Bar signed.
> >      [exec] [INFO]    BAR packaging complete
> >      [exec] Info: Sending request: Install and Launch
> >      [exec] Info: Action: Install and Launch
> >      [exec] Info: File size: 600388
> >      [exec] Info: Installing BLAAAARRRGGH.gYABgAZ7F9xSC66egvFdt_vTo5g...
> >      [exec] Info: Processing 600388 bytes
> >      [exec] Info: Progress 41%...
> >      [exec] Info: Progress 100%...
> >      [exec] Info: Progress 100%...
> >      [exec] actual_dname::BLAAAARRRGGH.gYABgAZ7F9xSC66egvFdt_vTo5g
> >      [exec] actual_id::gYABgAZ7F9xSC66egvFdt_vTo5g
> >      [exec] actual_version::1.1.0.1
> >      [exec] result::success
> >      [exec] Info: Launching BLAAAARRRGGH.gYABgAZ7F9xSC66egvFdt_vTo5g...
> > *     [exec] Error: Failed to create application process: No such file or
> > directory*
> >
> > BUILD FAILED
> >
> */Users/timkim/repo/incubator-cordova-blackberry-webworks/dist/sample/build.xml:67:
> > The following error occurred while executing this line:*
> >
> */Users/timkim/repo/incubator-cordova-blackberry-webworks/dist/sample/qnx.xml:87:
> > exec returned: 2*
> > *
> > *
> > It feels like the packager isn't packaging correctly so while the app
> > installs, whatever process it goes through to launch fails at some point.
> > Any thoughts?
> >
> >
> > --
> > Timothy Kim
> >
> >
> >
>
>
> --
> Timothy Kim
>



-- 
*Nukul Bhasin*
*Computer Engineer, B.Eng*
*10 Queens Quay W, suite#1710*
*Toronto, ON, Canada*
*Ph: 416 508 3157*

Re: WARNING: Updated BlackBerry 10 SDK

Posted by Tim Kim <ti...@gmail.com>.
Oh wait, realised it was an OS update as well. Let me update that and see
if that works!


On 3 December 2012 17:08, Tim Kim <ti...@gmail.com> wrote:

> Hey Gord,
>
> I'm getting some weird errors trying to launch an app on bb10 with the new
> sdk. The first time I make an app, it installs onto device but fails to
> launch. Then, when I try to install again, I get an error in the build. The
> icons for the app shows up on my screen (both on the first and second
> installs), but clicking em doesn't launch the app.
>
> *First time through:*
> Tims-MacBook-Air:sample timkim$ ./cordova/run qnx
> Do you have a BlackBerry device connected to your computer? (y/n)
> y
> Buildfile:
> /Users/timkim/repo/incubator-cordova-blackberry-webworks/dist/sample/build.xml
>
> qnx:
>
> debug-device:
>
> generate-cod-name:
>      [echo] Generated name: BLAAAARRRGGH.bar
>
> clean:
>
> package-app:
>     [mkdir] Created dir:
> /Users/timkim/repo/incubator-cordova-blackberry-webworks/dist/sample/build/widget
>      [copy] Copying 22 files to
> /Users/timkim/repo/incubator-cordova-blackberry-webworks/dist/sample/build/widget
>       [zip] Building zip:
> /Users/timkim/repo/incubator-cordova-blackberry-webworks/dist/sample/build/BLAAAARRRGGH.zip
>
> debug-device:
>      [echo]
>      [echo]                     If you fill in the qnx.device.pin value
> you can use debug tokens!
>      [echo]                     This means you won't have to worry about
> having a unique version in config.xml every time.
>      [echo]
>      [exec] [INFO]    Populating application source
>      [exec] [INFO]    Parsing config.xml
>      [exec] [WARN]    Failed to find feature with id: org.apache.cordova
>      [exec] [WARN]    Failed to find feature with id: blackberry.find
>      [exec] [WARN]    Failed to find feature with id:
> blackberry.identity.phone
>      [exec] [WARN]    Failed to find feature with id:
> blackberry.pim.Address
>      [exec] [WARN]    Failed to find feature with id:
> blackberry.pim.Contact
>      [exec] [WARN]    Failed to find feature with id: blackberry.io.file
>      [exec] [WARN]    Failed to find feature with id: blackberry.utils
>      [exec] [WARN]    Failed to find feature with id: blackberry.io.dir
>      [exec] [WARN]    Failed to find feature with id: blackberry.app.event
>      [exec] [WARN]    Failed to find feature with id:
> blackberry.system.event
>      [exec] [WARN]    Failed to find feature with id:
> blackberry.widgetcache
>      [exec] [WARN]    Failed to find feature with id:
> blackberry.media.camera
>      [exec] [WARN]    Failed to find feature with id:
> blackberry.media.microphone
>      [exec] [INFO]    Generating output files
>      [exec] [INFO]    Info: Package created:
> /Users/timkim/repo/incubator-cordova-blackberry-webworks/dist/sample/build/simulator/BLAAAARRRGGH.bar
>      [exec] [INFO]    Info: Package created:
> /Users/timkim/repo/incubator-cordova-blackberry-webworks/dist/sample/build/device/BLAAAARRRGGH.bar
>      [exec] [INFO]    Info: Bar signed.
>      [exec] [INFO]    BAR packaging complete
>      [exec] Info: Sending request: Install and Launch
>      [exec] Info: Action: Install and Launch
>      [exec] Info: File size: 600415
>      [exec] Info: Installing BLAAAARRRGGH.gYABgAZ7F9xSC66egvFdt_vTo5g...
>      [exec] Info: Processing 600415 bytes
>      [exec] Info: Progress 100%...
>      [exec] Info: Progress 100%...
>      [exec] actual_dname::BLAAAARRRGGH.gYABgAZ7F9xSC66egvFdt_vTo5g
>      [exec] actual_id::gYABgAZ7F9xSC66egvFdt_vTo5g
>      [exec] actual_version::1.1.0.0
>      [exec] result::success
>      [exec] Info: Launching BLAAAARRRGGH.gYABgAZ7F9xSC66egvFdt_vTo5g...
>      [exec] Info: done
>
> BUILD SUCCESSFUL
> Total time: 31 seconds
>
>
> *Second time through:*
> Tims-MacBook-Air:sample timkim$ ./cordova/run qnx
> Do you have a BlackBerry device connected to your computer? (y/n)
> y
> Buildfile:
> /Users/timkim/repo/incubator-cordova-blackberry-webworks/dist/sample/build.xml
>
> qnx:
>
> debug-device:
>
> generate-cod-name:
>      [echo] Generated name: BLAAAARRRGGH.bar
>
> clean:
>    [delete] Deleting directory
> /Users/timkim/repo/incubator-cordova-blackberry-webworks/dist/sample/build
>
> package-app:
>     [mkdir] Created dir:
> /Users/timkim/repo/incubator-cordova-blackberry-webworks/dist/sample/build/widget
>      [copy] Copying 22 files to
> /Users/timkim/repo/incubator-cordova-blackberry-webworks/dist/sample/build/widget
>       [zip] Building zip:
> /Users/timkim/repo/incubator-cordova-blackberry-webworks/dist/sample/build/BLAAAARRRGGH.zip
>
> debug-device:
>      [echo]
>      [echo]                     If you fill in the qnx.device.pin value
> you can use debug tokens!
>      [echo]                     This means you won't have to worry about
> having a unique version in config.xml every time.
>      [echo]
>      [exec] [INFO]    Populating application source
>      [exec] [INFO]    Parsing config.xml
>      [exec] [WARN]    Failed to find feature with id: org.apache.cordova
>      [exec] [WARN]    Failed to find feature with id: blackberry.find
>      [exec] [WARN]    Failed to find feature with id:
> blackberry.identity.phone
>      [exec] [WARN]    Failed to find feature with id:
> blackberry.pim.Address
>      [exec] [WARN]    Failed to find feature with id:
> blackberry.pim.Contact
>      [exec] [WARN]    Failed to find feature with id: blackberry.io.file
>      [exec] [WARN]    Failed to find feature with id: blackberry.utils
>      [exec] [WARN]    Failed to find feature with id: blackberry.io.dir
>      [exec] [WARN]    Failed to find feature with id: blackberry.app.event
>      [exec] [WARN]    Failed to find feature with id:
> blackberry.system.event
>      [exec] [WARN]    Failed to find feature with id:
> blackberry.widgetcache
>      [exec] [WARN]    Failed to find feature with id:
> blackberry.media.camera
>      [exec] [WARN]    Failed to find feature with id:
> blackberry.media.microphone
>      [exec] [INFO]    Generating output files
>      [exec] [INFO]    Info: Package created:
> /Users/timkim/repo/incubator-cordova-blackberry-webworks/dist/sample/build/simulator/BLAAAARRRGGH.bar
>      [exec] [INFO]    Info: Package created:
> /Users/timkim/repo/incubator-cordova-blackberry-webworks/dist/sample/build/device/BLAAAARRRGGH.bar
>      [exec] [INFO]    Info: Bar signed.
>      [exec] [INFO]    BAR packaging complete
>      [exec] Info: Sending request: Install and Launch
>      [exec] Info: Action: Install and Launch
>      [exec] Info: File size: 600388
>      [exec] Info: Installing BLAAAARRRGGH.gYABgAZ7F9xSC66egvFdt_vTo5g...
>      [exec] Info: Processing 600388 bytes
>      [exec] Info: Progress 41%...
>      [exec] Info: Progress 100%...
>      [exec] Info: Progress 100%...
>      [exec] actual_dname::BLAAAARRRGGH.gYABgAZ7F9xSC66egvFdt_vTo5g
>      [exec] actual_id::gYABgAZ7F9xSC66egvFdt_vTo5g
>      [exec] actual_version::1.1.0.1
>      [exec] result::success
>      [exec] Info: Launching BLAAAARRRGGH.gYABgAZ7F9xSC66egvFdt_vTo5g...
> *     [exec] Error: Failed to create application process: No such file or
> directory*
>
> BUILD FAILED
> */Users/timkim/repo/incubator-cordova-blackberry-webworks/dist/sample/build.xml:67:
> The following error occurred while executing this line:*
> */Users/timkim/repo/incubator-cordova-blackberry-webworks/dist/sample/qnx.xml:87:
> exec returned: 2*
> *
> *
> It feels like the packager isn't packaging correctly so while the app
> installs, whatever process it goes through to launch fails at some point.
> Any thoughts?
>
>
> --
> Timothy Kim
>
>
>


-- 
Timothy Kim

Re: WARNING: Updated BlackBerry 10 SDK

Posted by Tim Kim <ti...@gmail.com>.
Hey Gord,

I'm getting some weird errors trying to launch an app on bb10 with the new
sdk. The first time I make an app, it installs onto device but fails to
launch. Then, when I try to install again, I get an error in the build. The
icons for the app shows up on my screen (both on the first and second
installs), but clicking em doesn't launch the app.

*First time through:*
Tims-MacBook-Air:sample timkim$ ./cordova/run qnx
Do you have a BlackBerry device connected to your computer? (y/n)
y
Buildfile:
/Users/timkim/repo/incubator-cordova-blackberry-webworks/dist/sample/build.xml

qnx:

debug-device:

generate-cod-name:
     [echo] Generated name: BLAAAARRRGGH.bar

clean:

package-app:
    [mkdir] Created dir:
/Users/timkim/repo/incubator-cordova-blackberry-webworks/dist/sample/build/widget
     [copy] Copying 22 files to
/Users/timkim/repo/incubator-cordova-blackberry-webworks/dist/sample/build/widget
      [zip] Building zip:
/Users/timkim/repo/incubator-cordova-blackberry-webworks/dist/sample/build/BLAAAARRRGGH.zip

debug-device:
     [echo]
     [echo]                     If you fill in the qnx.device.pin value you
can use debug tokens!
     [echo]                     This means you won't have to worry about
having a unique version in config.xml every time.
     [echo]
     [exec] [INFO]    Populating application source
     [exec] [INFO]    Parsing config.xml
     [exec] [WARN]    Failed to find feature with id: org.apache.cordova
     [exec] [WARN]    Failed to find feature with id: blackberry.find
     [exec] [WARN]    Failed to find feature with id:
blackberry.identity.phone
     [exec] [WARN]    Failed to find feature with id: blackberry.pim.Address
     [exec] [WARN]    Failed to find feature with id: blackberry.pim.Contact
     [exec] [WARN]    Failed to find feature with id: blackberry.io.file
     [exec] [WARN]    Failed to find feature with id: blackberry.utils
     [exec] [WARN]    Failed to find feature with id: blackberry.io.dir
     [exec] [WARN]    Failed to find feature with id: blackberry.app.event
     [exec] [WARN]    Failed to find feature with id:
blackberry.system.event
     [exec] [WARN]    Failed to find feature with id: blackberry.widgetcache
     [exec] [WARN]    Failed to find feature with id:
blackberry.media.camera
     [exec] [WARN]    Failed to find feature with id:
blackberry.media.microphone
     [exec] [INFO]    Generating output files
     [exec] [INFO]    Info: Package created:
/Users/timkim/repo/incubator-cordova-blackberry-webworks/dist/sample/build/simulator/BLAAAARRRGGH.bar
     [exec] [INFO]    Info: Package created:
/Users/timkim/repo/incubator-cordova-blackberry-webworks/dist/sample/build/device/BLAAAARRRGGH.bar
     [exec] [INFO]    Info: Bar signed.
     [exec] [INFO]    BAR packaging complete
     [exec] Info: Sending request: Install and Launch
     [exec] Info: Action: Install and Launch
     [exec] Info: File size: 600415
     [exec] Info: Installing BLAAAARRRGGH.gYABgAZ7F9xSC66egvFdt_vTo5g...
     [exec] Info: Processing 600415 bytes
     [exec] Info: Progress 100%...
     [exec] Info: Progress 100%...
     [exec] actual_dname::BLAAAARRRGGH.gYABgAZ7F9xSC66egvFdt_vTo5g
     [exec] actual_id::gYABgAZ7F9xSC66egvFdt_vTo5g
     [exec] actual_version::1.1.0.0
     [exec] result::success
     [exec] Info: Launching BLAAAARRRGGH.gYABgAZ7F9xSC66egvFdt_vTo5g...
     [exec] Info: done

BUILD SUCCESSFUL
Total time: 31 seconds


*Second time through:*
Tims-MacBook-Air:sample timkim$ ./cordova/run qnx
Do you have a BlackBerry device connected to your computer? (y/n)
y
Buildfile:
/Users/timkim/repo/incubator-cordova-blackberry-webworks/dist/sample/build.xml

qnx:

debug-device:

generate-cod-name:
     [echo] Generated name: BLAAAARRRGGH.bar

clean:
   [delete] Deleting directory
/Users/timkim/repo/incubator-cordova-blackberry-webworks/dist/sample/build

package-app:
    [mkdir] Created dir:
/Users/timkim/repo/incubator-cordova-blackberry-webworks/dist/sample/build/widget
     [copy] Copying 22 files to
/Users/timkim/repo/incubator-cordova-blackberry-webworks/dist/sample/build/widget
      [zip] Building zip:
/Users/timkim/repo/incubator-cordova-blackberry-webworks/dist/sample/build/BLAAAARRRGGH.zip

debug-device:
     [echo]
     [echo]                     If you fill in the qnx.device.pin value you
can use debug tokens!
     [echo]                     This means you won't have to worry about
having a unique version in config.xml every time.
     [echo]
     [exec] [INFO]    Populating application source
     [exec] [INFO]    Parsing config.xml
     [exec] [WARN]    Failed to find feature with id: org.apache.cordova
     [exec] [WARN]    Failed to find feature with id: blackberry.find
     [exec] [WARN]    Failed to find feature with id:
blackberry.identity.phone
     [exec] [WARN]    Failed to find feature with id: blackberry.pim.Address
     [exec] [WARN]    Failed to find feature with id: blackberry.pim.Contact
     [exec] [WARN]    Failed to find feature with id: blackberry.io.file
     [exec] [WARN]    Failed to find feature with id: blackberry.utils
     [exec] [WARN]    Failed to find feature with id: blackberry.io.dir
     [exec] [WARN]    Failed to find feature with id: blackberry.app.event
     [exec] [WARN]    Failed to find feature with id:
blackberry.system.event
     [exec] [WARN]    Failed to find feature with id: blackberry.widgetcache
     [exec] [WARN]    Failed to find feature with id:
blackberry.media.camera
     [exec] [WARN]    Failed to find feature with id:
blackberry.media.microphone
     [exec] [INFO]    Generating output files
     [exec] [INFO]    Info: Package created:
/Users/timkim/repo/incubator-cordova-blackberry-webworks/dist/sample/build/simulator/BLAAAARRRGGH.bar
     [exec] [INFO]    Info: Package created:
/Users/timkim/repo/incubator-cordova-blackberry-webworks/dist/sample/build/device/BLAAAARRRGGH.bar
     [exec] [INFO]    Info: Bar signed.
     [exec] [INFO]    BAR packaging complete
     [exec] Info: Sending request: Install and Launch
     [exec] Info: Action: Install and Launch
     [exec] Info: File size: 600388
     [exec] Info: Installing BLAAAARRRGGH.gYABgAZ7F9xSC66egvFdt_vTo5g...
     [exec] Info: Processing 600388 bytes
     [exec] Info: Progress 41%...
     [exec] Info: Progress 100%...
     [exec] Info: Progress 100%...
     [exec] actual_dname::BLAAAARRRGGH.gYABgAZ7F9xSC66egvFdt_vTo5g
     [exec] actual_id::gYABgAZ7F9xSC66egvFdt_vTo5g
     [exec] actual_version::1.1.0.1
     [exec] result::success
     [exec] Info: Launching BLAAAARRRGGH.gYABgAZ7F9xSC66egvFdt_vTo5g...
*     [exec] Error: Failed to create application process: No such file or
directory*

BUILD FAILED
*/Users/timkim/repo/incubator-cordova-blackberry-webworks/dist/sample/build.xml:67:
The following error occurred while executing this line:*
*/Users/timkim/repo/incubator-cordova-blackberry-webworks/dist/sample/qnx.xml:87:
exec returned: 2*
*
*
It feels like the packager isn't packaging correctly so while the app
installs, whatever process it goes through to launch fails at some point.
Any thoughts?


-- 
Timothy Kim

Re: WARNING: Updated BlackBerry 10 SDK

Posted by Tim Kim <ti...@gmail.com>.
Oh sorry, I thought you were talking about something else. My mistake!


On 3 December 2012 10:42, Josh Soref <js...@rim.com> wrote:

> Tim Kim wrote:
> > Is it?
> > I keep seeing questions being popped up about people looking for
> webworks.js
> > even if they developing for bb5-7/playbook.
> > Usually they are trying it in ripple and errors out when it can't find
> it so it leads to some confusion.
>
> I wrote:
> |          <!-- Don't worry about js/webworks.js if you're aren't
> developing for bb10 -->
>
> Here the comment says "js/webworks.js"
>
> | -        <script type="text/javascript" src="js/webworks.js"></script>
>
> Here the code used to say "js/webworks.js", at which point the code and
> comment agreed.
>
> | +        <script type="text/javascript"
> src="local:///chrome/webworks.js"></script>
>
> This change caused the comment to no longer be in sync with the code, as
> it now says "local:///chrome/webworks.js". Anyone looking for
> "js/webworks.js" in the code won't find it.
>
> This is roughly a reminder to people "please don't forget to update
> comments when you change nearby lines of code", this applies both to
> comments which are visible in diff -U3 and in comments which aren't visible
> in diff -U3, although from my perspective it should have been spotted by a
> reviewer since it was visible in this case....
>
> ---------------------------------------------------------------------
> This transmission (including any attachments) may contain confidential
> information, privileged material (including material protected by the
> solicitor-client or other applicable privileges), or constitute non-public
> information. Any use of this information by anyone other than the intended
> recipient is prohibited. If you have received this transmission in error,
> please immediately reply to the sender and delete this information from
> your system. Use, dissemination, distribution, or reproduction of this
> transmission by unintended recipients is not authorized and may be unlawful.
>



-- 
Timothy Kim

RE: WARNING: Updated BlackBerry 10 SDK

Posted by Josh Soref <js...@rim.com>.
Tim Kim wrote:
> Is it?
> I keep seeing questions being popped up about people looking for webworks.js
> even if they developing for bb5-7/playbook.
> Usually they are trying it in ripple and errors out when it can't find it so it leads to some confusion.

I wrote:
|          <!-- Don't worry about js/webworks.js if you're aren't developing for bb10 -->

Here the comment says "js/webworks.js"

| -        <script type="text/javascript" src="js/webworks.js"></script>

Here the code used to say "js/webworks.js", at which point the code and comment agreed.

| +        <script type="text/javascript" src="local:///chrome/webworks.js"></script>  

This change caused the comment to no longer be in sync with the code, as it now says "local:///chrome/webworks.js". Anyone looking for "js/webworks.js" in the code won't find it.

This is roughly a reminder to people "please don't forget to update comments when you change nearby lines of code", this applies both to comments which are visible in diff -U3 and in comments which aren't visible in diff -U3, although from my perspective it should have been spotted by a reviewer since it was visible in this case....

---------------------------------------------------------------------
This transmission (including any attachments) may contain confidential information, privileged material (including material protected by the solicitor-client or other applicable privileges), or constitute non-public information. Any use of this information by anyone other than the intended recipient is prohibited. If you have received this transmission in error, please immediately reply to the sender and delete this information from your system. Use, dissemination, distribution, or reproduction of this transmission by unintended recipients is not authorized and may be unlawful.

Re: WARNING: Updated BlackBerry 10 SDK

Posted by Tim Kim <ti...@gmail.com>.
>
> Fwiw, the path in the comment is now stale...

Is it? I keep seeing questions being popped up about people looking for
webworks.js even if they developing for bb5-7/playbook. Usually they are
trying it in ripple and errors out when it can't find it so it leads to
some confusion.