Re: [Nant-users] Build file autmation using Slingshot !!

2004-10-24 Thread SoftEngg SoftEngg
Hi Matt,   Thanks a ton for explaining how to build solution with NUnit and giving a example. Highly appreciated. I will try my hands on it and inform you offline whether I am successful or not. Thanks! CheersMatt Ward <[EMAIL PROTECTED]> wrote: Hi,Here's an example of using an NUnit task and build

Re: [Nant-users] Build file autmation using Slingshot !!

2004-10-23 Thread Matt Ward
Hi, Here's an example of using an NUnit task and building a solution, hopefully this will shed some light on the problem. Assumptions --- Using Nant 0.85.1754 - Should work with any 0.85 Using NUnit 2.2 .Net project structure --- TestApp\TestApp.sln

[Nant-users] Build file autmation using Slingshot !!

2004-10-21 Thread SoftEngg SoftEngg
Hi, I am trying to automate creation of build file for NANT using solution task (formerly Slingshot of NANTContrib). The steps i have followed till now are as under:   I am successfully able to get output file.   == SlingShot Example