nonie
21 Feb 2012, 9:22 AM
Hi,
We are having a problem with the sencha create jsb command for our project - we run the command against our application deployed on a server - the command runs without any issues but many of the required classes are missing from the app.jsb3.
Based on this I tried to run the command against the code downloaded for the Panda example for MVC Architecture and it seems to have the same issues - the only two classes included in the .jsb file are
{
"path": "app/model/",
"name": "Station.js"
},
{
"path": "app/store/",
"name": "Stations.js"
}
I am using version 1.2.3 of the SenchaSDKTools on windows with version 4.0.7 of Ext js
I have seen it mentioned on the forum that the app.js file needs to be in the same folder as the index.html file (which it is not for the Panda example) I have tried to change this but it did not change the output.
Running the command with the verbose flag (-v) just prints out the .jsb file so this does not give us any additional information.
Thanks,
Ronan
We are having a problem with the sencha create jsb command for our project - we run the command against our application deployed on a server - the command runs without any issues but many of the required classes are missing from the app.jsb3.
Based on this I tried to run the command against the code downloaded for the Panda example for MVC Architecture and it seems to have the same issues - the only two classes included in the .jsb file are
{
"path": "app/model/",
"name": "Station.js"
},
{
"path": "app/store/",
"name": "Stations.js"
}
I am using version 1.2.3 of the SenchaSDKTools on windows with version 4.0.7 of Ext js
I have seen it mentioned on the forum that the app.js file needs to be in the same folder as the index.html file (which it is not for the Panda example) I have tried to change this but it did not change the output.
Running the command with the verbose flag (-v) just prints out the .jsb file so this does not give us any additional information.
Thanks,
Ronan