cordova - I'm using Sencha Cmd to compile an APP with and error that I can't understand -



cordova - I'm using Sencha Cmd to compile an APP with and error that I can't understand -

i'm trying compile sencha touch app in ios environment got error message not understand. though related conflict file not. message not clear. if has got message before i'll happy hear you.

i'm using touch 2 , sencha cmd 5.0.2.270

[inf] concatenating output file /users/marcocastro/documents/tradebookapp/tradebook_dev/build/temp/production/tradebook/sencha-compiler/cmd-packages.js [inf] writing content /users/marcocastro/documents/tradebookapp/tradebook_dev/bootstrap.js [inf] appending content /users/marcocastro/documents/tradebookapp/tradebook_dev/bootstrap.js [inf] appending content /users/marcocastro/documents/tradebookapp/tradebook_dev/bootstrap.js [inf] appending content /users/marcocastro/documents/tradebookapp/tradebook_dev/bootstrap.js [inf] appending content /users/marcocastro/documents/tradebookapp/tradebook_dev/bootstrap.json [inf] concatenating output file /users/marcocastro/documents/tradebookapp/tradebook_dev/cordova/www/app.js [inf] merging resources /users/marcocastro/documents/tradebookapp/tradebook_dev/cordova/www/resources [inf] merged 0 resources /users/marcocastro/documents/tradebookapp/tradebook_dev/cordova/www/resources [inf] merging resources /users/marcocastro/documents/tradebookapp/tradebook_dev/cordova/www [inf] merged 0 resources /users/marcocastro/documents/tradebookapp/tradebook_dev/cordova/www [inf] executing compass using scheme installed ruby runtime identical ../css/app.css [inf] copying page resources /users/marcocastro/documents/tradebookapp/tradebook_dev/cordova/www [err] [err] build failed [err] com.sencha.exceptions.exbuild: failed compress input [err] @ java.ut [err] il.regex.pattern$grouphead.match(pattern.java:4658) [err] @ java.util.regex.pattern$branch. [err] match(pattern.java:4604) [err] [err] @ java.util.regex.pattern$c [err] harproperty.match(pattern.java:3777) [err] @ java.util.regex.pattern$branchconn.match(pattern.java:4568) [err] @ java.util.regex.pattern$branchconn.match(pattern.java:4568) [err] @ java.util.regex.pattern$grouptail.match(pattern.java:4717) [err] @ java.util.regex.pattern$grouptail.match(pattern.java:4717) [err] [err] total time: 13 seconds [err] next error occurred while executing line: /users/marcocastro/documents/tradebookapp/tradebook_dev/.sencha/app/build-impl.xml:394: next error occurred while executing line: /users/marcocastro/documents/tradebookapp/tradebook_dev/.sencha/app/page-impl.xml:209: com.sencha.exceptions.exbuild: failed compress input

thanks, marco castro

this exception thrown when css getting compressed , compressor encounters bad syntax. paste app.css file validator , prepare errors (missing semicolon?) show up.

http://jigsaw.w3.org/css-validator/#validate_by_input

cordova extjs sencha-touch sencha-touch-2.1

Comments

Popular posts from this blog

Delphi change the assembly code of a running process -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -

C++ 11 "class" keyword -