Re: [NAnt-users] Nant 0.90 Problem with C# Script

2010-05-19 Thread Gert Driesen
Bob, These are indeed in mscorlib, which is referenced by default. Gert -Original Message- From: Bob Archer [mailto:bob.arc...@amsi.com] Sent: woensdag 19 mei 2010 19:15 To: Gert Driesen; 'Ron Grabowski'; 'nant' Subject: RE: [NAnt-users] Nant 0.90 Problem with C#

Re: [NAnt-users] Nant 0.90 Problem with C# Script

2010-05-19 Thread Bob Archer
want to reference in scripts). > If this change is causing too much trouble, we can always reconsider. > > Gert > > -Original Message- > From: Ron Grabowski [mailto:rongrabow...@yahoo.com] > Sent: dinsdag 18 mei 2010 23:36 > To: nant > Subject: Re: [NAnt-user

Re: [NAnt-users] Nant 0.90 Problem with C# Script

2010-05-19 Thread Gert Driesen
Grabowski [mailto:rongrabow...@yahoo.com] Sent: dinsdag 18 mei 2010 23:36 To: nant Subject: Re: [NAnt-users] Nant 0.90 Problem with C# Script Out of curiosity, why was this changed? Doesn't VS include System.dll by default? - Original Message From: Gert Driesen To: Ryan Boggs ; Si

Re: [NAnt-users] Nant 0.90 Problem with C# Script

2010-05-18 Thread Ron Grabowski
Out of curiosity, why was this changed? Doesn't VS include System.dll by default? - Original Message From: Gert Driesen To: Ryan Boggs ; Simon H Cc: nant-users@lists.sourceforge.net Sent: Tue, May 18, 2010 5:36:03 AM Subject: Re: [NAnt-users] Nant 0.90 Problem with C# Script

Re: [NAnt-users] Nant 0.90 Problem with C# Script

2010-05-18 Thread Gert Driesen
Cc: nant-users@lists.sourceforge.net Subject: Re: [NAnt-users] Nant 0.90 Problem with C# Script Hey Simon, If I remember correctly, System.Text.RegularExpressions namespace is no longer imported in script by default anymore. You probably need to include the namespace manually but I can say for

Re: [NAnt-users] Nant 0.90 Problem with C# Script

2010-05-17 Thread Simon H
Hi Ryan Yes, I already have the tag content you specified. > Date: Mon, 17 May 2010 21:38:33 -0700 > Subject: Re: [NAnt-users] Nant 0.90 Problem with C# Script > From: rmbo...@gmail.com > To: yo...@live.com > CC: nant-users@lists.sourceforge.net > > Hey Simo

Re: [NAnt-users] Nant 0.90 Problem with C# Script

2010-05-17 Thread Ryan Boggs
Hey Simon, If I remember correctly, System.Text.RegularExpressions namespace is no longer imported in script by default anymore. You probably need to include the namespace manually but I can say for certain since I don't know what's in your NAnt script. Try adding this to your script tag:

[NAnt-users] Nant 0.90 Problem with C# Script

2010-05-17 Thread Simon H
Hi guys, I have a C# script within my NAnt script that works perfectly in NAnt 0.85. It imports the namespace System.Text.RegularExpressions for the purposes of testing user input. However, when I try to run my build file using NAnt 0.90 I get an error (see below). I have noted that NAnt 0.