Tricking Continuum : Self-Dependencies and the Antrun Plugin

October 24, 2007 | by Garrett
A project I’m working on was recently added to continuum to track build success. Unfortunately, we had to include the maven antrun plugin to handle two self-dependencies that the project has. I say unfortunate, because it made life hell to get the project to build when we changed version numbers. But, I have a solution. The [...]
Read More

The Outer Limits of the Java Time Zone

July 19, 2007 | by Garrett
Recently I was irritated with some major headaches caused by Java’s date/time functionality. I spent a couple days debugging my code, and stepping through every possibility until coming to the realization, my code worked. So what was causing the discrepancy with my local machine, and the staging server? Apparently java uses /etc/localtime on linux, and the [...]
Read More