Here is a JSBuilder 3 Document
Hello Bill,
I just posted a link to a resource that may help you.
http://www.sencha.com/forum/showthre...-starting-out.
Sencha Touch 2 tools on MacOS 10.8.2: create jsb hangs, or reports 'Ext not found'
I've spent hours trying to get this to work on my own project ("ReferenceError: Can't find variable: Ext"), so I thought I would start with the Jog With Friends example, since it has a jsb3. But when I run:
sencha create jsb -a index.html -p tc.jsb3 -v
it just hangs. (Freshly downloaded 2.0.1.1 sencha touch.
It also hangs on Windows 7. And if I do -a file:///..., it loops printing "Can't find variable: Ext"
Sencha Touch 2 tools on MacOS 10.8.2: create jsb hangs, or reports 'Ext not found'
Thanks! It looks like Sencha Cmd v3.0.0.141 is close to working on Sencha Touch. When I run
sencha compile -debug -classpath=ftapp/app.js,ftapp,sdk/src page -in=index.html -out=built.html
It processes quite a bit before terminating with:
Processing class inheritance graph
[ERROR] Failed to resolve dependency Ext.scroll.scroller.CssPosition for file Ext.scroll.scroller.Infinite
[ERROR] Error executing page compilation Unknown definition for dependency : Ext.scroll.scroller.CssPosition
The latest version of Touch does not have CssPosition, but it is referenced.