atreyu
6 Mar 2009, 1:55 AM
I have the following error compiling ext.
Java -jar builder.jar -s "/devel/head/third_party/ext/trunk" -o "/devel/head/third_party/ext/compiledR"
Processing Component: /ext-core.js
- Processing File: core/core/Ext.js
- Processing File: util/core/TaskMgr.js
- Processing File: adapter/core/ext-base-begin.js
js: "/devel/head/third_party/ext/trunk/src/adapter/core/ext-base-begin.js", line 12: missing } after function body
js:
js: ...^
js: "/devel/head/third_party/ext/trunk/src/adapter/core/ext-base-begin.js", line 1: Compilation produced 1 syntax errors.
for the Debug option "-s" all it's ok!!
Java -jar builder.jar -s "/devel/head/third_party/ext/trunk" -o "/devel/head/third_party/ext/compiledR"
Processing Component: /ext-core.js
- Processing File: core/core/Ext.js
- Processing File: util/core/TaskMgr.js
- Processing File: adapter/core/ext-base-begin.js
js: "/devel/head/third_party/ext/trunk/src/adapter/core/ext-base-begin.js", line 12: missing } after function body
js:
js: ...^
js: "/devel/head/third_party/ext/trunk/src/adapter/core/ext-base-begin.js", line 1: Compilation produced 1 syntax errors.
for the Debug option "-s" all it's ok!!