Re: [Nant-users] Initialize & Cleanup

2003-12-16 Thread Scott Hernandez
Dan, This is indeed an interesting suggestion. I think there was talk about adding a set of tasks. Could this work for you? I'm really confused about your idea of a "default" init and "default" cleanup routines. NAnt is a general purpose build tool, what should it know about "default" task initi

[Nant-users] Initialize & Cleanup

2003-12-16 Thread Daniel Bron
Hello, I'd like to see targets in Nant enhanced so that I can specify initialization and cleanup operations. I often find myself following the model: ... ...