[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

RE: [Nant-users] ASP.NET Projects with references to Infragistics

2004-03-08 Thread Peter McEvoy
Title: Message We are using infragistics as well (in fact the two components that you specify).  I found we could not use the solution task at all when a licensed component was being used (the exact same error as you - this was visible even in version 0.852004026).  We believe that the solut

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

2004-03-08 Thread Peter McEvoy
decision was made 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,

RE: [Nant-users] ASP.NET Projects with references to Infragistics

2004-03-16 Thread Peter McEvoy
() in C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\tmpCD8.tmp\src\NAnt.Core\Project.cs:line 835 at NAnt.Core.Project.Run() in C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\tmpCD8.tmp\src\NAnt.Core\Project.cs:line 903 Total time: 4.6 seconds. -Original Message----- From: Gert Driesen [mailto:[EMAIL PROTECTED] Sent:

RE: [Nant-users] ASP.NET Projects with references to Infragistics

2004-03-16 Thread Peter McEvoy
Sent: 16 March 2004 12:27 > To: Peter McEvoy; Dave Bost; [EMAIL PROTECTED] > Subject: Re: [Nant-users] ASP.NET Projects with references to > Infragistics > > > Peter, > > Seems like this issue keeps haunting me ;) > > I'll try to post a build with additional d

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 missing

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

2004-03-22 Thread Peter McEvoy
I have a test that demonstrates this problem - however the mail list does not let attachments through. Here is the output from my test that shows this did work on 0226: If anyone wants the test, I can mail off list C:\TEMP\Test\ResxTest\ResxTest>set PATH=C:\work\lib\nant-0.85-20040226\bin C:\T

RE: [Nant-users] Problem with vssget

2004-03-30 Thread Peter McEvoy
As far as I know, you need to point at the ini file, not just the ini directory... > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > Sent: 30 March 2004 09:46 > To: [EMAIL PROTECTED] > Subject: [Nant-users] Problem with vssget > > > Another mail! > > I have

RE: [Nant-users] another Licx problem

2004-03-31 Thread Peter McEvoy
Title: Message I think you then have to use al to include the generated .license file into your EXE.   eg   I could be wrong - I've had horrible experiences with license files to the point that I doubt if its working...   Pete -Original Message-From: steve gupt

RE: [Nant-users] Properties problem on 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 task > > > Hi, > > I have a bit of a p

[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 ''. Access to the path '' is denied". where is some assembly that needs to be replaced. If I run the deploy again, it will usually work (occasi

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

2004-04-07 Thread Peter McEvoy
ilto:[EMAIL 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

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] 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
need testing, of course. > > Would 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 McEv