-----Original Message-----

From: Gert Driesen [mailto:[EMAIL PROTECTED]]

Sent: Tuesday, September 13, 2005 3:31 PM

To: Asis Yuval; Nant-users@lists.sourceforge.net

Subject: Re: [Nant-users] Error lines not written in the log file

----- Original Message -----

From: "Asis Yuval" <[EMAIL PROTECTED]>

To: <Nant-users@lists.sourceforge.net>

Sent: Tuesday, September 13, 2005 4:04 PM

Subject: [Nant-users] Error lines not written in the log file

 

> Hello Everybody

>

>

> I am using <record> task for recording NAnt output to log-file, on

> failure i am sending an E-mail with attachment with this log-file ,

> the problem is that the significant lines are not appearing in the

> log, the NAnt print them after closing the log-file and sending the

> mail.

Can you send me a small repro for this issue ?

Thanks

Gert

 

 

Hi All

Some details about this issue:

The Build file

--------------------

 

...

<property name="nant.onfailure" value="SendFailureMail" if="${NightBuild}"/>

 

<target name="SendFailureMail">

<record name="${log.file}" action="" />

<record name="${log.file}" action="" />

<mail

from="..."

tolist="..."

cclist="..."

subject=" Builed failed"

message=" Build Failed at ${build.datetime}"

mailhost="...">

<attachments>

<include name="${log.file}" />

</attachments>

</mail>

</target>

...

 

 

 

The Build log

-------------------

build.Viewer:

[solution] Starting solution build.

[solution] Building 'GV_DAT_Data' [Debug] ...

Unhandled Exception: System.DllNotFoundException: Exception from HRESULT: 0x80131524.

at [EMAIL PROTECTED](Void* , UInt32 , Void* )

SendFailureMail:

[mail] Sending mail to [EMAIL PROTECTED];[EMAIL PROTECTED]

BUILD FAILED - 0 non-fatal error(s), 1 warning(s)

Error resolving module references of 'C:\snap\Colibri_Release_view\v3\bin\MMI_General.dll'.

File or assembly name AnalysisWrapper.dll, or one of its dependencies, was not found.

 

Thanks

Yuval

 

 



The information contained in this communication is proprietary to Israel Aircraft Industries Ltd.
and/or third parties, may contain confidential or privileged information, and is intended only for
the use of the intended addressee thereof. If you are not the intended addressee, please be aware
that any use, disclosure, distribution and/or copying of this communication is strictly prohibited.
If you receive this communication in error, please notify the sender immediately and delete it from
your computer. Thank you.



This message is processed by the PrivaWall Email Security Server.

Reply via email to