Re: [NAnt-users] Error CS0234: The type or namespacename'UpdatePanel'does not exist in the namespace 'System.Web.UI'

2007-04-13 Thread Jonatan Hernández
Hi, Erich Eichinger wrote: > I just verified this: System.Web.UI.UpdatePanel and > System.Web.UI.ScriptManager types are part of Atlas. Look for the assembly > System.Web.Extensions.dll to be available on your build server. > I have this properties set, and they work fine for me: ...

[NAnt-users] Solution Task to Build Biztalk solutions

2007-04-13 Thread Atluri, Vamsi
Hi All, I tried to compile BizTalk solution files using the solution task. That is not working I am using the exec task and calling devenv.com and passing in the arguments My main goal is to redirect the output of the biztalk solution (compiled dlls) to a directory other than what it internal

Re: [NAnt-users] New build

2007-04-13 Thread Gert Driesen
Lee, Can you run NAnt in debug mode, and post the resulting log file (or send it to me directly if it's too large) ? Gert _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Lee Keel Sent: vrijdag 13 april 2007 15:45 To: [EMAIL PROTECTED] Subject: [NAnt-users] New build

Re: [NAnt-users] New build

2007-04-13 Thread Lee Keel
Yes, I have 2.0 installed and it is working for other projects. _ From: Bob Archer [mailto:[EMAIL PROTECTED] Sent: Friday, April 13, 2007 9:01 AM To: Lee Keel; [EMAIL PROTECTED] Subject: RE: [NAnt-users] New build Do you have the .Net 2.0 SDK installed on the build machine? B

Re: [NAnt-users] New build

2007-04-13 Thread Bob Archer
Do you have the .Net 2.0 SDK installed on the build machine? BOb From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Lee Keel Sent: Friday, April 13, 2007 9:45 AM To: [EMAIL PROTECTED] Subject: [NAnt-users] New build I recently got a new m

[NAnt-users] New build

2007-04-13 Thread Lee Keel
I recently got a new machine and I have been trying to get nant to work on it. The machine is a 64 bit Vista with .NET 2.0 and 3.0. The problem I am having is that the I can't get the nant software to look at the 2.0 or 3.0 framework. I have added the ' ' line to the beginning of my build file,

Re: [NAnt-users] Setting the MailLogger.failure.subject property

2007-04-13 Thread Bob Archer
I'm not quite sure I understand what you are doing... it would probably help to see the applicable parts of your script. I'm not sure I understand how a property can not be set if you are setting it on the command line. One thing you might be able to try is to use the dynamic=true attribute wh

[NAnt-users] Setting the MailLogger.failure.subject property

2007-04-13 Thread Nikesh Patel
Hi all,   I've got a maillogger which works perfectly fine. I'm now tring to set the MailLogger.failure.subject propety so it tells me which build fails in particular. Currently in my build system i build 3 or more builds and all the emails have the same header. I now want to add the name of the sy