File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -189,9 +189,6 @@ PROPERTIES
189
189
<!-- if ANT_OPTS is already set by the environment, it will be unaltered,
190
190
but if it is unset it will take this default value. -->
191
191
<property name =" env.ANT_OPTS" value =" -Xms1536M -Xmx1536M -Xss1M -XX:MaxPermSize=192M -XX:+UseParallelGC" />
192
-
193
- <!-- to find max heap usage: -Xaprof ; currently at 980M for locker.comp -->
194
- <echo message =" Forking with JVM opts: ${ env.ANT_OPTS } ${ jvm.opts } " />
195
192
196
193
<property
197
194
name =" scalacfork.jvmargs"
@@ -246,8 +243,12 @@ INITIALISATION
246
243
value =" ${ version.major } .${ version.minor } .${ version.patch } .${ git.describe } " />
247
244
248
245
<!-- And print-out what we are building -->
249
- <echo level =" info" message =" Build number is '${ version.number } '" />
250
- <echo level =" info" message =" Built ${ time.human } from revision ${ git.describe } with ${ java.vm.name } ${ java.version } " />
246
+ <echo message =" build time: ${ time.human } " />
247
+ <echo message =" java version: ${ java.vm.name } ${ java.version } " />
248
+ <echo message =" java args: ${ env.ANT_OPTS } ${ jvm.opts } " />
249
+ <echo message =" javac args: ${ javac.args } " />
250
+ <echo message =" scalac args: ${ scalac.args } " />
251
+ <echo message =" build number: ${ version.number } " />
251
252
252
253
<!-- Local libs (developer use.) -->
253
254
<mkdir dir =" ${ lib-extra.dir } " />
You can’t perform that action at this time.
0 commit comments