I'm having the same problem - The project builds on one machine, but on two others.- Set up a new project via checkout from BitBucket.
- Workspace and app initialised via Sencha command.
- Run sencha app build with destination specified - The myApp-all.scss builds to the ./build/temp/testing/myApp/sass folder but the final output files don't get output to the specified build destination.
A debug build on a non-working machine (with a grep for myApp-all.css) is as follows:
Code:
[DBG] Initial Ant Value => app.output.css : ${app.output.resources}/myApp-all.css
[DBG] New Config Value => app.output.css : ${app.output.resources}/myApp-all.css
[DBG] loading ant prop app.out.css : /Users/andy/Projects/myApp-server/public/resources/myApp-all.css
[DBG] loading ant prop app.out.scss : /Users/andy/Projects/myApp/build/temp/testing/myApp/sass/myApp-all.scss
[DBG] loading ant prop app.output.css : ${app.output.resources}/myApp-all.css
[DBG] loading ant prop app.out.css.rel : resources/myApp-all.css
[DBG] loading ant prop build.out.css.path : /Users/andy/Projects/myApp-server/public/resources/myApp-all.css
[DBG] loading ant prop app.out.css.compressed : /Users/andy/Projects/myApp-server/public/resources/myApp-all.css
[DBG] loading ant prop app.output.css.path : resources/myApp-all.css
[DBG] loading ant prop app.out.css.prefix : myApp-all
[DBG] loading ant prop app.out.css.name : myApp-all.css
[DBG] loading ant prop app.out.base.debug : myApp-all
[DBG] loading ant prop app.out.base : myApp-all
[DBG] loading ant prop internal.app.css.rel : resources/myApp-all.css
[DBG] loading ant prop app.out.css : /Users/andy/Projects/myApp-server/public/resources/myApp-all.css
[DBG] loading ant prop app.output.css : ${app.output.resources}/myApp-all.css
[DBG] loading ant prop app.out.css.prefix : myApp-all
[DBG] loading ant prop app.out.css.name : myApp-all.css
[DBG] loading ant prop app.out.base.debug : myApp-all
[DBG] loading ant prop app.out.css.compressed : /Users/andy/Projects/myApp-server/public/resources/myApp-all.css
[DBG] loading ant prop build.out.css.path : /Users/andy/Projects/myApp-server/public/resources/myApp-all.css
[DBG] loading ant prop app.out.scss : /Users/andy/Projects/myApp/build/temp/testing/myApp/sass/myApp-all.scss
[DBG] loading ant prop app.out.base : myApp-all
[DBG] loading ant prop app.output.css.path : resources/myApp-all.css
[DBG] loading ant prop app.out.css.rel : resources/myApp-all.css
[DBG] loading ant prop internal.app.css.rel : resources/myApp-all.css
[INF] writing sass content to /Users/andy/Projects/myApp/build/temp/testing/myApp/sass/myApp-all.scss.tmp
[INF] appending sass content to /Users/andy/Projects/myApp/build/temp/testing/myApp/sass/myApp-all.scss.tmp
[INF] appending sass content to /Users/andy/Projects/myApp/build/temp/testing/myApp/sass/myApp-all.scss.tmp
[INF] building sass from /Users/andy/Projects/myApp/build/temp/testing/myApp/sass/myApp-all.scss to /Users/andy/Projects/myApp-server/public/resources/myApp-all.css
[INF] Compiling /Users/andy/Projects/myApp/build/temp/testing/myApp/sass/myApp-all.scss to /Users/andy/Projects/myApp-server/public/resources/myApp-all.css
[DBG] queueing build for path /Users/andy/Projects/myApp/build/temp/testing/myApp/sass/myApp-all.scss
[DBG] creating new bundle resource : resources/myApp-all.css
[DBG] loading ant prop app.out.scss : /Users/andy/Projects/myApp/build/temp/testing/myApp/sass/myApp-all.scss
[DBG] loading ant prop app.out.base : myApp-all
[DBG] loading ant prop build.out.css.path : /Users/andy/Projects/myApp-server/public/resources/myApp-all.css
[DBG] loading ant prop app.out.css.name : myApp-all.css
[DBG] loading ant prop app.out.css.compressed : /Users/andy/Projects/myApp-server/public/resources/myApp-all.css
[DBG] loading ant prop internal.app.css.rel : resources/myApp-all.css
[DBG] loading ant prop app.out.css.rel : resources/myApp-all.css
[DBG] loading ant prop app.output.css : ${app.output.resources}/myApp-all.css
[DBG] loading ant prop app.out.base.debug : myApp-all
[DBG] loading ant prop app.out.css.prefix : myApp-all
[DBG] loading ant prop app.output.css.path : resources/myApp-all.css
[DBG] loading ant prop app.out.css : /Users/andy/Projects/myApp-server/public/resources/myApp-all.css
On the working computer there's an additional section:
Code:
[DBG] input path is /Users/andy/Projects/myApp/build/temp/testing/myApp/sass/myApp-all.scss
[DBG] Client aa87d1aa-b83a-422b-a2be-f76fefdf7733 starting sass build for ../../../build/temp/testing/myApp/sass/myApp-all.scss
[DBG] input path is /Users/andy/Projects/myApp-server/public/resources/myApp-all.css
[DBG] REQUEST /build/temp/testing/myApp/sass/myApp-all.scss on [email protected],g=HttpGenerator{s=0,h=-1,b=-1,c=-1},p=HttpParser{s=-5,l=14,c=0},r=114
[DBG] scope null||/build/temp/testing/myApp/sass/myApp-all.scss @ o.e.j.w.WebAppContext{/,file:/Users/andy/Projects/myApp/}
[DBG] context=||/build/temp/testing/myApp/sass/myApp-all.scss @ o.e.j.w.WebAppContext{/,file:/Users/andy/Projects/myApp/}
[DBG] servlet |/build/temp/testing/myApp/sass/myApp-all.scss|null -> default
[DBG] Resource /build/temp/testing/myApp/sass/myApp-all.scss.gz=null
[DBG] Resource /build/temp/testing/myApp/sass/myApp-all.scss=file:/Users/andy/Projects/myApp/build/temp/testing/myApp/sass/myApp-all.scss
[DBG] uri=/build/temp/testing/myApp/sass/myApp-all.scss resource=file:/Users/andy/Projects/myApp/build/temp/testing/myApp/sass/myApp-all.scss content
[DBG] RESPONSE /build/temp/testing/myApp/sass/myApp-all.scss 200 handled=true
[LOG] Building ../../../build/temp/testing/myApp/sass/myApp-all.scss
[LOG] Build complete for ../../../build/temp/testing/myApp/sass/myApp-all.scss[DBG] filled 471/471
[INF] Building ../../../build/temp/testing/myApp/sass/myApp-all.scss
[INF] saving generated css content to /Users/andy/Projects/myApp-server/public/resources/myApp-all_1.css
[INF] saving generated css content to /Users/andy/Projects/myApp-server/public/resources/myApp-all_2.css
[DBG] Resource with path '/Users/andy/Projects/myApp-server/public/resources/myApp-all.css' not found
[DBG] creating new bundle resource : resources/myApp-all.css
[DBG] loading ant prop app.out.scss : /Users/andy/Projects/myApp/build/temp/testing/myApp/sass/myApp-all.scss
[DBG] loading ant prop app.out.base : myApp-all
[DBG] loading ant prop build.out.css.path : /Users/andy/Projects/myApp-server/public/resources/myApp-all.css
[DBG] loading ant prop app.out.css.name : myApp-all.css
[DBG] loading ant prop app.out.css.compressed : /Users/andy/Projects/myApp-server/public/resources/myApp-all.css
[DBG] loading ant prop internal.app.css.rel : resources/myApp-all.css
[DBG] loading ant prop app.out.css.rel : resources/myApp-all.css
[DBG] loading ant prop app.output.css : ${app.output.resources}/myApp-all.css
[DBG] loading ant prop app.out.base.debug : myApp-all
[DBG] loading ant prop app.out.css.prefix : myApp-all
[DBG] loading ant prop app.output.css.path : resources/myApp-all.css
[DBG] loading ant prop app.out.css : /Users/andy/Projects/myApp-server/public/resources/myApp-all.css
But I don't see the myApp-all.css in the specified destination.
It could be a permissions thing (new computer) but it's the same username and has been working without issue in the 5.x Command and ExtJS 5.x.
Does the lack of this section:
Code:
[DBG] uri=/build/temp/testing/myApp/sass/myApp-all.scss resource=file:/Users/andy/Projects/myApp/build/temp/testing/myApp/sass/myApp-all.scss content
[DBG] RESPONSE /build/temp/testing/myApp/sass/myApp-all.scss 200 handled=true
[LOG] Building ../../../build/temp/testing/myApp/sass/myApp-all.scss
[LOG] Build complete for ../../../build/temp/testing/myApp/sass/myApp-all.scss[DBG] filled 471/471
in the failing log suggest that sass compilation client/server process it spins up not responding?
If so, how do we fix this?