Re: [NAnt-users] Windows Installer for NAnt

2011-11-14 Thread angus.grant
This is the exact reason I shifted to InnoSetup. We were using Windows Installer but were also using the Microsoft Application Updater block to provide automatic deployments of new versions of our various applications. Windows Installer would quite happily realise some changes had been made to i

Re: [NAnt-users] NANT and VS2005

2007-09-20 Thread angus.grant
One of the latest nightly builds supports VS2005, but of course that is a beta software. Works well for me though. Angus. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Alan Guedeney Sent: Friday, 21 September 2007 2:18 AM

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

2007-04-11 Thread angus.grant
Check what version of the framework nAnt is running under. It could be running under 1.1 and not 2.0 as VS 2005 does. You can pass this as a command line parameter in your call to nant (-t:net-1.1. I assume -t:net-2.0 for version 2.0 frameowrk) or I think there is a setting in nant.exe.config or

Re: [NAnt-users] Questions about Nant version 0.85.1583

2007-01-16 Thread angus.grant
You can also tell nAnt which framework version to use in the config file. You can then avoind always telling it which framework to use from nAnt calls From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bob Archer Sent: Wednesday, 17 Ja

Re: [NAnt-users] XML-Insert?

2007-01-03 Thread angus.grant
XMLSlapWithATrout is due in the next major version!!! :-) he he!! From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of R. Tyler Ballance Sent: Thursday, 4 January 2007 8:46 AM To: nant-users@lists.sourceforge.net Subjec

Re: [NAnt-users] Launching Nant From Local Network

2006-09-05 Thread angus.grant
led. > But you talk about .NET Wizzards 1.1, > and I'm working on .NET 2.0. > > Are they compatible? > > Olivier. > > > angus.grant wrote: > > > > I think this comes down to .NET Framework security permissions. By > > default, .NET refuses t

Re: [NAnt-users] Launching Nant From Local Network

2006-08-28 Thread angus.grant
I think this comes down to .NET Framework security permissions. By default, .NET refuses to run executables from network shares. One quick way I have found is to go to Administrative Tools, and select the "Microsoft .NET Framework 1.1 Wizards". There is a choice there to "Trust an assembly". You ca

RE: [Nant-users] nUnit2 task: Remove from project

2005-08-22 Thread angus.grant
I use nAnt all the time for all our companies projects. But I must admit I am a bit of a lazy user, simply pointing nAnt to our solution files to build debug or release versions depending on choice, a clean up task, another task to create install packages, nUnit testing, and nCover tests as

[Nant-users] nUnit2 task: Remove from project

2005-08-18 Thread angus.grant
To in-charge-type-dudes, There seems to be a lot of emails about the nUnit2 task not working properly. And generally the reply is a canned "nUnit2 task is not really supported. You are better off using and the nunit executable" For the 1.0 release, would it be an idea to remove the nUnit2