Hi,

Does anyone know why the output of the midl compiler shows up as warnings in
the xml logging?

I'm using Nant to compile a C++ ATL project with the <solution> task and
this works fine. Its a COM project and during the linking midl is called,
again no problems only in the Xml log I got warnings like below and these
show up in my CruiseControl.Net Dashboard website which is bugging me.

- <message level="Warning">
- <![CDATA[ Microsoft (R) 32b/64b MIDL Compiler Version 6.00.0361
  ]]> 
  </message>
- <message level="Warning">
- <![CDATA[ Copyright (c) Microsoft Corporation 1991-2002. All rights
reserved.
  ]]> 
  </message>
- <message level="Info">
- <![CDATA[ Processing .\vc70.idl
  ]]> 
  </message>
- <message level="Warning">
- <![CDATA[ vc70.idl
  ]]> 
  </message>
- <message level="Info">
- <![CDATA[ Processing c:\Program Files\Microsoft Visual Studio .NET
2003\VC7\PlatformSDK\include\prsht.idl
  ]]>

and then about 24 more idl files are processed which all show up as warnings


Any help is appreciated,

Valentijn Makkenze


-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
Nant-users mailing list
Nant-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to