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
---
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
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
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:
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
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
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