On 2009-07-22, <[email protected]> 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: [email protected]
For additional commands, e-mail: [email protected]