Archives for March, 2007

Add color to your command line ant experience


I came across this nifty little tweak a few days ago and finally put it to the test this morning. Put the following in your .bash_profile or .profile:

export ANT_ARGS=’-logger org.apache.tools.ant.listener.AnsiColorLogger’… Read more »

SftpDrive: Map drives on Windows using SSH


The Linux distributions that I use have the ability to map drives using SSH. I’ve had to rebuild my Windows box and still need that capability. A quick Google search turned up this very cool little utility: SftpDrive