Re: [NAnt-users] onfailure

2007-04-12 Thread Bob Archer
Sorry, I mean of course set it to a "target" not a task. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bob Archer Sent: Thursday, April 12, 2007 11:38 AM To: [EMAIL PROTECTED] Subject: [NAnt-users] onfailure Does anyone know if I use the na

[NAnt-users] onfailure

2007-04-12 Thread Bob Archer
Does anyone know if I use the nant.onfailure property and set it to a task... when a failure occurs does the build stop after the onfailure task runs, or does it keep running? Thanks, BOb - Take Surveys. Earn Cash. Inf

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

2007-04-12 Thread Erich Eichinger
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. cheers, Erich Von: [EMAIL PROTECTED] im Auftrag von Iordache Aurelian

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

2007-04-12 Thread Phil Sayers
if nant is running on a build server, or at least a different computer than your vs 2005. make sure you have installed the ajax toolkit on your build server. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Iordache Aurelian Sent: Thursday, April 12, 200

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

2007-04-12 Thread Iordache Aurelian
Hi, No, there is no problem about target framework, I double-checked this, the problem is the solution is using some kind of Ajax extension (there is a reference in CSPROJ file to a DLL - AjaxControlToolkit.dll installed by Ajax extension from http://ajax.asp.net/ajaxtoolkit/) so Syst