I am trying to create a Sencha application, but am getting the following errors:
[ERR] The following error occurred while executing this line: /Users/conor/Repositories/POS/pos/.sencha/app/build-impl.xml:286:
The following error occurred while executing this line: /Users/conor/Repositories/POS/pos/.sencha/app/sass-impl.xml:280:
The following error occurred while executing this line: /Users/conor/Repositories/POS/pos/.sencha/app/sass-impl.xml:286:
Problem: Failed to create task or enter x-compass-compile command. Reason: name is undefined. Action: Check spelling. Act. Make sure custom tasks / types have been declared. Act. Make sure / declaration.
I looked at Ant scripts and it seems that the problem is related to the SASS process using Compass.
I can confirm that Compass v1.0.3 is installed.
After that, I'm not an expert at Sencha, so I'm stuck. How can I fix this problem?
Thanks.
source share