Re: Increasing the memory!

2009-04-07 Thread Francis Galiegue
Le Tuesday 07 April 2009 14:54:20 S G, vous avez écrit : > Hi, >     How to increase the memory while running the ant task.I am getting > OutOfMemoryError.I am not using javac task,for which i know how to > increase. Thanks for the help. export ANT_OPTS="-Xmx $ANT_OPTS" -- Francis Galiegue f...@

Increasing the memory!

2009-04-07 Thread S G
Hi,     How to increase the memory while running the ant task.I am getting OutOfMemoryError.I am not using javac task,for which i know how to increase.    Thanks for the help.