This week, I wanted to use Ant to compile a large project with a couple external libraries. Right after a few seconds of running my build.xml using Ant, I received this ugly message: compile flex project: [mxmlc] Loading configuration file C:\Program Files\Adobe\Flex Builder 3\sdks\3.3.0\frameworks\flex-config.xml [mxmlc] Error: Java heap space [mxmlc] java.lang.OutOfMemoryError: Java heap space …… [...]
Read full blog post: Ant Compiling in Flex Builder “Error: Java heap space”Archive for the ‘Java’ Category
Ant Compiling in Flex Builder “Error: Java heap space”
Friday, July 10th, 2009
Google App Engine Text Datastore Object not Saving with AMF
Thursday, July 2nd, 2009
I’ve been working with creating a Flex app with Google App Engine and AMF based on Sekhar Ravinutala’s blog post about using GraniteDS and the new Java framework for GAE. Everything was going smoothly until I needed to use a datastore Text object instead of a standard string property because a string can only contain 500 [...]
Read full blog post: Google App Engine Text Datastore Object not Saving with AMF
I’ve been working with creating a Flex app with Google App Engine and AMF based on Sekhar Ravinutala’s blog post about using GraniteDS and the new Java framework for GAE. Everything was going smoothly until I needed to use a datastore Text object instead of a standard string property because a string can only contain 500 [...]
Read full blog post: Google App Engine Text Datastore Object not Saving with AMF