From cbe11911183ccf077975d7f3851c664d38ecdd94 Mon Sep 17 00:00:00 2001 From: Christopher Vogt Date: Sun, 26 Feb 2017 22:26:13 +0800 Subject: important fixme message for usability issue --- stage1/resolver.scala | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'stage1') diff --git a/stage1/resolver.scala b/stage1/resolver.scala index dc8837e..8dcecfc 100644 --- a/stage1/resolver.scala +++ b/stage1/resolver.scala @@ -89,6 +89,10 @@ trait DependencyImplementation extends Dependency{ def run( args: String* ): ExitCode = { runClass.map( runMain( _, args: _* ) ).getOrElse{ + // FIXME: this just doing nothing when class is not found has been repeatedly + // surprising. Let's try to make this more visible than just logging an error. + // Currently blocked on task `recursive` trying every subbuild and would error + // for all that don't have a run class. Maybe that's ok actually. logger.task( "No main class found for " ++ show ) ExitCode.Success } -- cgit v1.2.3