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
{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