Bugs item #1010223, was opened at 2004-08-16 14:03
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=1010223&group_id=31650

Category: Tasks
Group: 0.85
Status: Open
Resolution: None
Priority: 5
Submitted By: Michael Flanakin (flanakin)
Assigned to: Nobody/Anonymous (nobody)
Summary: Exec Task Output

Initial Comment:
I'm using the Aug 14 nightly build and I'm having a 
problem the exec task. It isn't a huge problem, just a 
beautification one. I specified the output attribute, 
which is working fine, but for some reason, the output is 
going to both the screen and the file. My understanding 
was that, when the output attribute was specified, the 
screen output is hidden. I believe this is how Ant works. 
If this is the intended mode of operation, there needs to 
be an option to hide console output.

Here's my stripped exec task:

<exec program="xyz.exe" output="xyz.log">
  <arg value="/a:abc" />
  <arg value="/1:123" />
</exec>

The reason this is a problem is because the program 
outputs a screen's worth of text and, on top of that, it 
runs for each project within a solution - 5 times for my 
current project. This is all just wasted space that clogs 
up the build log and makes it harder to read/debug.

Thanks in advance!

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

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


-------------------------------------------------------
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
_______________________________________________
nant-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to