-
28 Dec 2012 1:18 PM #1
compile Failed to find file
compile Failed to find file
I'm trying to compile my application. I don't get any errors in firebug everything runs fine but when I try to complie the app I get these errors
I don't understand why it can't find the Viewport.js fileCode:[ERR] Failed to find file for AM.view.Viewport required by /Applications/MAMP/htdocs/top250/daily/app/Application.js [ERR] Error executing page compilation Failed to find any files for AM.view.Viewport [ERR] com.sencha.exceptions.ExBuild: Failed to find any files for AM.view.Viewport
I have this set in my Application.js file
as well asCode:Ext.Loader.setPath('AM', 'app');
Code:Ext.application({ name: 'AM',
-
31 Dec 2012 7:20 AM #2Sencha - Senior Forum Manager
- Join Date
- Mar 2007
- Location
- St. Louis, MO
- Posts
- 33,599
- Vote Rating
- 434
Is the AM.view.Viewport in app/view/Viewport.js?
Mitchell Simoens @SenchaMitch
Sencha Inc, Senior Forum Manager
________________
http://www.JSONPLint.com - Source to lint your JSONP!
Check out my GitHub, lots of nice things for Ext JS 4 and Sencha Touch 2
https://github.com/mitchellsimoens
Think my support is good? Get more personalized support via a support subscription. https://www.sencha.com/store/
Need more help with your app? Hire Sencha Services services@sencha.com
Want to learn Sencha Touch 2? Check out Sencha Touch in Action that is almost in print!
When posting code, please use BBCode's CODE tags.
-
31 Dec 2012 7:49 AM #3
@MitchellSimoens
Yeah that's what I don't understand because the file exists in that location. I thought maybe it's not recognizing my app name, I have no idea whats going on.
Thank you for reporting this bug. We will make it our priority to review this report.


Reply With Quote