Re: Frequent java.lang.OutOfMemoryError: Java heap space error

2009-12-11 Thread vinothofindia
nell wrote: > > > Hello Vino, > > how is base.path defined in your script ? > > Do you have a blurb somewhere looking like > > > > > > > > It looks like base.path is replaced at runtime literally with > "" > > Regards, >

RE: Frequent java.lang.OutOfMemoryError: Java heap space error

2009-12-07 Thread vinothofindia
Hi, I have been encountering same issue. I got "java.lang.OutOfMemoryError: Java heap space" when I tried to compile my code with ANT. So, I tried setting ANT_OPTS env var, that doesn't resolve the issue permanently and the issue occurred intermittently. Then I tried setting fork attribute in m