dependencies - sencha touch build issue -


i using command "sencha app build testing" deploy testing package.

i getting following errors during creating testing build:

[wrn]           c1000: yui compressor warning (trailing comma not legal in ecma-262 object initializer =>     },) -- c:\localdevelopment\apps\pressflow\ne w\pulse\app\app\view\ddeditor.js:2663 [inf]           processing class inheritance graph [inf]           processing instantiation refereces classes , aliases [wrn]           c1000: yui compressor warning (trailing comma not legal in  ecma-262 object initializer =>     },) -- c:\localdevelopment\apps\pressflow\ne w\pulse\app\app\view\ddeditor.js:2663 [inf]           processing source dependencies [err]           circular requires reference : ...\touch\src\abstractcomponent.js ...\touch\src\evented.js -> ...\touch\src\core\src\util\taskman ager.js -> ...\touch\src\util\taskrunner.js ->  ...\touch\src\util\format.js -> ...\touch\src\core\src\util\taskman ager.js [err] [err]           build failed [err]           com.sencha.exceptions.basicexception: following error occurr ed while executing line: [err]           ...\.sencha\app\bui ld-impl.xml:137: com.sencha.exceptions.exscript: wrapped com.sencha.exceptions.b asicexception: com.sencha.exceptions.excircularreference: circular requires refe rence file ...\touch\src\core\s rc\util\taskmanager.js (x-app-build#273)   runappbuild (x-app-build:273)   [anon ymous] (x-app-build:545)   x_app_build (x-app-build:543)   <script> (anonymous:1 ) 

please resolve these errors ...

you have typos in code. that's

[wrn] c1000: yui compressor warning (trailing comma not legal in ecma-262 object initializer => },) -- c:\localdevelopment\apps\pressflow\ne w\pulse\app\app\view\ddeditor.js:2663

is complaining. have commas somewhere in ddeditor.js.

the

[err] circular requires reference :

says requiring classes in project before can use it. take @ post http://bugsdaily.com/sencha-extjs-4/extjs-circular-requires-reference.html


Comments

Popular posts from this blog

java - activate/deactivate sonar maven plugin by profile? -

python - TypeError: can only concatenate tuple (not "float") to tuple -

java - What is the difference between String. and String.this. ? -