SenchaTouch Error while Building with SenchaCmd: Failed to find file(s) for depdency reference

May 21, 2013 in answer

0 votes, 0.00 avg. rating (0% score)

ANSWER:

I had to add the directory into the classpath of .sencha/app/sencha.cfg

app.classpath=$app.dir/app.js,$app.dir/app,$app.dir/extensions

this way the senchaCMD found all the files.

landei from http://stackoverflow.com/questions/16668450