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

[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    

[Nant-users] Build using NANT, monitor output, test using NUNIT and CMS using CVS ?

2004-10-07 Thread SoftEngg SoftEngg
Hi,   I am new to NAnt and trying to develop and test projects with NAnt. I read few help files and before moving ahead thought of confirming my doubts.   I can use NAnt to do the followings 1) Build .NET projects, monitor (build failed or successful, errors in the build etc, reporting the errors)

[Nant-users] Logger for monitoring build

2004-10-07 Thread SoftEngg SoftEngg
Hi,I am trying to use logger option to monitor the result of the build. I ran the the HelloWorld example provided in the install using the following command: NAnt -logger:NAnt.Core.XmlLogger -l:log.xml   And i got the output file of the build in the xml:   =