aboutsummaryrefslogtreecommitdiff
path: root/stage2
diff options
context:
space:
mode:
authortim-zh <tim.zhlobich@gmail.com>2016-10-18 20:56:20 +0300
committertim-zh <tim.zhlobich@gmail.com>2016-10-28 23:45:27 +0300
commiteaf05a398ce25011eb7649324f3e60689d8a879a (patch)
tree1ae9cbc1e1a53be9b0c96610e14e5abe8bb87e9c /stage2
parent358a189db9842705d5c885a4c315635cd36fdc14 (diff)
downloadcbt-eaf05a398ce25011eb7649324f3e60689d8a879a.tar.gz
cbt-eaf05a398ce25011eb7649324f3e60689d8a879a.tar.bz2
cbt-eaf05a398ce25011eb7649324f3e60689d8a879a.zip
web ui
Diffstat (limited to 'stage2')
-rw-r--r--stage2/ToolsTasks.scala7
1 files changed, 7 insertions, 0 deletions
diff --git a/stage2/ToolsTasks.scala b/stage2/ToolsTasks.scala
index 2c4978e..324b7d8 100644
--- a/stage2/ToolsTasks.scala
+++ b/stage2/ToolsTasks.scala
@@ -17,6 +17,13 @@ class ToolsTasks(
implicit val logger: Logger = lib.logger
def createMain: Unit = lib.createMain( cwd )
def createBuild: Unit = lib.createBuild( cwd )
+ def gui = NailgunLauncher.main(Array(
+ "0.0",
+ (cbtHome / "tools" / "gui").getAbsolutePath,
+ "run",
+ cwd.getAbsolutePath,
+ constants.scalaMajorVersion
+ ))
def resolve = {
ClassPath.flatten(
args(1).split(",").toVector.map{