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 "Steve Loughran (JIRA)" <ji...@apache.org> on 2008/08/06 19:52:44 UTC

[jira] Commented: (HADOOP-3907) recent changes to the filesystem broke the build

    [ https://issues.apache.org/jira/browse/HADOOP-3907?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12620346#action_12620346 ] 

Steve Loughran commented on HADOOP-3907:
----------------------------------------

Looking at the log of INodeDirectory, this isn't a recent change. The problem -a toplevel class in the wrong file- has existed for a while, it just hasn't surfaced.

The only recent change is that I've updated and rebuilt ant; this is triggering the problem, which means that it is handing off FSDirectory.java to get compiled before INodeDirectory.java gets built; some changes in filesets. However, I can be reasonably confident that the Ant team aren't going to change their fileset logic to handle this specific problem, not if this is the only symptom. Changing the title and environment to qualify the issue

> recent changes to the filesystem broke the build
> ------------------------------------------------
>
>                 Key: HADOOP-3907
>                 URL: https://issues.apache.org/jira/browse/HADOOP-3907
>             Project: Hadoop Core
>          Issue Type: Bug
>            Reporter: Steve Loughran
>
> I can't do a clean build because INodeDirectoryWithQuota isn't being found. compile trace to follow.
> the underlying cause is that it is in a file different to its name, and javac doesnt know where to find the source file to build it. Dirty builds would work, but not clean ones. Please move  INodeDirectoryWithQuota to a toplevel file.

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