CSchmitz81
1 Nov 2012, 11:46 AM
Hi, I'm pretty green with Sencha so please bear with me.
I'm trying to compile a project that I'm helping my boss with and I'm running into an odd error. I'm using the command:
sencha compile -classpath=ext/src,js page -yui -in app.html -out build/app.html
Everything runs fine and then I get the error:
Failed to find file for MyProject.view.Viewport
required by /Volumes/Secure/MyProject/BetaDevelopment_Web/Web/webroot/app/app.js
I've looked through the project (which loads fine in my browser) and the file exists, it's labeled correctly throughout the project files.
Is there a part of my terminal command's syntax that I should change?
Let me know if I need to provide more information. I don't know exactly where to start troubleshooting so I don't want to flood the post with information that may not help solve the problem.
I'm trying to compile a project that I'm helping my boss with and I'm running into an odd error. I'm using the command:
sencha compile -classpath=ext/src,js page -yui -in app.html -out build/app.html
Everything runs fine and then I get the error:
Failed to find file for MyProject.view.Viewport
required by /Volumes/Secure/MyProject/BetaDevelopment_Web/Web/webroot/app/app.js
I've looked through the project (which loads fine in my browser) and the file exists, it's labeled correctly throughout the project files.
Is there a part of my terminal command's syntax that I should change?
Let me know if I need to provide more information. I don't know exactly where to start troubleshooting so I don't want to flood the post with information that may not help solve the problem.