Re: [Nant-users] Logging failures or successes

2003-10-21 Thread Gert Driesen
Title: RE: [Nant-users] Logging failures or successes Good catch, I'll fix it this evening ...   Gert - Original Message - From: Dmitriy Bezugliy To: Gert Driesen Cc: [EMAIL PROTECTED] Sent: Tuesday, October 21, 2003 11:37 AM Subject: RE: [Nant-

RE: [Nant-users] Logging failures or successes

2003-10-21 Thread Nicklas Norling
: Gert Driesen [mailto:[EMAIL PROTECTED] Sent: den 20 oktober 2003 20:43 To: Nicklas Norling; 'N. V.'; [EMAIL PROTECTED] Subject: Re: [Nant-users] Logging failures or successes Are you closing (not just stopping) the Release.log recorder in your "failure" target ? I attached an

RE: [Nant-users] Logging failures or successes

2003-10-21 Thread Dmitriy Bezugliy
Title: RE: [Nant-users] Logging failures or successes Hi Gert Using record with level led to next Internal Error I use next directive in nested build tasks. May be action must be different ? [license] Compiling license file c:\acrm\src\Core\Oblik.DMS\licenses.licx to

RE: [Nant-users] Logging failures or successes

2003-10-21 Thread Nicklas Norling
See comments below: How come ? You can : > - log to a file using the -logfile commandline option The -logfile option keept the logfiles locked so I could not zip nor email the logs while running the script. > - log build results as an SMTP message (using the NAnt.Core.MailLogger) MailLogger doe

Re: [Nant-users] Logging failures or successes

2003-10-21 Thread Gert Driesen
- Original Message - From: "Nicklas Norling" <[EMAIL PROTECTED]> To: "'Gert Driesen'" <[EMAIL PROTECTED]>; "Nicklas Norling" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, October 21, 2003 9:01 AM Subject: RE: [Nant

Re: [Nant-users] Logging failures or successes

2003-10-20 Thread Gert Driesen
- From: "Nicklas Norling" <[EMAIL PROTECTED]> To: "'N. V.'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Monday, October 20, 2003 9:28 AM Subject: RE: [Nant-users] Logging failures or successes > Sorry to say, this did not work either. The logfile

RE: [Nant-users] Logging failures or successes

2003-10-20 Thread Nicklas Norling
-Original Message- From: Nicklas Norling [mailto:[EMAIL PROTECTED] Sent: den 17 oktober 2003 12:19 To: 'N. V.'; [EMAIL PROTECTED] Subject: RE: [Nant-users] Logging failures or successes Hi Nick. Thanks for the tip, that's pretty much exactly what I need! Got to look closer at

RE: [Nant-users] Logging failures or successes

2003-10-17 Thread Nicklas Norling
users] Logging failures or successes Hi Nicklas, Another thing you could do is take a look at the task in NAntContrib whuch allow you to log the build output in a file, and start/stop/close it at anytime in your build processs. After that you could zip the log files using the zip task and email

RE: [Nant-users] Logging failures or successes

2003-10-16 Thread N. V.
From: Nicklas Norling <[EMAIL PROTECTED]> To: 'Scott Ford' <[EMAIL PROTECTED]>, "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> Subject: RE: [Nant-users] Logging failures or successes Date: Thu, 16 Oct 2003 10:18:49 +0200 Hi Scott. I think it would be g

RE: [Nant-users] Logging failures or successes

2003-10-16 Thread Nicklas Norling
PROTECTED] Sent: den 15 oktober 2003 19:31 To: [EMAIL PROTECTED] Subject: RE: [Nant-users] Logging failures or successes Nicklas, A quick and dirty work around for your problem would be set an environment variable or create and empty file that represents success or failure. The second nant pr

Re: [Nant-users] Logging failures or successes

2003-10-15 Thread Gert Driesen
- Original Message - From: "Ben Lowery" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, October 15, 2003 5:27 PM Subject: Re: [Nant-users] Logging failures or successes > > I actually didn't think about this immediately, but adding zip su

RE: [Nant-users] Logging failures or successes

2003-10-15 Thread Scott Ford
Nicklas, A quick and dirty work around for your problem would be set an environment variable or create and empty file that represents success or failure. The second nant process could then use that variable/file to determine whether or not to mail the log. -Scott -Original Message- From:

Re: [Nant-users] Logging failures or successes

2003-10-15 Thread Ben Lowery
I actually didn't think about this immediately, but adding zip support to the MailLogger would add a dependency for #ziplib to NAnt.Core, and I'm not sure if we want that ... As a different option, could Nick write a custom logger or listener and have that type take care of writing a compressed fi

Re: [Nant-users] Logging failures or successes

2003-10-15 Thread Gert Driesen
t;[EMAIL PROTECTED]> To: "'Gert Driesen'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, October 15, 2003 5:01 PM Subject: RE: [Nant-users] Logging failures or successes > Hi Gert. > > Thanks for the input! Time to get my hands dirty then :)

RE: [Nant-users] Logging failures or successes

2003-10-15 Thread Nicklas Norling
ng; [EMAIL PROTECTED] Subject: Re: [Nant-users] Logging failures or successes - Original Message - From: "Nicklas Norling" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, October 15, 2003 4:43 PM Subject: [Nant-users] Logging failures or successes > H

Re: [Nant-users] Logging failures or successes

2003-10-15 Thread Gert Driesen
- Original Message - From: "Nicklas Norling" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, October 15, 2003 4:43 PM Subject: [Nant-users] Logging failures or successes > Hi all. > > I'm building a number of projects and would like to send > out feedback from the build using