From 828adac48d0e08766d192c7ce01021083cfc4d67 Mon Sep 17 00:00:00 2001 From: Christopher Vogt Date: Sun, 12 Mar 2017 22:00:00 -0400 Subject: fix file watching for real last file watching update didn’t work well enough. This now - rips out barbary watch service as it seems buggy crashing the jvm - make cbt exclusively write files to watch to a file - uses fswatch instead watching all files in that file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test/test.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/test.scala b/test/test.scala index bbecd94..c49d1e5 100644 --- a/test/test.scala +++ b/test/test.scala @@ -144,7 +144,7 @@ object Main{ cbtHome, cbtHome ++ "/compatibilityTarget", null, - Array() + false ) val b = new BasicBuild(noContext){ -- cgit v1.2.3