Hi Peter,
Couple of weeks ago I've merged my code with unit tests for TLF to develop
branch. After that jenkins build was failing with error "Out of Memory" or
something similar. With Alex we tried to fix this increasing memory, but
finally we have fixed it in other way. We didn't revert our chang
I figured out the problem. flex-tlf has a build.properties file where the
jvm.args are set; I¹m not sure why there is a setting in build.xml. The
values for the jvm.args were too big for my little machine, so after I
scaled them back I was able to build TLF.
Peter
On 12/2/14, 9:14 AM, "Subscripti
i've had problems in the past building flex-sdk with java 1.7; i had to
revert to 1.6 to get things working
worth a try?
Lee Burrows
ActionScripter
On 02/12/2014 14:10, Peter Ent wrote:
Hi,
I normally do everything on a Mac, but I need to re-sync things on my Windows machine.
I've tried to