Build process
I have a build process! I’ve been working on my own for so long I’ve never needed one before, but now I’m part of a team it’s suddenly very much required. It’s simple too. I edit the files, I try to compile them, when they work I check them into CVS. Then I have an Ant target which pulls the latest source from CVS and compiles it to the shared libs location for Tomcat. I then restart the server. All is full of love. Neat and it only took a day to setup! I’ve got CVS integration in Vim and a menu item that triggers the build through SSH.