implicit.ly

Scala software, hot off the presses

sbt-growl-plugin 0.1.3

  • published for sbt 0.11.0 and 0.11.1
  • keys are now defined within a GrowlKeys module

growling tests posts sbt test results to growl

Filed under  //   Scala 2.9.1   me.lessis   sbt-growl-plugin  

sbt-growl-plugin 0.1.2

  • support for Ubuntu jsuereth
  • default logo is now scala lang logo jsuereth
  • by default looks for pass.png, fail.png, error.png jsuereth
  • default images path is now ~/.sbt/growl/icons jsuereth
  • settings applied by default jsuereth

See the updated README for more info

Default Icon

fail

Custom Icon

pass

growling tests posts sbt test results to growl

Filed under  //   Scala 2.8.1   me.lessis   sbt-growl-plugin  

sbt-growl-plugin 0.1.1

  • Added a plugin specific config, Growl, settings are now namespaced with growl:*
  • Fixed issue with sticky notifications
  • Separated result formatters into GroupFormatter for test groups and AggregateFormatter for the summation of test results
  • Now appends sbt version to library version to work across multiple versions of sbt. When declaring library dependency use

    libraryDependencies <+= sbtVersion("me.lessis" %% "" % "0.1.1-%s".format(_))

  • No more auto injection of settings. Explicitly add them with

    seq(growl.GrowlingTests.growlSettings: _*)

growling tests posts sbt test results to growl

Filed under  //   Scala 2.8.1   me.lessis   sbt-growl-plugin  

sbt-growl-plugin 0.1.0

Updated implementation for the sbt 0.10.0 line.

Trait members have been converted to settings growl-test-images, growl-result-formatter, growl-exception-formatter, and growl-default-image-path

Install using a foo/project/plugins/build.sbt file containing

libraryDependencies += "me.lessis" %% "sbt-growl-plugin" % "0.1.0"

resolvers += "less is" at "http://repo.lessis.me"

growling tests posts sbt test results to growl

Filed under  //   Scala 2.8.1   me.lessis   sbt-growl-plugin  

Sbt Growl Plugin 0.0.5

  • renamed plugin to growling tests
  • added growl namespace
  • posterous integration

growling tests posts sbt test results to growl

Filed under  //   Sbt Growl Plugin   Scala 2.7.7   me.lessis