Return-Path: X-Original-To: apmail-hadoop-hdfs-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-hdfs-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 12F0D7473 for ; Wed, 17 Aug 2011 23:00:51 +0000 (UTC) Received: (qmail 86420 invoked by uid 500); 17 Aug 2011 23:00:50 -0000 Delivered-To: apmail-hadoop-hdfs-issues-archive@hadoop.apache.org Received: (qmail 86390 invoked by uid 500); 17 Aug 2011 23:00:49 -0000 Mailing-List: contact hdfs-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hdfs-issues@hadoop.apache.org Delivered-To: mailing list hdfs-issues@hadoop.apache.org Received: (qmail 86382 invoked by uid 99); 17 Aug 2011 23:00:49 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Aug 2011 23:00:49 +0000 X-ASF-Spam-Status: No, hits=-2001.1 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Aug 2011 23:00:48 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 8AAD8C1D38 for ; Wed, 17 Aug 2011 23:00:27 +0000 (UTC) Date: Wed, 17 Aug 2011 23:00:27 +0000 (UTC) From: "Tsz Wo (Nicholas), SZE (JIRA)" To: hdfs-issues@hadoop.apache.org Message-ID: <1345761535.47054.1313622027564.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <287202608.47029.1313621667214.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (HDFS-2270) AOP system test framework is broken MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HDFS-2270?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13086664#comment-13086664 ] Tsz Wo (Nicholas), SZE commented on HDFS-2270: ---------------------------------------------- It seems that aop compilation is not using the latest common jar. We may - fix aop system test build if someone cares; or - remove aop system test if no one cares. > AOP system test framework is broken > ----------------------------------- > > Key: HDFS-2270 > URL: https://issues.apache.org/jira/browse/HDFS-2270 > Project: Hadoop HDFS > Issue Type: Bug > Reporter: Tsz Wo (Nicholas), SZE > Fix For: 0.23.0 > > > {noformat} > $ant test-system > ... > -compile-fault-inject: > [echo] Start weaving aspects in place > [iajc] .../hdfs/src/java/org/apache/hadoop/hdfs/HftpFileSystem.java:269 [error] The method encodeQueryValue(String) is undefined for the type ServletUtil > [iajc] ServletUtil.encodeQueryValue(ugi.getShortUserName())); > [iajc] ^^^^^^^ > [iajc] .../hdfs/src/java/org/apache/hadoop/hdfs/HftpFileSystem.java:272 [error] The method encodeQueryValue(String) is undefined for the type ServletUtil > [iajc] ugiParamenter.append(ServletUtil.encodeQueryValue(g)); > [iajc] ^^^^^^^^^ > [iajc] .../hdfs/src/java/org/apache/hadoop/hdfs/HftpFileSystem.java:320 [error] The method encodePath(String) is undefined for the type ServletUtil > [iajc] String path = "/data" + ServletUtil.encodePath(f.toUri().getPath()); > [iajc] ^^^^^ > ... > [iajc] 18 errors, 4 warnings > BUILD FAILED > {noformat} -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira