[Nant-users] 403 Forbidden Error while building using Solution Task

2003-11-16 Thread arif mohammed
Hi All, Iam using the solution task to build and it returns an error which looks like. Error checking whether 'http://localhost/AESForward/AESForward.csproj' is an enterprise template pro ject. The remote server returned an error: (403) Forbidden. What could be the error? I could build

Re: [Nant-users] Nunit2 Task with 'No TestFixtures' Error

2003-10-09 Thread arif mohammed
Common\Message\bin\Release\AES.Common.Message.dll has no > TestFixtures. I have no clue.which version of nant ,which version of nunit,and any steps thereafter... Thanx Arif. From: "Gert Driesen" <[EMAIL PROTECTED]> To: "arif mohammed" <[EMAIL PROTECTED]&g

Re: [Nant-users] Nunit2 Task with 'No TestFixtures' Error

2003-10-09 Thread arif mohammed
, was not found. How do i resolve this.please follow up. Thanx Arif. From: Ian MacLean <[EMAIL PROTECTED]> To: Gert Driesen <[EMAIL PROTECTED]> CC: arif mohammed <[EMAIL PROTECTED]>, [EMAIL PROTECTED] Subject: Re: [Nant-users] Nunit2 Task with 'No TestFixtures' Error

[Nant-users] Nunit2 Task with 'No TestFixtures' Error

2003-10-08 Thread arif mohammed
Hi , I have Nunit 2.0 Framework and iam using the nuni2 task ..When i run ,i get the following error.. NUnit 2.0 Error: D:\Temp\AESTest\Common\Message\bin\Release\AES.Common.Message.dll has no TestFixtures Can anyone help if they ran into a similar problem.. Please help if u guys can. Tha

[Nant-users] Mail Task with Attachment Not Working

2003-10-05 Thread arif mohammed
Hi , I was using the mail task with the attachement attribute set to the NANT log file which is specifed at command line while invoking NANT.The mail task works but doesn't send the attachment..Iam not sure if that is the expected behaviour as the attachment file iam specifying is the log

[Nant-users] Building NantContrib Issue

2003-09-28 Thread arif mohammed
Hi, Iam trying to build the NantContrib nightly build (nantcontrib.Tasks-20030927.zip) project by running nant in the NantContrib Folder.It throws an ERROR. D:\NetScape\NantDir\NantContrib>nant NAnt version 0.8.3 Copyright (C) 2001-2003 Gerry Shaw http://nant.sourceforge.net Buildfile: file:

[Nant-users] RE:COPY TASK NOT WORKING(RESOLVED)

2003-09-24 Thread arif mohammed
Hi Folks, I figured out what the problem was.It had to do with VSS.Once I undo the checkout of files form VSS which i was trying to copy ,the copy task works...This leads me to believe that VSS does some locking of files when checked out... Thanx Nick and Ian.. Thanx Again. Arif.

[Nant-users] COPY TASK NOT WORKING

2003-09-23 Thread Arif Mohammed
Hi All, Iam using NANT for the First time..I wanted to copy files using the COPY TASK... As follows. The source files basedir contains the files checked out from Visual

[Nant-users] COPY TASK NOT WORKING

2003-09-23 Thread Arif Mohammed
Hi All, Iam using NANT for the First time..I wanted to copy files using the COPY TASK... As follows. The source files basedir contains the files checked out fro