I am thinking of writing a java application to wrap CVS and some of our other custom build/deploy scripts. This way it will be easy to view status, do a build, publish and deploy without having to type in the commands. What is the easiest way to do this?
Offhand I'd guess I have to redirect the output from the command to a String and parse it for the information I want.
Any other techniques/suggestions?