8011063: With older ant, we get the error "The <property> type doesn't support nested text data ("${run.te...jvmargs}")."

Fri, 29 Mar 2013 18:38:27 +0530

author
sundar
date
Fri, 29 Mar 2013 18:38:27 +0530
changeset 155
704f3083af8a
parent 154
e2ea7a29b9c1
child 156
a094fc010120

8011063: With older ant, we get the error "The <property> type doesn't support nested text data ("${run.te...jvmargs}")."
Reviewed-by: hannesw, ksrini

make/build.xml file | annotate | diff | comparison | revisions
     1.1 --- a/make/build.xml	Fri Mar 29 08:55:05 2013 +0100
     1.2 +++ b/make/build.xml	Fri Mar 29 18:38:27 2013 +0530
     1.3 @@ -56,7 +56,7 @@
     1.4    <target name="init" depends="init-conditions, init-cc">
     1.5  
     1.6  	<!-- extends jvm args -->
     1.7 -	<property name="run.test.jvmargs">${run.test.jvmargs.main}  ${run.test.cc.jvmargs}</property>
     1.8 +	<property name="run.test.jvmargs" value="${run.test.jvmargs.main}  ${run.test.cc.jvmargs}"/>
     1.9  	<property name="run.test.jvmargs.octane" value="${run.test.jvmargs.octane.main}  ${run.test.cc.jvmargs}" />
    1.10  
    1.11      <echo message="run.test.jvmargs=${run.test.jvmargs}"/>

mercurial