On 2009-07-22, <bode...@apache.org> wrote:

>>    private Certificate[] getCertificates(File container, String entry)

...

>>            if (ent != null) {
>>                // must read the input in order to obtain certificates
>>                is = jarFile.getInputStream(ent);
>>                while (is.read() >= 0);
>>            }

This means Ant will now read all class files loaded from jars twice,
which is unfortunate but would require some bigger refactoring of
AntClassLoader to avoid ...

So far I haven't seen any measurable impact on Ant performance,
though.

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org
For additional commands, e-mail: dev-h...@ant.apache.org

Reply via email to