StephenHahn
28 Oct 2012, 3:28 AM
"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
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