You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Tom White (JIRA)" <ji...@apache.org> on 2007/03/06 14:54:24 UTC

[jira] Updated: (HADOOP-1067) Compile fails if Checkstyle jar is present in lib directory

     [ https://issues.apache.org/jira/browse/HADOOP-1067?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tom White updated HADOOP-1067:
------------------------------

    Attachment: checkstyle.patch

This patch looks for the checkstyle jar in "lib/excluded" and also excludes this directory from the build classpath.

> Compile fails if Checkstyle jar is present in lib directory
> -----------------------------------------------------------
>
>                 Key: HADOOP-1067
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1067
>             Project: Hadoop
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 0.12.0
>            Reporter: Tom White
>         Assigned To: Tom White
>         Attachments: checkstyle.patch
>
>
> HADOOP-1051 added a checkstyle target. However, the compile target fails if the checkstyle jar is present in the lib directory since it includes an earlier version of Commons CLI which Hadoop doesn't compile against.
> The simplest solution is to exclude the checkstyle jar from the classpath.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.