I am trying to retrofit sencha CMD's build environment to an existing EXTjs 4.1 app. All the coding conventions mentioned in http://docs.sencha.com/ext-js/4-1/#!/guide/command_code are followed. However I get stuck during the compile stage with a java.lang.OutOfMemoryError: GC overhead limit exceeded
error.
I am suspecting it could be a circular dependency but cannot be sure. Has anyone tried to use sencha CMD on an existing Ext app? Also can you tell me how to increase the memory used by Ant to run the build process?
Any hints or pointers to more information are much appreciated
thanks