[NAnt-users] 0.92 Beta 1 release not compiled with NET_4_0 define

2012-05-14 Thread Peter McEvoy
Hi there, I've been trying to use the nunit2 task to unit test some MVC controllers and have been seeing the following exception: [nunit2] 21) Otu.Web.UnitTests.Controllers.RegistrationControllerUnitTests.Execute_should_return_registration_complete_view_when_registration_is_in_session : SetUp :

Re: [NAnt-users] 0.92 Beta 1 release not compiled with NET_4_0 define

2012-05-14 Thread Peter McEvoy
you mind adding this to our issues list for tracking purposes? I'll see if I can get to this within the next couple of days. https://github.com/nant/nant/issues Thanks, Ryan On Mon, May 14, 2012 at 9:34 AM, Peter McEvoy peter.m.mce...@gmail.comwrote: Hi there, I've been trying to use

RE: [Nant-users] copy file problem

2004-05-04 Thread Peter McEvoy
Title: Message Well, I think I was the other person that had the problem, and I never managed to get to the bottom of it. However, it's not a NAnt problem, as from time to time, I have had the same type of problem cleaning out a web dir using windows explorer: one moment I go to delete the

[Nant-users] Access denied using copy task for ASP.Net project

2004-04-07 Thread Peter McEvoy
Folks, I am using NAnt to build a number of web projects and then to deploy them to an IIS instance. Occasionally, the deploy fails with a Cannot Copy 'file'. Access to the path 'file' is denied. where file is some assembly that needs to be replaced. If I run the deploy again, it will usually

RE: [Nant-users] Access denied using copy task for ASP.Net projec t

2004-04-07 Thread Peter McEvoy
PROTECTED] Sent: 07 April 2004 16:25 To: Peter McEvoy; [EMAIL PROTECTED] Subject: RE: [Nant-users] Access denied using copy task for ASP.Net project Well, ASP.Net is actually supposed to make copies of the DLL's in the bin folder and use the copies. It does this to facilitate XCOPY

RE: [Nant-users] Properties problem on nant task

2004-04-05 Thread Peter McEvoy
Do you need to set readonly=true on the properties you are passing in? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 05 April 2004 07:58 To: [EMAIL PROTECTED] Subject: [Nant-users] Properties problem on nant task Hi, I have a bit of a problem

RE: [Nant-users] another Licx problem

2004-03-31 Thread Peter McEvoy
Title: Message I think you then have to useal to include the generated .license file into your EXE. eg al output="bin\GBE.dll" target="lib"sourcesincludes name="bin\GBE.dll.license" /includes name="bin\*.resources" //sources/al I could be wrong - I've had horrible experiences with

RE: [Nant-users] Problem with resgen task in nightly build

2004-03-22 Thread Peter McEvoy
I've seen another problem with resgen: empty ResX files (which VS will generate from time to time) with the latest nightly, generate an Xml exception: error: Invalid ResX input. error: Specific exception: XmlException Message: Invalid ResX input. --- XmlException: The root element is

RE: [Nant-users] Double expansion of property names?

2004-03-08 Thread Peter McEvoy
to use functions rather than nested expressions. :) Does this work for you? - Original Message - From: Peter McEvoy [EMAIL PROTECTED] Subject: [Nant-users] Double expansion of property names? Hi all, I am trying to build a library of reusable targets that I can include

[Nant-users] Double expansion of property names?

2004-03-03 Thread Peter McEvoy
Hi all, I am trying to build a library of reusable targets that I can include into my build files. In order to do this, I'd really like to be able to be able to evaluate properties like the following: ${$nant.project.name}.dist.dir} in my reusable target, which would then expand to the value of