Re: cvs commit: ant/src/main/org/apache/tools/ant Project.java

2005-01-28 Thread Matt Benson
--- Peter Reilly <[EMAIL PROTECTED]> wrote: > Not wanting to sound like a whining ninny, but there > is no > need to change " to " as the text is not placed > in an attribute. > That's okay, I thought I had seen somebody change one of mine to the entity version in the past, but I won't bother if t

Re: cvs commit: ant/src/main/org/apache/tools/ant Project.java

2005-01-28 Thread Peter Reilly
Not wanting to sound like a whining ninny, but there is no need to change " to " as the text is not placed in an attribute. Peter [EMAIL PROTECTED] wrote: mbenson 2005/01/28 10:18:37 Modified:src/main/org/apache/tools/ant Project.java Log: Javadoc Revision ChangesPath 1.185

Re: cvs commit: ant/src/main/org/apache/tools/ant Project.java

2005-01-14 Thread Jeffrey E Care
Would it not be better to do something like this: if (loggingMessage) { PrintStream tempErr = new PrintStream (new FileOutputStream (FileDescriptor.err)); tempErr.println (message); } That way the message is not swallowed & lost? -- Jeffrey E. Care ([EMAIL PROTECTED]) WebSpher

Re: cvs commit: ant/src/main/org/apache/tools/ant Project.java

2003-08-25 Thread Stefan Bodewig
On Mon, 25 Aug 2003, Dominique Devienne <[EMAIL PROTECTED]> wrote: > For optimum performance, shouldn't an array be used instead of an > iterator? Could, yes. Probably even should. One step after the other. 8-) Stefan - To un

RE: cvs commit: ant/src/main/org/apache/tools/ant Project.java

2003-08-25 Thread Dominique Devienne
For optimum performance, shouldn't an array be used instead of an iterator? It's easy and small to keep it in sync with the Listener vector... Just wondering. --DD > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Monday, August 25, 2003 3:28 AM > To: [EMAIL