Thanks for reply, I understand that I should wait for PR3 (or eventually GA?) to hopefully get it fixed...
I also tried to build Touch 2 PR2 on my own using jsb3 file provided with PR2 but received a lot of errors about missing source files (files not included in the donloadable package):
Code:
[ERROR] File '/home/kwach/workspace/icard/stuff/mobile/sencha-touch-2-pr2/../platform/core/src/Ext.js' is either not existent or unreadble
[ERROR] File '/home/kwach/workspace/icard/stuff/mobile/sencha-touch-2-pr2/../platform/core/src/version/Version.js' is either not existent or unreadble
[ERROR] File '/home/kwach/workspace/icard/stuff/mobile/sencha-touch-2-pr2/../platform/core/src/lang/String.js' is either not existent or unreadble
[ERROR] File '/home/kwach/workspace/icard/stuff/mobile/sencha-touch-2-pr2/../platform/core/src/lang/Array.js' is either not existent or unreadble
[ERROR] File '/home/kwach/workspace/icard/stuff/mobile/sencha-touch-2-pr2/../platform/core/src/lang/Number.js' is either not existent or unreadble
[ERROR] File '/home/kwach/workspace/icard/stuff/mobile/sencha-touch-2-pr2/../platform/core/src/lang/Object.js' is either not existent or unreadble
[ERROR] File '/home/kwach/workspace/icard/stuff/mobile/sencha-touch-2-pr2/../platform/core/src/lang/Function.js' is either not existent or unreadble
[ERROR] File '/home/kwach/workspace/icard/stuff/mobile/sencha-touch-2-pr2/../platform/core/src/misc/JSON.js' is either not existent or unreadble
[ERROR] File '/home/kwach/workspace/icard/stuff/mobile/sencha-touch-2-pr2/../platform/core/src/class/Base.js' is either not existent or unreadble
[ERROR] File '/home/kwach/workspace/icard/stuff/mobile/sencha-touch-2-pr2/../platform/core/src/class/Class.js' is either not existent or unreadble
[ERROR] File '/home/kwach/workspace/icard/stuff/mobile/sencha-touch-2-pr2/../platform/core/src/class/ClassManager.js' is either not existent or unreadble
[ERROR] File '/home/kwach/workspace/icard/stuff/mobile/sencha-touch-2-pr2/../platform/core/src/class/Loader.js' is either not existent or unreadble
[ERROR] File '/home/kwach/workspace/icard/stuff/mobile/sencha-touch-2-pr2/../platform/core/src/dom/AbstractQuery.js' is either not existent or unreadble
[ERROR] File '/home/kwach/workspace/icard/stuff/mobile/sencha-touch-2-pr2/../platform/core/src/dom/AbstractHelper.js' is either not existent or unreadble
[ERROR] File '/home/kwach/workspace/icard/stuff/mobile/sencha-touch-2-pr2/../platform/core/src/dom/AbstractElement.js' is either not existent or unreadble
[ERROR] File '/home/kwach/workspace/icard/stuff/mobile/sencha-touch-2-pr2/../platform/core/src/dom/AbstractElement.static.js' is either not existent or unreadble
[ERROR] File '/home/kwach/workspace/icard/stuff/mobile/sencha-touch-2-pr2/../platform/core/src/dom/AbstractElement.alignment.js' is either not existent or unreadble
[ERROR] File '/home/kwach/workspace/icard/stuff/mobile/sencha-touch-2-pr2/../platform/core/src/dom/AbstractElement.insertion.js' is either not existent or unreadble
[ERROR] File '/home/kwach/workspace/icard/stuff/mobile/sencha-touch-2-pr2/../platform/core/src/dom/AbstractElement.position.js' is either not existent or unreadble
[ERROR] File '/home/kwach/workspace/icard/stuff/mobile/sencha-touch-2-pr2/../platform/core/src/dom/AbstractElement.style.js' is either not existent or unreadble
[ERROR] File '/home/kwach/workspace/icard/stuff/mobile/sencha-touch-2-pr2/../platform/core/src/dom/AbstractElement.traversal.js' is either not existent or unreadble
[ERROR] File '/home/kwach/workspace/icard/stuff/mobile/sencha-touch-2-pr2/bootstrap/data-release.js' is either not existent or unreadble
[ERROR] File '/home/kwach/workspace/icard/stuff/mobile/sencha-touch-2-pr2/sencha-touch-release.js' is either not existent or unreadble
It seems that there are at least some small issues with the build
After all, it's still very early release and I perfectly understand this...
I temporarily fixed the problem by manually patching sencha-touch-all-debug.js with all neccessary stuff and then I minimized it. Not a solution I'm happy with, but at least I've got something working for now...
Cheers,
Michal