Hi and thanks for the reply.
I dont have .sencha directory in my project because it wasn't created with sencha cmd, I am trying to only compile it by sending --classpath as parameter like so:
Code:
$ sencha compile --classpath htdocs/libs/ext4/src,htdocs/libs/ext4_ux/,htdocs/app/* page -yui -in htdocs/application.js -out build/allclasses.js
And this is the output:
Code:
Sencha Cmd v3.0.2.288
[INF] Compiling page null
[INF] Processing classPath entry : /_projects/project/sencha-compile-temp-dir
[INF] Processing classPath entry : htdocs/libs/ext4/src
[INF] Processing classPath entry : htdocs/libs/ext4_ux/
[INF] Processing classPath entry : htdocs/app/*
[INF] Processing class inheritance graph
[ERR] Failed to resolve dependency Object for file Ext.ux.ToolbarDroppable
[ERR] Error executing page compilation Unknown definition for dependency : Object
[ERR] com.sencha.exceptions.ExNotFound: Unknown definition for dependency : Object
Any help appreciated.