Re: [NAnt-users] Maillogger NANT 0.84

2006-07-24 Thread Ortius, Helga
Title: Re: [NAnt-users] Maillogger NANT 0.84 ok, I guess that's the way to go although I was trying to find an interim solution. Thank you for your support!   Kind regards Helga Von: [EMAIL PROTECTED] im Auftrag von Gary FeldmanGesendet: Mo 24.07.2006 14:20An: nant-

Re: [NAnt-users] Maillogger NANT 0.84

2006-07-24 Thread Gary Feldman
Ortius, Helga wrote: > What am I missing? As far as I found out the maillogger feature should > be available for nant 0.84 or am I wrong? Please upgrade to 0.85RC4. I don't know whether the mail logger was working in 0.84, but that's a very old version that really shouldn't be supported anymore

Re: [NAnt-users] Maillogger NANT 0.84

2006-07-24 Thread Ortius, Helga
ge="Hello Nant skript has been executed on ${server}." mailhost="my.mailhost.com"   failonerror="true">                Von: Ramya Niranjan [mailto:[EMAIL PROTECTED]Gesendet: Mo 24.07.2006 12:51An: O

Re: [NAnt-users] Maillogger NANT 0.84

2006-07-24 Thread Ortius, Helga
! Helga Von: Ramya Niranjan [mailto:[EMAIL PROTECTED]Gesendet: Mo 24.07.2006 11:35An: Ortius, HelgaBetreff: Re: [NAnt-users] Maillogger NANT 0.84 Hi,   Are you sure NAnt.exe is located inside .\Nant and not inside .\Nant\bin? Maybe the file is not found in the location from where it is being

Re: [NAnt-users] Maillogger NANT 0.84

2006-07-24 Thread Ortius, Helga
Hi,   yes, nant is located directly in the Nant directory not in Nant\bin. The problem is that the Maillogger feature does not get executed.   Thank you though! Helga     Von: Ramya Niranjan [mailto:[EMAIL PROTECTED]Gesendet: Mo 24.07.2006 11:35An: Ortius, HelgaBetreff: Re: [NAnt-users

[NAnt-users] Maillogger NANT 0.84

2006-07-24 Thread Ortius, Helga
Hallo,   I am trying to get NANT to write a logfile which should be mailed out after a successful/erroneous build has happened. I try to use NAnt.Core.MailLogger without any result:   call file wss_install with content: @SET NANTDIR=.\NAnt %NANTDIR%\Nant.exe -buildfile:addon.build -logger:NAnt.C

[NAnt-users] MailLogger task failing...

2006-06-27 Thread Flex
Hi guys. I'm trying to let nant send an email upon build complete, but getting this error message: [MailLogger] E-mail could not be sent! System.Web.HttpException: Could not create an object of type 'CDO.Message'. Ple ase verify that the current platform configuration supports SMTP mail. at Sys

RE: [NAnt-users] MailLogger credentials

2006-06-01 Thread Gert Driesen
igher) for it to work. Sorry about this. Gert > -Original Message- > From: Gert Driesen [mailto:[EMAIL PROTECTED] > Sent: dinsdag 30 mei 2006 16:25 > To: 'Young, Jason (GE Indust, GE Fanuc)'; > 'nant-users@lists.sourceforge.net' > Subject: RE: [NA

RE: [NAnt-users] MailLogger credentials

2006-05-30 Thread Gert Driesen
ginal Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Young, Jason (GE Indust, GE Fanuc) > Sent: maandag 13 maart 2006 22:22 > To: Young, Jason (GE Indust, GE Fanuc); > nant-users@lists.sourceforge.net > Subject: RE: [NAnt-users] MailLogger cr

Re: [NAnt-users] MailLogger credentials

2006-04-27 Thread si
Hi, We've just run into the same problem as Jason had...any chance his code can be implemented please? Happy to test a nightly :) cheers si > Ok, I just wrote it myself. Could someone please add this to the > official code? I verified that it compiles with .NET 1.1 AND works. If > I can inte

RE: [NAnt-users] MailLogger credentials

2006-03-13 Thread Young, Jason (GE Indust, GE Fanuc)
ge- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Young, Jason (GE Indust, GE Fanuc) Sent: Thursday, March 09, 2006 2:31 PM To: nant-users@lists.sourceforge.net Subject: [NAnt-users] MailLogger credentials Is there any way to use the MailLogger to send an email with credentials/

[NAnt-users] MailLogger credentials

2006-03-09 Thread Young, Jason (GE Indust, GE Fanuc)
Is there any way to use the MailLogger to send an email with credentials/authentication? I have a build script that runs on a few different machines, and I want it to be able to send using a remote email server, but it requires authentication. Surely someone else has had to do the same thing. An

Re: [NAnt-users] MailLogger stopped working...

2006-01-29 Thread Henning Eiben
Bob Archer schrieb: > Ok, > > > > FYI: I found the problem. IT pushed an upgrade the McAfee Enterprise > which was blocking port 25. I added nant.exe to the exceptions list and > viola, back in business. > I kinda have the same problem. But in my case I can't add nant to the white-list :( But

RE: [NAnt-users] MailLogger stopped working...

2006-01-25 Thread Bob Archer
Behalf Of Bob Archer Sent: Wednesday, January 25, 2006 11:59 AM To: nant-users@lists.sourceforge.net Subject: [NAnt-users] MailLogger stopped working...   I was happily running builds on an XP Pro machine. Recently the emails stopped being sent. I am getting the following error. I assume a Windows

[NAnt-users] MailLogger stopped working...

2006-01-25 Thread Bob Archer
Title: MailLogger stopped working... I was happily running builds on an XP Pro machine. Recently the emails stopped being sent. I am getting the following error. I assume a Windows update broke something. Anyone have any ideas? Here is the error message I am getting. MailLogger failed to

RE: [Nant-users] MailLogger e-mails have wrong encoding in Outlook

2005-03-21 Thread Gert Driesen
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > [EMAIL PROTECTED] > Sent: maandag 21 maart 2005 21:07 > To: [EMAIL PROTECTED]; nant-users@lists.sourceforge.net > Subject: RE: [Nant-users] MailLogger e-mails have wrong

RE: [Nant-users] MailLogger e-mails have wrong encoding in Outlook

2005-03-21 Thread Grant.Drake
Gert wrote: > However, I just added a new property (called MailLogger.body.encoding) that allows you to configure the encoding of the body of the message (just in case you need it). Thanks Gert, envious that it works for you! It could well be something about how they configure the machines here at

RE: [Nant-users] MailLogger e-mails have wrong encoding in Outlook

2005-03-21 Thread Gert Driesen
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > [EMAIL PROTECTED] > Sent: maandag 21 maart 2005 19:53 > To: nant-users@lists.sourceforge.net > Subject: [Nant-users] MailLogger e-mails have wrong encoding > in Outloo

[Nant-users] MailLogger e-mails have wrong encoding in Outlook

2005-03-21 Thread Grant.Drake
We have our build scripts set up to send the output of the build to us on failure - no problem there. The issue is the "encoding" that Microsoft Outlook chooses to apply when receiving one of these e-mails - it applies "Western European (ISO)", which in turn means that it misses the carriage return

RE: [Nant-users] mailLogger sends file as attachment

2004-07-28 Thread Merrill Cornish
Jean-Michel,   Yes, I meant .  Sorry about that.  :-)   Merrill --- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?

RE: [Nant-users] mailLogger sends file as attachment

2004-07-28 Thread Jean-Michel Theriault
: Wednesday, July 28, 2004 9:21 AM To: 'Merrill Cornish'; [EMAIL PROTECTED] Subject: RE: [Nant-users] mailLogger sends file as attachment   Do you mean the task, cause I can’t seem to find the task      Jean Michel Thériault    Configuration and Installation Application

RE: [Nant-users] mailLogger sends file as attachment

2004-07-28 Thread Jean-Michel Theriault
[mailto:[EMAIL PROTECTED] Sent: Tuesday, July 27, 2004 3:37 PM To: Jean-Michel Theriault; [EMAIL PROTECTED] Subject: Re: [Nant-users] mailLogger sends file as attachment   Jean-Michel,   Instead of using MailLogger, which can't do attachments, try the task from NAntContrib. 

Re: [Nant-users] mailLogger sends file as attachment

2004-07-27 Thread Merrill Cornish
Jean-Michel,   Instead of using MailLogger, which can't do attachments, try the task from NAntContrib.  That task makes a copy of that would normally to to the screen to a file.  You can turn it on and off at will.  For your purposes, you would probably "Start" it at the top of  your script.  Th

[Nant-users] mailLogger sends file as attachment

2004-07-27 Thread Jean-Michel Theriault
Hi all!!   I’m presently doing builds and receiving 2 emails to notify me of the result. The first one is generated by the mail taskand contains a body in html as well as attached files. The second one is generated by the mailLogger and sends me the build.log file inside the body of the e

Re: [Nant-users] mailLogger simple question

2004-07-20 Thread Jean-Michel Theriault
sh" <[EMAIL PROTECTED]>;<[EMAIL PROTECTED]>Sent: Friday, July 16, 2004 7:44 PMSubject: RE: [Nant-users] mailLogger simple question  Right on floks!! I got the email.Now I'm wondering if there is a way to save the whole content of the email,which is in fact my build.log file, w

Re: [Nant-users] mailLogger simple question

2004-07-16 Thread Gert Driesen
Original Message- From: Merrill Cornish [mailto:[EMAIL PROTECTED] Sent: Friday, July 16, 2004 12:41 PM To: Jean-Michel Theriault; [EMAIL PROTECTED] Cc: Merrill Cornish Subject: RE: [Nant-users] mailLogger simple question Jean-Michel, -logger:NAnt.Core.MailLogger goes on the NAnt comm

RE: [Nant-users] mailLogger simple question

2004-07-16 Thread Jean-Michel Theriault
Sent: Friday, July 16, 2004 12:41 PM To: Jean-Michel Theriault; [EMAIL PROTECTED] Cc: Merrill Cornish Subject: RE: [Nant-users] mailLogger simple question Jean-Michel, -logger:NAnt.Core.MailLogger goes on the NAnt command line, not in the build script. Me

RE: [Nant-users] mailLogger simple question

2004-07-16 Thread Merrill Cornish
Jean-Michel, -logger:NAnt.Core.MailLogger goes on the NAnt command line, not in the build script. Merrill --- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA Web

RE: [Nant-users] mailLogger simple question

2004-07-16 Thread Jean-Michel Theriault
http://www.cactuscommerce.com [EMAIL PROTECTED] -Original Message- From: Merrill Cornish [mailto:[EMAIL PROTECTED] Sent: Friday, July 16, 2004 10:50 AM To: Jean-Michel Theriault; [EMAIL PROTECTED] Subject: Re: [Nant-users] mailLogger simple question Jean-Michel, You don't CALL Mai

RE: [Nant-users] mailLogger simple question

2004-07-16 Thread Jean-Michel Theriault
--Original Message- From: Merrill Cornish [mailto:[EMAIL PROTECTED] Sent: Friday, July 16, 2004 10:50 AM To: Jean-Michel Theriault; [EMAIL PROTECTED] Subject: Re: [Nant-users] mailLogger simple question Jean-Michel, You don't CALL MailLogger so much as you ARM it.

Re: [Nant-users] mailLogger simple question

2004-07-16 Thread Merrill Cornish
Jean-Michel, You don't CALL MailLogger so much as you ARM it. You have to add -logger:NAnt.Core.MailLogger to your NAnt command line. That command line argument tells MailLogger to do its thing, and collect output as it is created. At the end of the script, pass or fail, the MailLogger is aut

Re: [Nant-users] mailLogger simple question

2004-07-16 Thread Gert Driesen
Jean-Michel, See http://nant.sourceforge.net/nightly/help/fundamentals/listeners.html. Gert - Original Message - From: "Jean-Michel Theriault" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, July 16, 2004 4:34 PM Subject: [Nant-users] mailLogger

[Nant-users] mailLogger simple question

2004-07-16 Thread Jean-Michel Theriault
I’m presently using the mail task to send my email at the end of my build. But since the mail task won’t send my build.log file at the end since it’s still writing to it, I heard that maybe the mailLogger might do this for me. I know I have to put this                         

Re: [Nant-users] MailLogger documentation nit

2004-07-13 Thread Gert Driesen
- Original Message - From: "Merrill Cornish" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, July 13, 2004 4:11 PM Subject: [Nant-users] MailLogger documentation nit > FYI: In the nightly build file doc/help/fundamentals/listeners.html, the tab

[Nant-users] MailLogger documentation nit

2004-07-13 Thread Merrill Cornish
FYI: In the nightly build file doc/help/fundamentals/listeners.html, the table listing the MailLogger properties had mailhost listed twice: once at the time and once at the bottom. Merrill --- This SF.Net email sponsored by Black Hat Briefi

RE: [Nant-users] MailLogger

2004-06-11 Thread Steven Tapping
[Nant-users] MailLogger Is there anyway to dynamically set the log file name so that it is timestamped when the build starts? for example the name would be buildlog061120041000. thanks mike = Michael Rudge --- This SF.Net email is sponsored b

[Nant-users] MailLogger

2004-06-11 Thread Michael Rudge
Is there anyway to dynamically set the log file name so that it is timestamped when the build starts? for example the name would be buildlog061120041000. thanks mike = Michael Rudge --- This SF.Net email is sponsored by the new InstallShie

RE: [Nant-users] MailLogger

2004-06-08 Thread John Cole
ssage- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Michael Rudge Sent: Tuesday, June 08, 2004 1:40 PM To: [EMAIL PROTECTED] Subject: [Nant-users] MailLogger Does someone have an example of how to set the properties for the Maillogger? Do they have to be set at the command line? thanks

[Nant-users] MailLogger

2004-06-08 Thread Michael Rudge
Does someone have an example of how to set the properties for the Maillogger? Do they have to be set at the command line? thanks mike = Michael Rudge --- This SF.Net email is sponsored by: GNOME Foundation Hackers Unite! GUADEC: The world

Re: [Nant-users] MailLogger sending multiple emails

2004-03-01 Thread Gert Driesen
Vincent, Can you try this using the latest nightly build (http://nant.sourceforge.net/nightly/builds), and report back ? Thanks, Gert - Original Message - From: "Vincent Erickson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, March 01, 2004 11:23 P

[Nant-users] MailLogger sending multiple emails

2004-03-01 Thread Vincent Erickson
Title: Message I reconfigured my Nant build scripts so that instead of one large build script, I have a startup build script which invokes a second .build file's script. This works fine, except that I am now receiving two emails from the build instead of just one. I am calling the first scrip