Bugs item #1189300, was opened at 2005-04-25 10:05
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=1189300&group_id=31650

Category: Tasks
Group: 0.85
Status: Open
Resolution: None
Priority: 5
Submitted By: IRON (imakowski)
Assigned to: Nobody/Anonymous (nobody)
Summary: Verbose doesn't work properly!!!

Initial Comment:
Verbose on tasks doesn't work properly on 0.85-rc3

my build file looks like this:
<project name="test" 
xmlns="http://nant.sf.net/release/0.85-rc3/nant.xsd";>
  <target name="PathTest" verbose="false">      
      <mkdir dir="aaa" verbose="false" />
      <delete dir="aaa" verbose="false"/>
   </target>
</project>

I type:
NAnt.exe PathTest
in the console and this message appears:

PathTest:

    [mkdir] Creating directory 'D:\aaa'.
   [delete] Deleting directory 'D:\aaa'.

i think there should not be this messages if i set 
verbose to false

(the same issue appears when XmlLogger is used)

This issue is very important when we have big solution 
and a lot of tasks is executed (large log file)

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

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


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to