I am using Sencha Cmd 5.1 to build my Extjs 5.1.0 application.
** when i change the ext framework path under .sencha/workspace/sencha.cfg file to **
ext.dir =../ext
or some absolute path like C:\Temp\Framework\ext then it throw the following error. looks like it is finding the ext framework but failed to import other files within that file. is this a ruby compile issue ? I will really appreciate your help!!
any ideas ?
[exec] [INF] executing compass using system installed ruby runtime
****[exec] error ReviewViolations-example.scss (Line 2 of ../../../../../../ext/packages/ext-theme-neutral/sass/var/grid/column/Widget.scss: File to import not found or unreadable: ../../form/field/Base.scss.****
[exec] Load paths:
[exec] D:/Build_Trunk/target/sencha/ReviewViolations/build/temp/production/ReviewViolations/slicer-temp
[exec] D:/Sencha/Cmd/5.1.2.52/extensions/sencha-compass/gems/gems/compass-0.12.2/frameworks/blueprint/stylesheets
[exec] D:/Sencha/Cmd/5.1.2.52/extensions/sencha-compass/gems/gems/compass-0.12.2/frameworks/compass/stylesheets
[exec] Compass::SpriteImporter)
[exec] create ReviewViolations-example.css
[exec] [ERR]
[exec] [ERR] BUILD FAILED
[exec] [ERR] com.sencha.exceptions.ExProcess: compass process exited with non-zero code : 1
[exec] [ERR] at c
[exec] [ERR] om.sencha.command.environment.BuildEnvironment.execute(BuildEnvironment.java:252)
sencha.cfg
file is generated from sencha cmd while creating extjs app, why you're modifying it ? – Abhijit Muke