Bugs item #2795665, was opened at 2009-05-22 17:36
Message generated for change (Tracker Item Submitted) made by mikeratzlaff
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=2795665&group_id=31650

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Tasks
Group: 0.86
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Mike Ratzlaff (mikeratzlaff)
Assigned to: Nobody/Anonymous (nobody)
Summary: SQL task sends verbose/debug info to output file

Initial Comment:
Using the SQL task to perform a query and return the results to a text file 
specified in the output attribute, verbose debug info will also be sent to that 
file if NAnt it running in Verbose or Debug logging mode.

This behavior is undesirable, because the most logical use of this output file 
is to have it parsed by a foreach task.  Running NAnt in verbose or debug mode 
means that additional filtering must be performed to remove the "gibberish" 
from the file between the sql task and the foreach task.

I propose that only the actual SQL results should be sent to the output file, 
and all other text should be sent to the regular log.


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=2795665&group_id=31650

------------------------------------------------------------------------------
Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT
is a gathering of tech-side developers & brand creativity professionals. Meet
the minds behind Google Creative Lab, Visual Complexity, Processing, & 
iPhoneDevCamp asthey present alongside digital heavyweights like Barbarian
Group, R/GA, & Big Spaceship. http://www.creativitycat.com 
_______________________________________________
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to