-
28 Oct 2012 3:28 AM #1
"sencha app build" error on windows
"sencha app build" error on windows
"sencha app build" error on windows
Sencha Cmd 3.0.0.230
Ext 4.1.1a
Compass installed and added the path to the environment
this is what I did:
- created a new project with 'sencha generate myApp' -> OK
- tried to build the app with 'sencha build app myApp' ->
...
[INFO ] -sass:
[INFO ]
[INFO ] [shellscript] "compass" is not recognized as an internal or external command,
[INFO ]
[INFO ] [shellscript]
[INFO ]
[INFO ] [shellscript] C:\...\myApp\resources\sass\default>compass compile --boring --force
[INFO ]
[INFO ] [shellscript]
[INFO ]
[ERROR]
[ERROR] BUILD FAILED
[ERROR] com.sencha.exceptions.BasicException: The following error occurred while executing this line:
...
- compass is running fine from the command-line:
I changed into 'C:\...\myApp\resources\sass\default'
and ran the command 'compass compile --boring --force' -> OK, build was generated
Any help to solve the build error?
Is it possible to skip the compass-command ?
Thanks
-
28 Oct 2012 5:21 PM #2
You can disable compass compilation (see http://www.sencha.com/forum/showthre...l=1#post904896).
That is odd that you can run compass from the console but the build script cannot. What version of Windows and Java do you have?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!"
-
29 Oct 2012 12:51 AM #3
-
30 Oct 2012 10:40 PM #4
I am curious if your on a 64-bit Windows and if your JRE is 32-bit or 64-bit?
This could be caused by trying to hop from 32-bit JRE to 64-bit compass or vise-verse. Just a guess though.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!"
Thank you for reporting this bug. We will make it our priority to review this report.


Reply With Quote