]> source.dussan.org Git - aspectj.git/commitdiff
359332
authoraclement <aclement>
Thu, 29 Sep 2011 16:34:42 +0000 (16:34 +0000)
committeraclement <aclement>
Thu, 29 Sep 2011 16:34:42 +0000 (16:34 +0000)
org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/core/builder/AjBuildManager.java

index 5a63b5f0b6f72b2026a8e99aa73e0572f4912f9b..840c4531c476b5cb02a4a529fc330242b7d63f5b 100644 (file)
@@ -530,6 +530,9 @@ public class AjBuildManager implements IOutputClassFileNameProvider, IBinarySour
                        // String relativePath = files[i].getPath();
 
                        writeResource(filename, bytes, src);
+               } catch (FileNotFoundException fnfe) {
+                       // pr359332: looks like the file moved (refactoring?) just as this copy was starting
+                       // that is OK
                } finally {
                        if (fis != null) {
                                fis.close();