From db772a2283134b22da1a3fe4cb6844c344a254c7 Mon Sep 17 00:00:00 2001 From: "gyeongmin.ju" Date: Wed, 31 May 2017 15:31:51 +0900 Subject: [PATCH] RTSDK: change build process to async change build process to async Change-Id: I1646534b4d7e461e63f59fa3fd8ad8aed20c0b6a Signed-off-by: gyeongmin.ju --- rt-ide/tizen.rt.product.plugin/plugin.xml | 25 +++- .../plugin_customization.ini | 2 +- .../src/org/tizen/rt/ide/build/BuildWizard.java | 44 +----- .../src/org/tizen/rt/ide/builder/RtBuilder.java | 148 +++++++++++++++++++++ .../org/tizen/rt/ide/commands/BuildCommand.java | 12 +- .../src/org/tizen/rt/product/RtProjectNature.java | 3 + 6 files changed, 184 insertions(+), 50 deletions(-) create mode 100644 rt-ide/tizen.rt.product.plugin/src/org/tizen/rt/ide/builder/RtBuilder.java diff --git a/rt-ide/tizen.rt.product.plugin/plugin.xml b/rt-ide/tizen.rt.product.plugin/plugin.xml index c01511c..970fe1e 100644 --- a/rt-ide/tizen.rt.product.plugin/plugin.xml +++ b/rt-ide/tizen.rt.product.plugin/plugin.xml @@ -11,7 +11,7 @@ @@ -460,6 +460,9 @@ class="org.tizen.rt.product.RtProjectNature"> + + @@ -687,9 +690,11 @@ - - - + + agedbuilder.ui.ConvertTargetAction"/> @@ -747,11 +752,21 @@ - + + + + + +