[Nant-users] Response file problem

2003-07-22 Thread David Macaulay
Hi New to Nant, I am trying to complile a list of VS projects in a solution. Works fine on my dev box, when I try on a staging server I get Error CS2011: Unable to open response file c:\doc.. and sett\\Local ie I think it's looking for my Local Settings dir. I'm using v0.8.3, according to an

[Nant-users] (no subject)

2003-07-22 Thread David Macaulay
--- This SF.net email is sponsored by: VM Ware With VMware you can run multiple operating systems on a single machine. WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the same time. Free trial click here: http://www.vmware.c

[Nant-users] Sendmail problem

2003-07-22 Thread Daniel Nguyen
Hi all,   Being a newbie to NAnt, my apologies in advance if this problem has been addressed before.    I'm having a problem with the mail task and not sure what I'm doing wrong.  Any help will be greatly appreciated.   The following is part of build file --         from="[EMA

RE: [Nant-users] Sendmail problem

2003-07-22 Thread Jean Rajotte
Title: Message shot in the dark.  have you tried adding a message="test message" attribute? also, why both file=  and attachments=  ?   -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Daniel NguyenSent: Tuesday, July 22, 2003 19:25To:

RE: [Nant-users] Sendmail problem

2003-07-22 Thread Daniel Nguyen
Title: Message Jean,   Thanks for your help.  I replaced the file line with the message="something" and it works!    Why both file= and attachments=?  It's being newbie and also from the example comes with NAnt --> doc\help\tasks\mailtask.html  :-(   thanks, Daniel     -Original Messa

[Nant-users] and Web Projects

2003-07-22 Thread Eric Fetzer
I'm getting an error when attempting to build a web project.  The build file is simple:                                             All of the resources (lots of them) print to the screen and then the following error is displayed:   INTERNAL ERRORSystem.NullReferenceException: Object reference no

RE: [Nant-users] Conditional Actions on build failure

2003-07-22 Thread Medcoff, Charles
I don't think one can set conditions in any task as the script and output below seems to demonstrate. Even though the "setcondition" task sets the "condition" property to false, the "doit" task still executes. That being the case it appears that one cannot really do conditional tasks by dynamical