equal
deleted
inserted
replaced
276 run 'octane' in single or separate processes based on config |
276 run 'octane' in single or separate processes based on config |
277 This uses nashorn as the default runtime |
277 This uses nashorn as the default runtime |
278 --> |
278 --> |
279 <target name="octane-nashorn" depends="jar"> |
279 <target name="octane-nashorn" depends="jar"> |
280 <property name="runtime" value="nashorn"/> |
280 <property name="runtime" value="nashorn"/> |
281 <antcall target="octane-process-separate"/> |
281 <!-- |
282 <antcall target="octane-process-single"/> |
282 Temporarily disabled because ant script tag is broken with |
|
283 jdk9. See also: JDK-8152533. |
|
284 |
|
285 <antcall target="octane-process-separate"/> |
|
286 <antcall target="octane-process-single"/> |
|
287 --> |
|
288 <echo message="octane target temporarily disabled"/> |
283 </target> |
289 </target> |
284 |
290 |
285 <!-- alias for 'octane' --> |
291 <!-- alias for 'octane' --> |
286 <target name="octane" depends="octane-nashorn"/> |
292 <target name="octane" depends="octane-nashorn"/> |
287 |
293 |