summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2009-11-28 21:11:43 +0000
committerPaul Phillips <paulp@improving.org>2009-11-28 21:11:43 +0000
commitb22086d0eb54a4d14cc04714d6d33395ca167f8c (patch)
tree1f25a755176196f4c61c7ad8860f8c4b2c10d1c9 /build.xml
parentcf92cfb928f8a3ff5b178e438ee7bb9b8136086b (diff)
downloadscala-b22086d0eb54a4d14cc04714d6d33395ca167f8c.tar.gz
scala-b22086d0eb54a4d14cc04714d6d33395ca167f8c.tar.bz2
scala-b22086d0eb54a4d14cc04714d6d33395ca167f8c.zip
Added a line to build.xml to echo the value of ...
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.
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index 0e002c3791..849f95e89c 100644
--- a/build.xml
+++ b/build.xml
@@ -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"