From 474cd02f0bf9252bfc7c78fe49bf7509041a18a3 Mon Sep 17 00:00:00 2001 From: dubochet Date: Fri, 24 Mar 2006 16:32:26 +0000 Subject: [PATCH] Fixed bug #557: Testing available memory before running SABBUS is now more robust. git-svn-id: http://lampsvn.epfl.ch/svn-repos/scala/scala/trunk@6900 5e8d7ff9-d8ef-0310-90f0-a4852d11357a --- build.xml | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/build.xml b/build.xml index 35bc3ee27..29a4f48bf 100644 --- a/build.xml +++ b/build.xml @@ -15,13 +15,6 @@ PROPERTIES ============================================================================ --> - - - - - SABBUS requires additional memory. Please set the 'ANT_OPTS' environment - property to '-Xmx512M' or more. - @@ -182,6 +175,17 @@ INITIALISATION + + + + SABBUS requires additional memory. Please set the 'ANT_OPTS' environment + property to '-Xmx512M' or more. +