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 Simon, > > If I remember correctly

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.