On Dec 10, 5:12 pm, PilotBob <[EMAIL PROTECTED]> wrote: > Why python scripts? Nant scripts would be so nice. I like the way you > run the --validate on a new config before putting it in place. I'm > gonna steal that. ;)
We use NAnt for building our .NET projects at work... but there just wasn't enough "synergy" with our Python/Django project. Our build scripts for our web project are basically just pythonified shell scripts (because I also didn't want to write Windows batch files.)
