RE: [nant-dev] Indenting external program output?

2003-02-14 Thread Jamie Cansdale
I think that is a great idea. It should be as simple as post-processing the output stream and pre-pending the (indent) spaces at the front of each line. It might be easier to create an PrependedStringReader that take a string to pre-pend to each line, and the stream to read from. Then we can

RE: [nant-dev] Indenting external program output?

2003-02-14 Thread Simon Steele
[mailto:[EMAIL PROTECTED]] Sent: 14 February 2003 04:14 To: Matthew Mastracci Cc: [EMAIL PROTECTED] Subject: Re: [nant-dev] Indenting external program output? I think that is a great idea. It should be as simple as post-processing the output stream and pre-pending the (indent) spaces

RE: [nant-dev] Indenting external program output?

2003-02-14 Thread Simon Steele
in an info/ tag.) Thoughts? Thanks, -- Simon Steele Programmers Notepad - http://sf.net/projects/pnotepad/ -Original Message- From: Jamie Cansdale [mailto:[EMAIL PROTECTED]] Sent: 14 February 2003 11:51 To: Simon Steele Cc: [EMAIL PROTECTED] Subject: RE: [nant-dev] Indenting external

Re: [nant-dev] Indenting external program output? + Let's get thisrelease out

2003-02-14 Thread Matthew Mastracci
Regardless of future implementation tasks, would anyone object if I enhance the ExternalProgramBase to indent output from called programs? :) I agree that we need a more powerful logging system, but as things stand right now, we have a half-decent one that gets the job done. Once 0.8 is

RE: [nant-dev] Indenting external program output? + Let's get this release out

2003-02-14 Thread Brian Deacon
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Matthew Mastracci Sent: Friday, February 14, 2003 7:57 AM To: [EMAIL PROTECTED] Subject: Re: [nant-dev] Indenting external program output? + Let's get this release out Regardless of future implementation tasks

Re: [nant-dev] Indenting external program output?

2003-02-13 Thread Scott Hernandez
I think that is a great idea. It should be as simple as post-processing the output stream and pre-pending the (indent) spaces at the front of each line. It might be easier to create an PrependedStringReader that take a string to pre-pend to each line, and the stream to read from. Then we can just