Threaded View
-
4 Dec 2012 5:51 AM #1
Build error or empty all-classes.js after compile with v3.250 and 3rd party libs
Build error or empty all-classes.js after compile with v3.250 and 3rd party libs
I have a really basic app utilizing ExtScheduler lib. The path to sources is added to sencha.cfg:
app.classpath=${app.dir}/lib/Sch, ${app.dir}/app
and the build/refresh/compile commands work properly, but the all-classes.js file is empty because I had to use incorrect imports to have no errors in the console :
Now if I'll try any other combination, like :HTML Code:<!-- <x-compile> --> <!-- <x-bootstrap> --> <script src="ext/ext-all.js"></script> <script src="app/app.js"></script> <!-- </x-bootstrap> --> <!-- </x-compile> -->
orHTML Code:<!-- <x-compile> --> <script src="ext/ext-all.js"></script> <script src="app/app.js"></script> <!-- </x-compile> -->
operation crashes with the following error :HTML Code:<!-- <x-compile> --> <!-- <x-bootstrap> --> <script src="ext/ext-all.js"></script> <!-- </x-bootstrap> --> <script src="app/app.js"></script> <!-- </x-compile> -->
So what is finally the proper way of building app with 3rd party libs ? Is the symbols.js file needed or a different approach is needed ?[ERR] failed to find meta class definition for name DEMO.controller.EmployeeListUsing ExtGantt / ExtScheduler from Bryntum ? I can help you integrate and implement it.
Thank you for reporting this bug. We will make it our priority to review this report.


Reply With Quote