From 46e38b73852e2c37aef6c0baeece39376a967ec4 Mon Sep 17 00:00:00 2001 From: Cedric Beust Date: Sun, 11 Oct 2015 09:31:46 -0700 Subject: [PATCH] Not used. --- src/main/kotlin/com/beust/kobalt/Main.kt | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/main/kotlin/com/beust/kobalt/Main.kt b/src/main/kotlin/com/beust/kobalt/Main.kt index 3ae59202..4c900fef 100644 --- a/src/main/kotlin/com/beust/kobalt/Main.kt +++ b/src/main/kotlin/com/beust/kobalt/Main.kt @@ -112,15 +112,6 @@ private class Main @Inject constructor( jc.usage() } else { val allProjects = script2.create(arrayListOf(buildFile)).findProjects() -// // Install all the plugins found -// val classLoaders = plugins.installDynamicPlugins(arrayListOf(buildFile)) -// -// // Compile the build script -// val output = scriptCompilerFactory.create(plugins.pluginJarFiles, -// // @@ -// { cl: ClassLoader, n: String -> plugins.instantiateClassName(classLoaders.get(0), n) } -// ).compile(buildFile, buildFile.lastModified(), -// KFiles.findBuildScriptLocation(buildFile, SCRIPT_JAR)) // // Force each project.directory to be an absolute path, if it's not already