Google

xsbt-coveralls-plugin 0.0.3 Released

I’ve spent this weekend working on xsbt-coveralls-plugin and have now released version 0.0.3.

The updates are:

In the process of making these changes, I’ve learnt that TaskKeys (rather than Commands) are usually the best way to go for SBT plugins and as a result xsbt-coveralls-plugin 0.0.3 uses TaskKeys rather than the Command used in 0.0.2.

I found this out as a result of wanting to allow users to configure the plugin via Settings in their project’s build.sbt file. I had no idea how to achieve this, so turned to stackoverflow for help with this question. The answer from James prompted me to read up on SBT TaskKeys (there is good documentation here and here). The final confirmation I needed was this post on the SBT mailing list which was coincidentally posted by Heiko who ran an Akka course I attended earlier this year.

Thanks for all the feedback and bug reports - keep them coming!

What’s next for xsbt-coveralls-plugin?

tags: xsbt-coveralls-plugin  scala  sbt  code-coverage 

There are comments.

Previous posts


    Page 1 / 2 »

  1. Plant Watering with Arduino - Part 2

    13 Jan 2013

    Tim commented on my recent blog post about my automated plant watering system and asked if I could go into some more detail about the steps I went though to set up the software side of the project. The project used cube and cubism to make live charts of my chilli plant’s moisture levels available over the Internet. In this post I will go though a step-by-step guide explaining how I set up the software that powered these charts. I’ve tried to write the article for readers with no previous experience of server administration or software development, but I have thrown it together faily quickly, so if anything below is unclear, then do post a comment below and I will try to fix it.

    tags: arduino  hack  cube  cubism  nodejs  amazon-ec2 

    There are comments.

  2. scala-uri 0.1 Released

    19 Nov 2012

    The other day I was looking for a Java or Scala library to help me parse a URL (with query string) and then build a new URL by changing the host and some of the parameters. I read a couple of posts on stackoverflow, but nothing seemed to fit the bill perfectly. I didn’t want to pull in a whole web framework just to do this one simple task, and I was a bit disappointed I couldn’t find a nice small Scala DSL for building URL query strings.

    tags: scala-uri  scala  url  uri  dsl 

    There are comments.

  3. You May Want to Drop that EC2 Micro Instance

    02 Jul 2012

    A few months ago I wrote a blog post about gotchas when deploying applications to Amazon EC2. Despite not developing anything for EC2 at the moment, I learnt a new one today. It all started when I received a bunch of emails from Cloudkick (the monitoring system I mentioned in my previous post) stating that the API I had deployed there about a year ago was timing out. So I SSHed in to see what the deal was.

    tags: amazon-ec2 

    There are comments.

  4. Page 1 / 2 »