Diane, In the context of a GUI, how would you want echo to work? System.out doesn't make much sense in that context. Echo was changed to that all output is delivered from tasks via the event system. OK, not all yet, but that is something I want to look at in terms of the System.out usage. The GUI can then choose how to display it.
You could use a listener which treated "echo" messages differently -- Conor MacNeill [EMAIL PROTECTED] Cortex eBusiness http://www.cortexebusiness.com.au > -----Original Message----- > From: Diane Holt [mailto:[EMAIL PROTECTED] > Sent: Friday, 19 January 2001 15:17 > To: [EMAIL PROTECTED] > Subject: <echo> task now logs its name? > > > Was that something people wanted? Personally, I preferred that it didn't > -- that way, I could just echo something out where I wanted it, without > anything in front of it. For example, I preferred it when I got this: > > parser: > Generating StringSearch parser... > [java] Java Compiler Compiler Version 1.0 (Parser Generator) > > to what I now get: > > parser: > [echo] Generating StringSearch parser... > [java] Java Compiler Compiler Version 1.0 (Parser Generator) > > Diane > > ===== > ([EMAIL PROTECTED]) > > > > __________________________________________________ > Do You Yahoo!? > Get email at your own domain with Yahoo! Mail. > http://personal.mail.yahoo.com/ > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
