Microsoft Developer Network > Domovská stránka fór > MSBuild > Exec task and "error :" in output
Odeslat dotazOdeslat dotaz
 

OdpovědětExec task and "error :" in output

  • 18. června 2008 14:03Ant1 Uživatelské medaileUživatelské medaileUživatelské medaileUživatelské medaileUživatelské medaile
     
    Hi,

    I just discovered a strange behavior of the exec task :

    <Exec Command="echo error : "/>

    will fail with code -1

    and

    <Exec Command="echo warning : " />

    will print a warning.


    Is it possible to disable this command output parsing ? I currently use ContinueOnError="True" but that modify my build logs.


    Regards,
    Ant1

Odpovědi

Všechny reakce