Задайте вопросЗадайте вопрос
 

ОтвеченоTaskLoggingHelper LogError problem (MSBuild)

  • 30 июня 2009 г. 22:13Dima.Zev Медали пользователяМедали пользователяМедали пользователяМедали пользователяМедали пользователя
     
    Hi i'm trying to build my Task vs msbuild and i has next problem

    i run in task class following code
    ...
     this.Log.LogError(String.Empty,String.Empty,String.Empty,fileAndPath,lineNum,0,lineNum+1, 0,message,String.Empty);
    ...

    in error window i got good entry, but in output window i got Error info in Wrong text format that is why when i double clicked on it i getting exception FileNot Foud (see below)
    my output : C:\dev\solution\consolapp\File1.cpp(19,2)Error: 
    supposed output : C:\dev\solution\consolapp\File1.cpp(19,2):  error

Ответы

Все ответы