Felice,
I didn't see any funny characters, but I did notice that the block you identified
occurs twice. The second time it is over 1800 lines into the file. Does the mailer
you are using have a limit?
One way of checking for a length limit would be to temporarily comment out a couple of
the
assemblies...
[exec]
-Original Message-
From: Merrill Cornish [mailto:[EMAIL PROTECTED]
Sent: Tuesday, October 12, 2004 12:49 PM
To: Felice Vittoria; Ernst Kuschke; [EMAIL PROTECTED]
Subject: [SPAM] - RE: [Nant-users] Mailinging the build log - Email
found in subject
Felice,
Gert beat
Felice,
Gert beat me to it. If part, but not all, of the log is sent, and it's the same part
each time, then there is probably a control character or a character with the high
order bit set in the file somewhere. The log file you attached is quite long. Can
you give us an idea of where in th
:[EMAIL PROTECTED]
Sent: Tuesday, October 12, 2004 12:05 PM
To: Felice Vittoria; Merrill Cornish; Ernst Kuschke;
[EMAIL PROTECTED]
Subject: [SPAM] - Re: [Nant-users] Mailinging the build log - Email
found in subject
Felice,
Check if the content that you're logging includes any null character
AIL PROTECTED]>
To: "Merrill Cornish" <[EMAIL PROTECTED]>; "Ernst Kuschke"
<[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Tuesday, October 12, 2004 6:51 PM
Subject: RE: [Nant-users] Mailinging the build log
Merrill,
I did some more digging into the problem.
a copy of the zip let me know and I
will send it to you.
Felice
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Merrill
Cornish
Sent: Friday, October 08, 2004 1:40 PM
To: Felice Vittoria; Ernst Kuschke; [EMAIL PROTECTED]
Subject: RE: [Nant-users] Mailinging
Felice,
I believe that the debug level will give you everything.
For the MailLogger, you would not use the nant.onsuccess and nant.onfailure
properties. Instead, the MailLogger defines its own set of properties that you can
initialize with your mail subject line, address list , and so on.
If
t.onsuccess and nant.onfailure properties.
Felice
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Merrill
Cornish
Sent: Friday, October 08, 2004 10:59 AM
To: Felice Vittoria; Ernst Kuschke; [EMAIL PROTECTED]
Subject: RE: [Nant-users] Mailinging the bui
Felice,
There are two built-in NAnt properties: nant.onsuccess and nant.onfailure. Normally,
they are not defined. However, you can set either or both to a target(s) in your
script. If the overall NAnt build finishes successfully, then whatever task you have
named in the nant.onsuccess prop
PROTECTED] Behalf Of Merrill
Cornish
Sent: Friday, October 08, 2004 8:35 AM
To: Ernst Kuschke; [EMAIL PROTECTED]
Subject: Re: [Nant-users] Mailinging the build log
You need to use the logger functionality. You can start and stop the logger from
inside the NAnt script. So, you start the logger
Thanks for all the replies ;o)
Sorted!
Ernst Kuschke
-C# MVP
http://dotnet.org.za/ernst
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: 08 October 2004 03:52 PM
To: Ernst Kuschke
Cc: [EMAIL PROTECTED]
Subject: Re: [Nant-users] Mailinging the build log
Hello
|
| To: [EMAIL PROTECTED]
|
| cc:
|
| Subject: [Nan
You need to use the logger functionality. You can start and stop the logger from
inside the NAnt script. So, you start the logger at the start of the script. You
then use a build-success and build-fail target to stop the logger and mail its result.
Check out NAnt/doc/help/fundamentals/listen
tober 08, 2004 3:07 PM
Subject: [Nant-users] Mailinging the build log
I want to send an email notification of each build result, and I have it
mailing quite nicely, except for one problem.
I wish to attach the buildlog to the email, but since the NAnt
buildscript is still writing to the logfile
I want to send an email notification of each build result, and I have it
mailing quite nicely, except for one problem.
I wish to attach the buildlog to the email, but since the NAnt
buildscript is still writing to the logfile at this time, it can't
attach it to the email.
I tried making a copy of t
15 matches
Mail list logo