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
> 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
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
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 (
the XSD. Anyway I
can generate a list of them automagically?
--
Michael Jervis
[EMAIL PROTECTED]
504B0304140008008F846431E3543A820800060006007765
62676F642B4F4D4ACF4F0100504B01021400140008008F846431E3543A82
0800060006002000776562676F64
504B
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
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
: 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
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
ntLine property is not set.
Suggestions?
--
Michael Jervis
[EMAIL PROTECTED]
504B0304140008008F846431E3543A820800060006007765
62676F642B4F4D4ACF4F0100504B01021400140008008F846431E3543A82
0800060006002
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);
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
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
13 matches
Mail list logo