Eric Le Goff wrote:
I am trying to build the class library following the steps described
at http://harmony.apache.org/quickhelp_contributors.html
My OS is Ubuntu Feisty
From [Harmony]/trunk/working_classlib/
Ant fails with
[...]/build.xml : 113[..]
[..]/make/build-java.xml:130 : java.lang.reflect.InvocationTargetException
Any idea where I may have missed something ?
I get this error unless I set ANT_OPTS="-Xms256m -Xmx512m". The default
heap size is just not enough to compile whole classlib, so I get
OutOfMemoryError that causes InvocationTargetException.
--
Gregory