https://issues.apache.org/bugzilla/show_bug.cgi?id=49400
--- Comment #1 from [email protected] 2010-06-07 16:12:17 EDT --- Forgot to add that the following code does not cause NPE's. Delete delete = new Delete(); delete.setProject(new Project()); delete.setFollowSymlinks(false); delete.setDir(deleteDir); delete.execute(); -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
