Hi Peter,
>I would suggest to remove the warning (when the reference is used a
>warning will be provided
>anyway) and change the debug log to
>log("Adding reference: " + name, MSG_DEBUG);
Fine with me,
Antoine
-----Ursprungliche Nachricht-----
Von: Peter Reilly [mailto:[EMAIL PROTECTED]
Gesendet: Donnerstag, 11. Dezember 2003 11:27
An: Ant Developers List
Betreff: Re: AW: AW: AW: ANT1.6 much more slower than 1.5
Hi Antoine,
Well for ant 1.6, we won't be messing with logging. It would
be of course good to suppress debug logging if no-one is looking
at the genereated messages.
On looking at the fileset issue again, the debug statement was present
in ant 1.5 as well, however in ant 1.5, the fileset did not have a toString
method.
This was added in version 1.16 of AbstractFileSet to fix bug 12060.
implementing bug 12060: provide a toString operator
so that turning into a property is mildly meaningful.
http://cvs.apache.org/viewcvs.cgi/ant/src/main/org/apache/tools/ant/types/Ab
stractFileSet.java?r1=1.15&r2=1.16&diff_format=h
Peter
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]