From 5e99b77de7112820e13aedce596e01f55095e901 Mon Sep 17 00:00:00 2001 From: Alexander Udalov Date: Fri, 24 Jan 2014 19:57:06 +0400 Subject: [PATCH] Compile built-ins with the new compiler in build.xml Instead of nested "withKotlin" element in javac2 which launches bootstrap-compiler, we launch K2JVMCompiler from the newly built compiler directly --- build.xml | 52 ++++++++++++++++++++++++++++++++++------------------ 1 file changed, 34 insertions(+), 18 deletions(-) diff --git a/build.xml b/build.xml index 2f241c33656..e56beaee4fc 100644 --- a/build.xml +++ b/build.xml @@ -526,27 +526,43 @@ - - - - - - + + + + - - - + + + + + - - - - - - - - - + + + + + + + + + + + + + + + + + + + + +