Sample app does not compile for blackberry

  • 4
  • Problem
  • Updated 9 years ago
  • Solved
hi,

I just signed up and wanted to test the sample app from your git repo with build.phonegap. Unfortunately, the blackberry version does not compile. It shows "queued" infinitely (hours).

Any help is appreciated. App id is 10153.

Thanks!
Photo of schtono

schtono

  • 1 Post
  • 0 Reply Likes
  • Sad

Posted 9 years ago

  • 4
Photo of Andrew Lunny

Andrew Lunny

  • 1911 Posts
  • 199 Reply Likes
We've noticed this - we're going to investigate what's causing this problem. I'll update you guys once we've got it solved.
Photo of nick

nick

  • 3 Posts
  • 0 Reply Likes
All the builds work except blackberry which has just been pending for over an hour.
No errors

This reply was created from a merged topic originally titled
Blackberry still pending.
Photo of timedlight

timedlight

  • 3 Posts
  • 0 Reply Likes
We are trying to create a blackberry build of our phonegap App.
Every other platform is building apart from BB which just shows pending forever.

There is no error message.
App ID: 10932

This reply was created from a merged topic originally titled
Blackberry build fails everytime.
Photo of Andrew Lunny

Andrew Lunny

  • 1911 Posts
  • 199 Reply Likes
There were a couple of associated bugs here:


  • A commit to phonegap-start added a .gitignore file. Including this in the BlackBerry build caused the BBWP exe to crash
  • We were not recording errors from the BB server correctly, so the apps were stuck at pending


These should be fixed with our latest deploy, as of today. Please let us know if you encounter any further errors.
Photo of Dan Thurman

Dan Thurman

  • 1 Post
  • 0 Reply Likes
BTW the .gitignore file is back in the repo But even after i remove it from my forked copy of the sample app the blackerry build still fails with no listing of build errors...

https://github.com/thurmda/phonegap-s...
Photo of Andrew Lunny

Andrew Lunny

  • 1911 Posts
  • 199 Reply Likes
We now remove .gitignore files from builds before they're built, so it doesn't cause an issue.

Lots of people have built PhoneGap Getting Started successfully for BlackBerry today. I can't access your repo on GitHub, so I can't tell if any changes you've made would have caused the crash.