https://issues.apache.org/bugzilla/show_bug.cgi?id=56873
--- Comment #9 from [email protected] --- > If it worked for you prior to Ant 1.9.4. can you build Ant from git master > and give it a try? Hello, I just cloned the git master with the following commit. > commit c89d650a9c8fdac5fd5cc71a5fd6dbfd48cc893b > Author: Stefan Bodewig <[email protected]> > Date: Fri Aug 22 07:38:54 2014 +0200 > > PR 56973 getLastModified in URLResource throws NPE for FTP URLs git commit c89d650 works for me. Here's some test I did with my users' ant versions... (all on the same network) 1.8.4: the build runs Okay. 1.9.3: the build runs Okay. 1.9.4: the build stops with NPE. git master with commit c89d650: the build runs Okay. So for me, the issue is resolved with the latest commit. --- (or we can at least say, it returned to its previous status of 1.9.3 for all? hmm. ) Let me know if you have any test that I can do for helping you. -- You are receiving this mail because: You are the assignee for the bug.
