RE: A memory problem in ant or build.xml

2005-04-02 Thread Rainer Noack
; From: Mikael Petterson (KI/EAB) > [mailto:[EMAIL PROTECTED] > Sent: Friday, April 01, 2005 8:58 AM > To: user@ant.apache.org > Subject: A memory problem in ant or build.xml > > > Hi, > > I am running Apache Ant version 1.6.2 compiled on July 16 > 2004 on Solaris 8.

Re: A memory problem in ant or build.xml

2005-03-31 Thread Ivan Ivanov
Mikael, as a general rule, it is recommended to avoid s and replace it with HTH Ivan --- "Mikael Petterson (KI/EAB)" <[EMAIL PROTECTED]> wrote: > Hi, > > I am running Apache Ant version 1.6.2 compiled on > July 16 2004 on Solaris 8. > I have about 1600 source files that I build. > > I used ANT_

A memory problem in ant or build.xml

2005-03-31 Thread Mikael Petterson \(KI/EAB\)
Hi, I am running Apache Ant version 1.6.2 compiled on July 16 2004 on Solaris 8. I have about 1600 source files that I build. I used ANT_OPTS="-Xms256m -Xmx512m";export ANT_OPTS to execute my build file. ( Is there a way to check that ant use this env. variable?). Then I get 'java.lang.OutOfMem