Re: [Nant-users] cvs-pass problem with WinCVS

2005-06-16 Thread Clayton Harbour
Hi There, There are a few different things going on here. First it looks like the log4net assembly could not be loaded, I believe this is a packaging issue with the rc3 version of nant, please check the mailing list for details on this. Second, you are using the sspi protocol. The sspi doe

[Nant-users] Another error when using mkiisdir on Win 2003

2005-06-16 Thread Amin AR
Hi, I also hit another error when running mkiisdir. Looks like it is quite similar error message. Error creating virtual directory 'vpbuslayer5' on 'localhost:80' (website: testn ant).: NAnt.Core.BuildException: D:\websource\ViewPoint\Installer\bin\nant\test.nant.bu

[Nant-users] Error: using iisdirinfo Win 2003

2005-06-16 Thread Amin AR
Hi, When I run iisdirinfo on Win 2003 server, I got the following error: It is okay on W2K server. Error retrieving info for virtual directory 'vpbuslayer5' on 'localhost:80' (website: testnant).: NAnt.Core.BuildException: D:\websource\ViewPoint\Installer\bin\nant\test.nant.bu ild(11,5): Error r

RE: [Nant-users] cvs-pass problem with WinCVS

2005-06-16 Thread Gert Driesen
Chris, This was a packaging issue in NAnt 0.85 RC3. This is fixed in cvs. Try using a recent nightly build (http://nant.sourceforge.net/nightly/latest). Gert > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Chris Hansen > Sent: donderdag 16 jun

[Nant-users] cvs-pass problem with WinCVS

2005-06-16 Thread Chris Hansen
Hi all! I'm relatively new to NAnt and I'm trying to set up my build script to get files from CVS. I searched through the archives and saw a post from Merrill Cornish which included: Unfortunately, objects because it can"t find my .cvspass file. Since I"m using WinCvs 1.3, I don"t have a

Re: [Nant-users] if and ifnot tasks

2005-06-16 Thread Gert Driesen
- Original Message - From: "John Hardin" <[EMAIL PROTECTED]> To: "Gert Driesen" <[EMAIL PROTECTED]> Cc: "Foster, Richard - PAL" <[EMAIL PROTECTED]>; "Felice Vittoria" <[EMAIL PROTECTED]>; Sent: Thursday, June 16, 2005 5:27 PM Subject: Re: [Nant-users] if and ifnot tasks > > Gert Driese

RE: [Nant-users] if and ifnot tasks

2005-06-16 Thread Foster, Richard - PAL
Well I found it somewhere. I wonder where. Ah! Apparently I got it from the examples section of the doc/help/fundamentals/expressions.html file. I agree, it would be better placed elsewhere in the documentation - probably as one of the supported operators on boolean values. Regards, Richard

Re: [Nant-users] if and ifnot tasks

2005-06-16 Thread Gert Driesen
> - Original Message - > From: "Felice Vittoria" <[EMAIL PROTECTED]> > To: "Gert Driesen" <[EMAIL PROTECTED]>; "Matthias Reuß" <[EMAIL PROTECTED]>; > Sent: Thursday, June 16, 2005 5:00 PM > Subject: RE: [Nant-users] if and ifnot tasks > > Gert, > > I don't mind if it's deprecated ... ho

Re: [Nant-users] if and ifnot tasks

2005-06-16 Thread Gert Driesen
> - Original Message - > From: "Foster, Richard - PAL" <[EMAIL PROTECTED]> > To: "Felice Vittoria" <[EMAIL PROTECTED]>; "Gert Driesen" <[EMAIL PROTECTED]>; > Sent: Thursday, June 16, 2005 5:07 PM > Subject: RE: [Nant-users] if and ifnot tasks > > Felice, > > Presumably the bit that is u

RE: [Nant-users] if and ifnot tasks

2005-06-16 Thread Felice Vittoria
I don't mind doing this ... if this is the intended replacement. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Matthias Reuß Sent: Thursday, June 16, 2005 10:14 AM To: nant-users@lists.sourceforge.net Subject: AW: [Nant-users] if and ifnot tasks > Presum

AW: [Nant-users] if and ifnot tasks

2005-06-16 Thread Matthias Reuß
> Presumably the bit that is unclear to use is the use of "not" > in the test... > > I.e. instead of using > > > whatever > > > You can use > > > whatever > > > Is that the intended replacement Gert? BTW: The "not" operator is not documented in v0.85-rc3. Regards, M

Re: [Nant-users] Several NUnit tests

2005-06-16 Thread Gary Feldman
Julien Sobrier wrote: Hello, I cannot not run several NUnit test in a row: ... I'm using Nant 0.85RC3 with NUnit 2.2. With this configuration, you should be using the nunit2 task, not the nunit task. Gary --- SF.Net email is

RE: [Nant-users] if and ifnot tasks

2005-06-16 Thread Foster, Richard - PAL
Felice, Presumably the bit that is unclear to use is the use of "not" in the test... I.e. instead of using whatever You can use whatever Is that the intended replacement Gert? Regards, Richard -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROT

RE: [Nant-users] if and ifnot tasks

2005-06-16 Thread Felice Vittoria
Gert, I don't mind if it's deprecated ... however, I would like to know what the task is replaced with. My post also talked about updating the docs. I know you are busy but please add that to the list of "to-dos". Felice -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL P

RE: [Nant-users] if and ifnot tasks

2005-06-16 Thread Bert Robbins (Documentum)
Title: RE: [Nant-users] if and ifnot tasks   > Most attributes of the if and ifnot tasks are marked as deprecated. This > is > because they can now be replaced by NAnt's expressions and functions. > > E.g. instead of > > > >  you can (and should) now write > > Which one is more re

Re: [Nant-users] if and ifnot tasks

2005-06-16 Thread Gert Driesen
Felice, I did mark the task itself deprecated recently, but if there's strong opposition I'll reconsider this. Gert - Original Message - From: "Felice Vittoria" <[EMAIL PROTECTED]> To: "Matthias Reuß" <[EMAIL PROTECTED]>; Sent: Thursday, June 16, 2005 3:19 PM Subject: RE: [Nant-users]

RE: [Nant-users] if and ifnot tasks

2005-06-16 Thread Felice Vittoria
Matthias (and all), I understand that. In fact, here's my code: This works but I never received a warning before. Felice -Original M

Re: [Nant-users] if and ifnot tasks

2005-06-16 Thread Matthias Reuß
> I"ve been away for a while and now I"m back into using Nant. I downloaded the latest >version [ NAnt 0.85 (Build 0.85.1986.0; nightly; 6/9/2005) ] and noticed a difference in >behavior when using the if and ifnot tasks. If I use the ifnot task, I get the >following message: "Task is depreca