[NAnt-users] Nant validation

2007-05-11 Thread Stephen Lewis
We are working on our quality systems here at my company and we are going through the exercise of validation all of our 3rd party software tools. I will very soon have to write a procedure to identify some requirements for NANT and write a validation procedure to make sure it does what we want. O

Re: [NAnt-users] Finding files and executing an ant task on result?

2007-05-11 Thread Bob Archer
Yep should be doable. Something like: BOb -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Erik Ramfelt Sent: Friday, May 11, 2007 8:23

[NAnt-users] Finding files and executing an ant task on result?

2007-05-11 Thread Erik Ramfelt
Hi Im wondering if there any way to go through a bunch of sub folders, and find all csproj files and compile those using msbuild? What I need is a way to go though all folders and find csproj files that match a certain regex (all ends with MsgLib.csproj), call the ant task MSBuild using the found