Well iv started my new job, and iv been here for 3 days now, and sofar I have installed the new subversion server, migrated 4 projects over into repositories, and now im currently writing the build scripts for them, so we can have one click deployments. Oh and also at one point I need to lay down coding standards for the "team" - its not bad, consideringĀ I have just joined 2 and a half days ago, and im still the new guy in the company.
Just a note - if you want nant to use a value as a true or false, do not use true or false, you have to use ${true} and ${false}. IĀ hate it with a passion.