Re: [NAnt-users] xmlpeek problem

2009-04-07 Thread Ron Grabowski
This is what we use to update the debug attribute of our web.config. Maybe the xmlpeek syntax is similar? http://schemas.microsoft.com/.NetConfiguration/v2.0"; /> - Original Message From: Andreas Holst To: nant-users@lists.sourceforge.net Sent: Monday, April 6, 2009 12:14:3

Re: [NAnt-users] nant and nunit version

2009-04-07 Thread ptr2009
Hey Gert It seems like nant is currently using a version of nunit that supports running tests compiled against Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll directly. The VC test attributes are mapped to corresponding nunit attribute. Browsing the nunit forum it seems like thi

Re: [NAnt-users] properties in functions

2009-04-07 Thread Guy Metz
Your close, you don't need the ${} around the property name inside and expression.change: to: On Tue, Apr 7, 2009 at 2:26 PM, Nathan Franzen wrote: > I'm coming to NAnt from an ant background, but I'm trying to adapt. > The documentation for > > says that it's deprecated & recomm

Re: [NAnt-users] nant and nunit version

2009-04-07 Thread Gert Driesen
Hi Raj, I'll get to it soon, I hope. But feel free to send me a patch ;-) Gert -Original Message- From: ptr2009 [mailto:ptrajku...@gmail.com] Sent: dinsdag 7 april 2009 15:00 To: nant-users@lists.sourceforge.net Subject: [NAnt-users] nant and nunit version hey all Nant 0.86 seems to

Re: [NAnt-users] properties in functions

2009-04-07 Thread Nathan Franzen
OK, got it! Thanks everyone. -Nate On Tue, Apr 7, 2009 at 3:01 PM, Gert Driesen wrote: > Hi Nathan, > > In expressions, properties must be references without braces. > For example: > >     >         /> >     > > Hope this helps, > > Gert > > -Original Message- > From: Nathan Franzen [m

Re: [NAnt-users] properties in functions

2009-04-07 Thread Gert Driesen
Hi Nathan, In expressions, properties must be references without braces. For example: Hope this helps, Gert -Original Message- From: Nathan Franzen [mailto:nfran...@gmail.com] Sent: dinsdag 7 april 2009 20:26 To: nant-users@lists.sourceforge.net Subject: [NAnt-users

Re: [NAnt-users] properties in functions

2009-04-07 Thread Bob Archer
Once you are already in an expression you don't escape the properties again. Use this: BOb > -Original Message- > From: Nathan Franzen [mailto:nfran...@gmail.com] > Sent: Tuesday, April 07, 2009 2:26 PM > To: nant-users@lists.sourceforge.net > Subject: [NAnt-users] properties in

[NAnt-users] properties in functions

2009-04-07 Thread Nathan Franzen
I'm coming to NAnt from an ant background, but I'm trying to adapt. The documentation for says that it's deprecated & recommends using functions instead. I prefer to parameterize as much as possible, so I wrote NAnt doesn't like this much: Unexpected token 'Dollar'.

[NAnt-users] nant and nunit version

2009-04-07 Thread ptr2009
hey all Nant 0.86 seems to be shipping with a rather old version of nunit. Is there a specific reason why ? I tried replacing the nunit dlls and it seems like nant nunit tasks are not compatible with the later version of nunit ? Raj -- View this message in context: http://www.nabble.com/n