Kinook Software Forum

Kinook Software Forum (https://www.kinook.com/Forum/index.php)
-   [VBP] Third Party Tools (https://www.kinook.com/Forum/forumdisplay.php?f=3)
-   -   Warnings and Errors (https://www.kinook.com/Forum/showthread.php?t=1679)

Joshua_Schipper 04-11-2006 05:26 PM

Warnings and Errors
 
I would like to be able to extract all the warnings and any errors that are thrown from the .net IDE into a separate log file. That was we can quickly see all issues and get them resolved. We have over 103 dif projects that get built. (DON’T ask ;))

Any Ideas on how we could do this.

kinook 04-12-2006 09:09 AM

Add this code to the Make VS.NET step's vbld_StepDone script event (Step -> Properties -> Script Editor -> Edit -> Insert Event -> vbld_StepDone [http://www.visualbuild.com/Manual/scriptevents.htm]):

vbld_FSO().CreateTextFile(Application.ExpandMacros ("%TEMP%\vs.txt"), True).Write( _
Application.Macros(vbldMacroSystem)("LASTSTEP_OUTPUT"))


All times are GMT -5. The time now is 09:44 AM.


Copyright © 1999-2023 Kinook Software, Inc.