From 244f37aa74990bda52eaf46d324b3827e82870ba Mon Sep 17 00:00:00 2001 From: Alexander Udalov Date: Mon, 27 Apr 2015 18:30:01 +0300 Subject: [PATCH] Use preloader for JS compilation in build.xml Similar to "new-kotlinc" macro. Before this change bootstrap-runtime appeared earlier on the classpath than the newly built compiler, and so everything was breaking when e.g. built-ins metadata had been updated (old version in the old runtime was found earlier than the newer version in the compiler) --- build.xml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/build.xml b/build.xml index e3a043da7ea..55dc0774554 100644 --- a/build.xml +++ b/build.xml @@ -271,14 +271,17 @@ - + - - + + + +