From d7a7f02c3eb9b2bfa41e7068cd96923cfaefb302 Mon Sep 17 00:00:00 2001 From: Konstantin Boudnik Date: Fri, 23 Oct 2009 22:33:57 +0000 Subject: [PATCH] HADOOP-6326. Hundson runs should check for AspectJ warnings and report failure if any is present. Contributed by Konstantin Boudnik git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@829269 13f79535-47bb-0310-9956-ffa450edef68 --- CHANGES.txt | 3 +++ src/test/aop/build/aop.xml | 17 ++++++++++++++++- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index a26a9eb049..915ac40efd 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -27,6 +27,9 @@ Trunk (unreleased changes) HADOOP-6312. Remove unnecessary debug logging in Configuration constructor. (Aaron Kimball via cdouglas) + HADOOP-6326. Hundson runs should check for AspectJ warnings and report + failure if any is present (cos) + OPTIMIZATIONS BUG FIXES diff --git a/src/test/aop/build/aop.xml b/src/test/aop/build/aop.xml index ba452f8ce9..8391bf0fee 100644 --- a/src/test/aop/build/aop.xml +++ b/src/test/aop/build/aop.xml @@ -17,6 +17,7 @@ + @@ -53,12 +54,26 @@ deprecation="${javac.deprecation}"> + + + + + + + + + Broken binding of advises: ${line.separator}${injection.failure} + - + + + +