Browse Source

359332

tags/V1_6_12
aclement 12 years ago
parent
commit
14a6eac32a

+ 3
- 0
org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/core/builder/AjBuildManager.java View 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();

Loading…
Cancel
Save