-
14 Nov 2012 2:37 AM #1
Empty all-classes.js after compile mvc app v3.0.0.250
Empty all-classes.js after compile mvc app v3.0.0.250
I have an MVC style app using extjs 4.1.1a GPL. Trying to compile with the following command on windows 7.
The all-classes.js file only contains a comment or is completely empty if I use -yui.Code:sencha compile -classpath=app.js,app,ext/src page -in index.html out build/index.html
My index.html script looks like this.
The command appears to work and generates a correct index.html but blank all-classes.js ...Code:<!-- <x-compile> --> <!-- <x-bootstrap> --> <script type='text/javascript' src='ext/ext-dev.js'></script> <!-- </x-bootstrap> --> <script type='text/javascript' src='app.js'></script> <!-- </x-compile> -->
Any help appreciated.Code:Sencha Cmd v3.0.0.250 [INF] Compiling page null [INF] Processing classPath entry : C:\Working\Support\issues\sencha-compile-temp-dir [INF] Processing classPath entry : app.js [INF] Processing classPath entry : app [INF] Processing classPath entry : ext\src [INF] Processing class inheritance graph [INF] Processing instantiation refereces to classes and aliases [INF] Processing source dependencies [INF] Concatenating output to file C:\Working\Support\issues\build\all-classes.js
Barney
-
27 Nov 2012 3:16 AM #2
Heyy I have same problem..
Any solution to this bug??..
Plz share on forum...
Thanks
-
27 Nov 2012 3:54 AM #3
I had to download the previous version (sencha cmd v2 beta3) to complete my project.
-
28 Nov 2012 1:35 AM #4
In previous version we have to create a .jsb formate file and then build it..!!!!
.
.
other than this if i need to do something then Could you Please Share that Information here..!!!!!
.
.
waiting for ur Rply..!!
.
Thanks.
-
15 Dec 2012 6:26 AM #5
maybe U missing the "-" before the out parameter?
Thank you for reporting this bug. We will make it our priority to review this report.


Reply With Quote