Kinook Software Forum

Go Back   Kinook Software Forum > Visual Build Professional > [VBP] Third Party Tools

Reply
 
Thread Tools Rate Thread Display Modes
  #1  
Old 04-11-2006, 05:26 PM
Joshua_Schipper Joshua_Schipper is online now
Registered User
 
Join Date: 04-11-2006
Posts: 1
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.
Reply With Quote
  #2  
Old 04-12-2006, 09:09 AM
kinook kinook is online now
Administrator
 
Join Date: 03-06-2001
Location: Colorado
Posts: 6,003
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_OUTP UT"))
Reply With Quote
Reply

Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



All times are GMT -5. The time now is 03:49 PM.


Copyright © 1999-2023 Kinook Software, Inc.