<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.7.1" -->
<rss version="0.92">
<channel>
	<title>LuckyCatLabs</title>
	<link>http://blog.luckycatlabs.com</link>
	<description>Software quality and craftsmanship</description>
	<lastBuildDate>Fri, 17 Jul 2009 01:13:43 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Maven with Ruby Part II</title>
		<description>Want to add something to your projects Maven builds (like code coverage...) but don't want to CTL-C/CTL-V your way to boredom?  Use the below script to lend a hand.  Substitute the XML in the SNIPPET variable to the artifact/plugin/dependency to be injected (leave the  tag in place) ...</description>
		<link>http://blog.luckycatlabs.com/2009/03/20/maven-with-ruby-part-ii/</link>
			</item>
	<item>
		<title>Using Ruby To Help Maven</title>
		<description>Maven projects can become a wasteland of neglected, old dependencies: huge, unmanageable pom files  and a local repository that's catalog of every Apache project in the past 10 years.  Who knows if your project still requires that old version of Xerces?

This script takes the name of a dependency ...</description>
		<link>http://blog.luckycatlabs.com/2009/03/13/using-ruby-to-help-maven/</link>
			</item>
	<item>
		<title>Licensing Your Code the Ruby Way</title>
		<description>Do you have an existing project you want to open-source?  Does the thought of manually adding the license comment block to EVERY. SINGLE. SOURCE. FILE. sound not-so-exciting?  Here's some help, ruby style:


class Licenser

    def licenseFiles(dir)
          filenames ...</description>
		<link>http://blog.luckycatlabs.com/2009/01/31/licensing-your-code-the-ruby-way/</link>
			</item>
	<item>
		<title>Release: Sunrise/Sunset Java Library</title>
		<description>New from LuckyCat Labs is a Java library that computes the sunrise / sunset using GPS coordinates and today's date.  To use, simply download the tar or zip file from the GitHub page, or use git to pull the source:
$ git clone git://github.com/mikereedell/sunrisesunsetlib-java
Once you have the source, use the command:
$ ...</description>
		<link>http://blog.luckycatlabs.com/2009/01/27/release-sunrisesunset-java-library/</link>
			</item>
</channel>
</rss>
