I am trying to modify the sencha CMD build environment for an existing EXTjs 4.1 application. All coding conventions mentioned in http://docs.sencha.com/ext-js/4-1/#!/guide/command_code are respected. However, I was stuck at the compilation stage with the error java.lang.OutOfMemoryError: GC overhead limit exceeded .
I suspect that this may be circular dependence, but cannot be sure. Has anyone tried using sencha CMD in an existing Ext application? Also can you tell me how to increase the memory used by Ant to start the build process?
Any hints or pointers to additional information are much appreciated.
thanks
source share