From 3179f67bfcae2f632de14f6159825c543dbb2679 Mon Sep 17 00:00:00 2001 From: Andrey Breslav Date: Mon, 22 Apr 2013 15:23:56 +0400 Subject: [PATCH] Tasks for quickly building kotlin-compiler.jar using the results of incremental compilation in the IDE --- build.xml | 95 +++++++++++++++++++++++++++++++++++++++---------------- 1 file changed, 68 insertions(+), 27 deletions(-) diff --git a/build.xml b/build.xml index d2dd340cd3f..0842b187274 100644 --- a/build.xml +++ b/build.xml @@ -37,6 +37,21 @@ + + + + + + + + + + + + + + + @@ -55,7 +70,7 @@ - + @@ -221,6 +236,49 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -231,28 +289,7 @@ - - - - - - - - - - - - - - - - - - - - - - + @@ -480,7 +517,13 @@ + depends="clean,init,prepareDist,compileGenerators,invokeGenerators,compiler,compilerSources,antTools,jdkAnnotations,annotationsExt,runtime,jslib,j2kConverter"/> + + + + @@ -488,6 +531,4 @@ - - - + \ No newline at end of file