----- Original Message -----
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, September 10, 2002 3:21 PM
Subject: cvs commit: jakarta-ant/src/main/org/apache/tools/ant Project.java


> stevel      2002/09/10 15:21:18
>
>   Modified:    src/main/org/apache/tools/ant Project.java
>   Log:
>   I'm always scared of changing the core classes, so would be more
reluctant to commit this if it wasnt needed so much by Axis. Once committed.
I'm going to do more soak testing.
>
>   Purpose of fix: use weak references on Java1.2+ for the createdTasks
list.
>   We may want to think of cleaning this list up for extra leak prevention.
>
>   Revision  Changes    Path
>   1.116     +12 -6
jakarta-ant/src/main/org/apache/tools/ant/Project.java
>
>   Index: Project.java
>   ===================================================================
>                } catch (Throwable t) {
>                    log("Caught exception (" + t.getClass().getName() +")"
>   -                    + " while expanding " + name + ": " +
t.getMessage(),
>   +                    + " while expanding " + name + ": " +
t.getMessage(),
>                        MSG_WARN);
>                }
>   -            log("Adding reference: " + name + " -> " + valueAsString,
>   +            log("Adding reference: " + name + " -> " + valueAsString,
>                    MSG_DEBUG);
>                references.put(name, value);
>            }

I dont know why those lines changed. I think idea is secretly fiddling with
the code


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to