Added a line to build.xml to echo the value of $ANT_OPTS after

being burned one too many times by having it already set in my
environment.  What was the motivation for that change again?
In any case this should make it easier to notice.

git-svn-id: http://lampsvn.epfl.ch/svn-repos/scala/scala/trunk@19925 5e8d7ff9-d8ef-0310-90f0-a4852d11357a
This commit is contained in:
extempore 2009-11-28 21:11:43 +00:00
parent 008a064904
commit 1ba42cc9c1
1 changed files with 1 additions and 0 deletions

View File

@ -180,6 +180,7 @@ PROPERTIES
but if it is unset it will take this default value. -->
<property name="env.ANT_OPTS" value="-Xms512M -Xmx1024M -Xss1M -XX:MaxPermSize=128M" />
<!-- to find max heap usage: -Xaprof ; currently at 980M for locker.comp -->
<echo message="Using ANT_OPTS: ${env.ANT_OPTS}" />
<property
name="scalacfork.jvmargs"