You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bu...@apache.org on 2014/04/30 10:47:39 UTC

[Bug 54473] taskdef can't find existing resource in jar file on the first try, but on the second - JarUrlConnection.connect() fails

https://issues.apache.org/bugzilla/show_bug.cgi?id=54473

René Krell <re...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |---

--- Comment #9 from René Krell <re...@gmail.com> ---
Unfortunately I got the reopen this for the following reason:
The most latest suggested patch didn't apply for me, the problem reoccurred.
The is necessary to apply this patch for solving it:
http://svn.apache.org/viewvc/ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/Antlib.java?r1=1375571&r2=1554684&pathrev=1554840
Thus, using conn.setDefaultUseCaches(false), not just setUseCaches(false), for
whatever reason.

-- 
You are receiving this mail because:
You are the assignee for the bug.