Originally posted by d000hg
View Post
However I really learnt my stuff with ANT on agile projects. Saw some really good stuff going on in some places. At the end of the day you want *every* Java project should be able to be fully built, deployed and tested on any virgin dev box (Linux or XP) thus:
svn checkout <project_name>
cd <project_name>
ant
Comment