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

navychen updated HADOOP-405:
----------------------------

    Attachment: 405.patch

> Duplicate browseDirectory.jsp
> -----------------------------
>
>                 Key: HADOOP-405
>                 URL: https://issues.apache.org/jira/browse/HADOOP-405
>             Project: Hadoop
>          Issue Type: Bug
>          Components: dfs
>    Affects Versions: 0.4.0
>            Reporter: Konstantin Shvachko
>         Assigned To: Sameer Paranjpye
>            Priority: Minor
>         Attachments: 405.patch
>
>
> I found 2 identical files
> src\webapps\datanode\browseDirectory.jsp
> and
> src\webapps\dfs\browseDirectory.jsp
> And there is a line in build.xml that makes the copy
>     <copy file="${src.webapps}/datanode/browseDirectory.jsp" 
> todir="${src.webapps}/dfs/"/>
> That does not seem right. If one of them is a copy of another, then only one 
> should be in svn.
> Another thing is that while copying files to the build/ directory is OK, 
> copying files around within
> the source directories makes things complicated. Is there a way to avoid that?

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

Reply via email to