aboutsummaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorwisberg <wisberg>2002-12-18 19:43:28 +0000
committerwisberg <wisberg>2002-12-18 19:43:28 +0000
commita70485b9dcb5d8be91a4bb2437e41502841835f6 (patch)
tree91728b46b574b6063322604b3e17105bb05ed45d /build
parent1043c35c0421c7b161440b5c36e7c9797cce9451 (diff)
downloadaspectj-a70485b9dcb5d8be91a4bb2437e41502841835f6.tar.gz
aspectj-a70485b9dcb5d8be91a4bb2437e41502841835f6.zip
list antecedants in verbose mode
Diffstat (limited to 'build')
-rw-r--r--build/src/org/aspectj/internal/tools/ant/taskdefs/AntBuilder.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/build/src/org/aspectj/internal/tools/ant/taskdefs/AntBuilder.java b/build/src/org/aspectj/internal/tools/ant/taskdefs/AntBuilder.java
index d4001161e..0aaaac880 100644
--- a/build/src/org/aspectj/internal/tools/ant/taskdefs/AntBuilder.java
+++ b/build/src/org/aspectj/internal/tools/ant/taskdefs/AntBuilder.java
@@ -387,6 +387,9 @@ public class AntBuilder extends Builder {
try {
handler.log("assembling all " + module + " in " + module.getAssembledJar());
+ if (verbose) {
+ handler.log("knownAntecedants: " + known);
+ }
return executeTask(zip);
} catch (BuildException e) {
handler.logException("BuildException zipping " + module, e);