Bugs item #1887482, was opened at 2008-02-05 17:40
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=1887482&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.85
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Sid DeLuca (sdeluca)
Assigned to: Nobody/Anonymous (nobody)
Summary: random error output from exec task results

Initial Comment:
The exec task is being used with the Perforce executable (source control 
provider) in order to generate a list of changes since the last release to 
production.  The output is logged to a text file.  The task used looks similar 
to this:

<exec program="p4" verbose="false" output="releases\${Label}.txt">
    <arg line ="changes" />                     
    <arg line ="-l" />
    <arg line ="-s" />
    <arg line ="submitted" />                   
    <arg line ="//myProj/[EMAIL PROTECTED],@now" />
</exec>

The output generated shows a list of descriptions associated with the 
changelists submitted to source control.

What I get is a file with 250 entries, however some entries are logged to the 
standard output as errors.

Upon closer inspection, it would appear as though all changelist entries 
reported as errors to the standard output actually have the string "error" 
somewhere within the description.

Can someone please take a look at this?

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

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

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to