[
https://issues.apache.org/jira/browse/HDFS-584?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12769417#action_12769417
]
Tsz Wo (Nicholas), SZE commented on HDFS-584:
---------------------------------------------
Need to check whether the file exists before deleting it. Otherwise, the task
will fail.
{code}
+ <delete file="${compile-inject.output}"/>
{code}
> Fail the fault-inject build if any advices are mis-bound
> --------------------------------------------------------
>
> Key: HDFS-584
> URL: https://issues.apache.org/jira/browse/HDFS-584
> Project: Hadoop HDFS
> Issue Type: Improvement
> Reporter: Konstantin Boudnik
> Assignee: Konstantin Boudnik
> Attachments: HDFS-584.patch, HDFS-584.patch
>
>
> Whenever AspectJ compiler can't bind an advice it issues a warning message,
> but the build process isn't failing because of it.
> The build has to fail though, because mis-bound advices lead to failing tests
> which are hard to explain otherwise.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.