aboutsummaryrefslogtreecommitdiff
path: root/stage2
diff options
context:
space:
mode:
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{