Re: [NAnt-users] string::regex()

2006-12-08 Thread Michael Jervis
build. Cheers, Mike * In Unified diff format. This can be applied to the /src/NAnt.Core/Functions/StringFunctions.cs with winmerge, in case anyone interested in using before it gets into CVS/in-case it doesn't get into CVS doesn't know what to do with it On 05/12/06, Michael Jervis &l

Re: [NAnt-users] Ultraedit Buildfile Wordfile Buildfile

2006-12-06 Thread Michael Jervis
> How to install this wordfile in ultraedit? Just copy content into the > wordfile.txt in the Ultraedit root directory? Nope. Ultraedit has a single file called wordfile.txt which defines sytnax highlighting for /all/ languages a UE install will work with, if you overwrite this, then you'll break

Re: [NAnt-users] Ultraedit Buildfile Wordfile Buildfile

2006-12-06 Thread Michael Jervis
On 06/12/06, Michael Jervis <[EMAIL PROTECTED]> wrote: > > How to install this wordfile in ultraedit? Just copy content into the > > wordfile.txt in the Ultraedit root directory? Paying more attention this time, yes, assuming that is the file that ultraedit is using and that

[NAnt-users] string::regex()

2006-12-05 Thread Michael Jervis
then I'd have to make sure that is deployed to all NAnt users building this project. Which isn't good. Is there a feature I've missed? Or, is there any chance of getting something like this checked into CVS? I'm using it as follows (

[NAnt-users] Ultraedit Buildfile Wordfile Buildfile

2006-12-05 Thread Michael Jervis
the XSD. Anyway I can generate a list of them automagically? -- Michael Jervis [EMAIL PROTECTED] 504B0304140008008F846431E3543A820800060006007765 62676F642B4F4D4ACF4F0100504B01021400140008008F846431E3543A82 0800060006002000776562676F64 504B

[NAnt-users] Extracting valid tags and attributes

2006-12-05 Thread Michael Jervis
Is there anything I can extract a full list of valid tags and attributes for NAnt core from without manually copying them all out of the manual? Cheers, Mike -- Michael Jervis [EMAIL PROTECTED] 504B0304140008008F846431E3543A820800060006007765

[NAnt-users] setting flags and acting on them

2006-11-29 Thread Michael Jervis
Hi, OK, I've now got my code that loops through the log file looking for lines with fail in working (thanks guys). Now, I want to expand on that. If one or more lines contains fail, I want to fail the build, but only after I've looped all rows and printed out the fails, so my build log email will

[NAnt-users] Fwd: Returned mail: see transcript for details

2006-11-29 Thread Michael Jervis
: failed Status: 5.1.1 Remote-MTA: DNS; mx0.gmx.de Diagnostic-Code: SMTP; 550 5.1.1 <[EMAIL PROTECTED]>... User is unknown {mx079} Last-Attempt-Date: Wed, 29 Nov 2006 00:37:09 -0800 -- Michael Jervis [EMAIL PROTECTED] 504B0304140008008F846431E3543A820800060006007765 62676F64

Re: [NAnt-users] foreach task: Looping over file lines, property does not extend

2006-11-28 Thread Michael Jervis
On 28/11/06, Chris Lambrou <[EMAIL PROTECTED]> wrote: > Remove the test from the do sub-element of the foreach task, and add it > to the echo task. Alternatively, if you want to perform more than just > one sub-task in the do element, place them inside an inner if task. Ah that's got it! Great! Th

[NAnt-users] foreach task: Looping over file lines, property does not extend

2006-11-28 Thread Michael Jervis
ntLine property is not set. Suggestions? -- Michael Jervis [EMAIL PROTECTED] 504B0304140008008F846431E3543A820800060006007765 62676F642B4F4D4ACF4F0100504B01021400140008008F846431E3543A82 0800060006002

Re: [NAnt-users] Mail Logger

2006-11-28 Thread Michael Jervis
Also, you must set sendusing to 2 for authentication to work at all, and the if clause for the smtpPassword is reversed. My current hacked version is lacking the faulty #if's, but at least sends email...: string smtpUsername = GetPropertyValue(properties, "smtp.username", null, false);

Re: [NAnt-users] Mail Logger

2006-11-28 Thread Michael Jervis
Ask a stupid question, find an answer... #if (NET_1_1) mailMessage.Fields[cdoNamespaceURI + "smtpauthenticate"] = 1; mailMessage.Fields[cdoNamespaceURI + "sendusername"] = smtpUsername; #else Console.Error.WriteLine("[MailLogger] MailLogg

[NAnt-users] Mail Logger

2006-11-28 Thread Michael Jervis
Logger.BuildFinished(Object sender, BuildEventArgs e) in c:\Temp\n ant-0.85-src\nant-0.85\src\NAnt.Core\Log.cs:line 970 Any suggestions? My mail server settings are straight out of my outlook config... -- Michael Jervis [EMAIL PROTECTED] 504B0304140008008F846431E3