Install Cygwin In C:/ and You Will Suffer Eternal Damnation (T or F?)
I might be playing with fire, but I always install Cygwin at the top level directory of my C: drive — even though the nice people from Cygwin tell you (right at the beginning of the install) that they “recommend you do NOT use the root of your hard drive as the Cgywin root.” Read the rest of this entry »
A 99% Successful Attempt to Get Selenium Tests Running in Continuous Integration using Maven and Cargo
A colleague and I have been trying to create a build procedure that runs Selenium tests against a Grails application. Our end goal is to ensure that we can test our app’s Ajax functionality using our target browser in a continuous integration environment. [[ UPDATE - we have achieved success, please see mailing list reference]] Read the rest of this entry »
How to dump out debugging info for nodes in a JQuery select list.
In my last two projects I’ve had the opportunity to use JQuery
– a very cool library of utilities that simplifies the tasks of traversing HTML documents, handling events, and adding AJAX to your web pages.
A Groovy Script to Determine the SVN Revision Number of Your Source Base
When you encounter a bug in one of your applications, are you able to
quickly determine the revision number of the source code base from which
the application was built ? Read the rest of this entry »
