-
5 Nov 2012 9:05 AM #1
v3 compile empty all-classes.js without errors
v3 compile empty all-classes.js without errors
With cmd v3 when i compile my app (starting in manel.php, not index.html) it finish without errors, but all-classes.js is empty file
Code:C:\Users\CASA\Documents\WebsIDIQ\Cesilabs_com_esigest\html\esinube_desarrollo\ap licaciones\esitareas>sencha compile -classpath=..\..\libs\extjs_v4_1_1_a\src,..\ ..\libs\extjs_cesi -ignore Ext.ux.form.TinyMCETextArea.js -ignore portalpanel.js -ignore Ext.ux.calendar.CalendarPanel.js page -yui -in manel.php -out build/ind ex.php Sencha Cmd v3.0.0.230 [INFO ] Compiling page null [INFO ] Processing classPath entry : C:\Users\CASA\Documents\WebsIDIQ\Ce silabs_com_esigest\html\esinube_desarrollo\aplicaciones\esitareas\sencha-compile -temp-dir [INFO ] Processing classPath entry : ..\..\libs\extjs_v4_1_1_a\src [INFO ] Processing classPath entry : ..\..\libs\extjs_cesi [INFO ] Processing classPath entry : C:\Users\CASA\Documents\WebsIDIQ\Ce silabs_com_esigest\html\esinube_desarrollo\aplicaciones\esitareas\app [INFO ] Processing class inheritance graph [INFO ] Processing instantiation refereces to classes and aliases [INFO ] Processing source dependencies [INFO ] Compressing data with YuiJavascriptCompressor [INFO ] Concatenating output to file C:\Users\CASA\Documents\WebsIDIQ\Ce silabs_com_esigest\html\esinube_desarrollo\aplicaciones\esitareas\build\all-clas ses.js
-------------------
Manel Juàrez
-
7 Nov 2012 12:13 AM #2
Can you run with "-debug", as in "sencha -debug ..."?
Don Griffin
Ext JS Development Team Lead
Check the docs. Learn how to (properly) report a framework issue and a Sencha Cmd issue
"Use the source, Luke!"
-
7 Nov 2012 8:52 AM #3
sorry i don't added lines like this in index.php
now compiles good.Code:<!-- <x-compile> --> <!-- <x-bootstrap> --> <script type="text/javascript" src="../../libs/ext/ext-dev.js"></script> <!-- </x-bootstrap> --> <script type="text/javascript" src="app/app.js"></script> <!-- </x-compile> -->-------------------
Manel Juàrez
Thank you for reporting this bug. We will make it our priority to review this report.


Reply With Quote