[flexcoders] Maven plugin out of memory problem

2007-10-14 Thread Ronen Naor
Hi, Has anyone encountered the following problem using the maven israfil plugin: java.lang.OutOfMemoryError: Java heap space at java.util.HashMap.resize(Unknown Source) at java.util.HashMap.addEntry(Unknown Source) at java.util.HashMap.put(Unknown Source) at macromedia.abc.ByteArrayPool.store(

Re: [flexcoders] Maven plugin out of memory problem

2007-10-15 Thread Ronen Naor
ing the optimized version of a binary, in most compilers, takes > less memory than the debug version. > > regards, > Christian. > > > On 14-Oct-07, at 1:14 PM, Ronen Naor wrote: > > > Hi, > > Has anyone encountered the following problem using the mave

Re: [flexcoders] Maven plugin out of memory problem

2007-10-15 Thread Ronen Naor
But > just a couple of thoughts: have you tried altering the max heap size using > the java -Xmx option? I also wonder if the twice-the-size problem is a > result of it compiling in debug mode. > > > On 10/14/07, Ronen Naor <[EMAIL PROTECTED]> wrote: > > > > Hi, > &

Re: [flexcoders] Maven plugin out of memory problem

2007-10-16 Thread Ronen Naor
israfil-mojo-users list at googlegroups. -cg. > > > On 15-Oct-07, at 9:41 AM, Ronen Naor wrote: > > > Yes, I did try java -Xmx without any luck. > > And I don't compile it in debug mode. > > > > Maybe I should test it also with Ant to see the difference. >

Re: [flexcoders] Maven plugin out of memory problem

2007-10-16 Thread Ronen Naor
n't be a disclosure > any more than sample code. > > regards, > Christian. > > > On 16-Oct-07, at 7:01 AM, Ronen Naor wrote: > > > I can't send only part of my POM because of company issues, but I > > can tell u > > there is nothing particular there. &g

Re: [flexcoders] Maven plugin out of memory problem

2007-10-16 Thread Ronen Naor
/flex- config.xml I use also my own flex-config.xml file because of chart liscenses I need to add, perhaps it is part of the reason for the problem? On 10/16/07, Ronen Naor <[EMAIL PROTECTED]> wrote: > > sure, it was alreasy as part of the pom I sent, on

[flexcoders] components styleName

2008-02-07 Thread Ronen Naor
Hi, Is it possible using some technique to assign many styles to a component, for example: * *Thanks, Ronen.

[flexcoders] webtier flexbuilder license

2008-05-14 Thread Ronen Naor
Hi, I'm using the webtier compiler environment under Tomcat and everything works fine except the license issue. When I uncomment this section in flex-config.xml file: * * I get : INFO Loading configuration file ..WEB-INF\flex\flex-webtier-config.xml *INFO Loading configuration file ..W

[flexcoders] How to debug when I have IE crash?

2009-07-26 Thread Ronen Naor
Hi,We are having quite a lot of IE crashes when running our Flex 3 applications. Usually the clients use IE 7 or 8 and the flash player version is > 10. How can I debug it? Is there some kind of logs I can see? Thanks, Ronen

Re: [flexcoders] Re: How to debug when I have IE crash?

2009-07-27 Thread Ronen Naor
Thx, I will give it a try On Mon, Jul 27, 2009 at 7:33 AM, jedierikb wrote: > > > this might be helpful: > > http://stackoverflow.com/questions/560979/how-to-debug-swf-browser-crashes > > > --- In flexcoders@yahoogroups.com , Ronen > Naor wrote: > > >