aboutsummaryrefslogtreecommitdiff
path: root/stage1/Stage1.scala
diff options
context:
space:
mode:
authorChristopher Vogt <oss.nsp@cvogt.org>2016-04-29 00:24:15 -0400
committerChristopher Vogt <oss.nsp@cvogt.org>2016-04-29 00:24:15 -0400
commit56655b67fa94c223935da9a4532d08bf88c12071 (patch)
treed0e17c0883f7f449b5e46bc12de119046d3aa2de /stage1/Stage1.scala
parent6f52b5140f76cf427c9fb1faac598e6c089a2101 (diff)
downloadcbt-56655b67fa94c223935da9a4532d08bf88c12071.tar.gz
cbt-56655b67fa94c223935da9a4532d08bf88c12071.tar.bz2
cbt-56655b67fa94c223935da9a4532d08bf88c12071.zip
Fix building cbt as a cbt project
Diffstat (limited to 'stage1/Stage1.scala')
-rw-r--r--stage1/Stage1.scala4
1 files changed, 2 insertions, 2 deletions
diff --git a/stage1/Stage1.scala b/stage1/Stage1.scala
index bf2c272..1bb0dd0 100644
--- a/stage1/Stage1.scala
+++ b/stage1/Stage1.scala
@@ -84,7 +84,7 @@ object Stage1{
val lib = new Stage1Lib(logger)
import lib._
- val paths = Paths(cbtHome, cache)
+ val paths = CbtPaths(cbtHome, cache)
import paths._
val stage2sourceFiles = stage2.listFiles.toVector.filter(_.isFile).filter(_.toString.endsWith(".scala"))
@@ -162,7 +162,7 @@ object Stage1{
)
- val (cbtHasChanged, classLoader) = buildStage2( Paths(cbtHome, cache).compatibilityTarget, classLoaderCache, _cbtChanged, cbtHome, cache )
+ val (cbtHasChanged, classLoader) = buildStage2( CbtPaths(cbtHome, cache).compatibilityTarget, classLoaderCache, _cbtChanged, cbtHome, cache )
val stage2Args = Stage2Args(
new File( args.args(0) ),