>>ant logger buffers the logs in memory and flush out to a log file >> when build is finished. The system runs out of memory since our build >> is huge and it calls many sub ant files.
>This seems easily solvable by flushing to a log file as it goes without >buffering. Have you tried this? And? It's obviously not the best way to deal with this but setting the ANT_OPTS environment variable to -Xmx256m was a temporary fix for me. John-Mason Shackelford Software Developer NCS Pearson - Measurement Services 2510 North Dodge St. Iowa City, IA 52245 319-354-9200x6214 [EMAIL PROTECTED] **************************************************************************** This email may contain confidential material. If you were not an intended recipient, Please notify the sender and delete all copies. We may monitor email to and from our network. **************************************************************************** -- To unsubscribe, e-mail: <mailto:ant-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:ant-user-help@;jakarta.apache.org>
