]> source.dussan.org Git - aspectj.git/commitdiff
info messages wrt inc-compile staging
authorwisberg <wisberg>
Tue, 4 Mar 2003 04:34:29 +0000 (04:34 +0000)
committerwisberg <wisberg>
Tue, 4 Mar 2003 04:34:29 +0000 (04:34 +0000)
(will not be emitted even in verbose mode until iterator (the client) is updated)

testing/src/org/aspectj/testing/harness/bridge/IncCompilerRun.java

index 6e8d626e712a0902e29404493db004303eef9008..d917ee5fb96299b28f719688528526bbbec2740e 100644 (file)
@@ -113,11 +113,13 @@ public class IncCompilerRun implements IAjcRun {
                     String path = file.getAbsolutePath();
                     if (!path.endsWith(clip)) {
                         holder.numCopies++;
+                        validator.info("copying file: " + path);
                     } else {
                         doCopy = false;
                         path = path.substring(0, path.length()-clip.length()) + toSuffix;
                         File toDelete = new File(path);
                         if (toDelete.delete()) {
+                            validator.info("deleted file: " + path);
                             holder.numDeletes++;
                         } else {
                             validator.fail("unable to delete file: " + path);