Threaded View
-
10 Dec 2012 2:24 AM #1
Failed Sencha Compile - Error - com.sencha.exceptions.BasicException
Failed Sencha Compile - Error - com.sencha.exceptions.BasicException
Our Application has been created using the Sencha generate
Our build-impl modified to accomodate index.jsp instead of index.htmlCode:sencha -sdk Downloads/COP/ext-4.1.1a generate app MYAPP CMDWS/MYAPP"
Our index.jspCode:<!-- compile the page --> <x-sencha-command> compile ${build.options} page -name=page -in=index.jsp -out=${build.dir}/index.jsp ....................................... </x-sencha-command>
When the Application is built usingCode:<link rel="stylesheet" type="text/css" href="ext/resources/css/ext-all-gray.css" media="all"> <link rel="stylesheet" type="text/css" href="resources/css/MYAPP.css" media="all"> <link rel="stylesheet" type="text/css" href="resources/css/tabpanelcss.css" media="all"> <link rel="stylesheet" type="text/css" href="resources/css/topGrid.css" media="all"> <link rel="stylesheet" type="text/css" href="resources/css/userProfile.css" media="all"> <link rel="stylesheet" type="text/css" href="resources/css/topboilerplate.css" media="all"> <link rel="stylesheet" type="text/css" href="ext/ux/form/field/BoxSelect.css" media="all"> <link rel="stylesheet" type="text/css" href="ext/ux/css/CheckHeader.css" media="all"/> <link rel="stylesheet" href="resources/css/default/app.css"> <!-- <x-compile> --> <!-- <x-bootstrap> --> <script src="ext/ext-dev.js"></script> <script src="bootstrap.js"></script> <!-- </x-bootstrap> --> <script type="text/javascript" src="app/all-classes.js"></script> <script src="app/app.js"></script> <!-- </x-compile> -->
Build fails with the errorCode:"sencha app build"
Any help in understanding the issue would be greatly appreciated.Code:[ERR] def was null [ERR] failed to find meta class definition for name MYAPP.model.MYAPP.model.ReviewFeedback [ERR] BUILD FAILED [ERR] com.sencha.exceptions.BasicException
Sencha Cmd is a bit mysterious to unravel as we dig further we are expecting more.
Thank you for reporting this bug. We will make it our priority to review this report.


Reply With Quote