--- 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
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
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
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
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