Description
When a code modifications break AspectJ bindings the following warning appears in the ant's build output:
[echo] Start weaving aspects in place [iajc] warning at /Users/cos/work/branch-0.21/src/test/aop/org/apache/hadoop/hdfs/server/datanode/FSDatasetAspects.aj:55::0 advice defined in org.apache.hadoop.hdfs.server.datanode.FSDatasetAspects has not been applied [Xlint:adviceDidNotMatch] [echo] Weaving of aspects is finished
Build process (in particular under Hudson) needs to check the output for such warnings and fail the build if any is present
Attachments
Attachments
Issue Links
- is related to
-
HDFS-584 Fail the fault-inject build if any advices are mis-bound
- Closed