예제 #1
0
    def __init__(self, context, workdir):
        super(ScalaCompile, self).__init__(context, workdir, jdk=False)

        # Set up the zinc utils.
        color = not context.options.no_color
        self._zinc_utils = ZincUtils(context=context,
                                     nailgun_task=self,
                                     jvm_options=self._jvm_options,
                                     color=color)