[ 
https://issues.apache.org/jira/browse/HADOOP-1959?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12531948
 ] 

Hudson commented on HADOOP-1959:
--------------------------------

Integrated in Hadoop-Nightly #258 (See 
[http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Nightly/258/])

> Use of File.separator in StatusHttpServer prevents running Junit tests inside 
> eclipse on Windows
> ------------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-1959
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1959
>             Project: Hadoop
>          Issue Type: Bug
>          Components: mapred
>    Affects Versions: 0.15.0
>            Reporter: Jim Kellerman
>            Assignee: Jim Kellerman
>            Priority: Minor
>             Fix For: 0.15.0
>
>         Attachments: patch.txt
>
>
> There is exactly one use of File.separator in StatusHttpServer. In every 
> other instance, a literal "/" is used.
> When running a Junit test inside eclipse on Windows, the the jetty web server 
> fails to start due to the following exception:
> java.io.FileNotFoundException: 
> jar:file:/C:/workspace/hadoop-commit/build/hadoop-0.15.0-dev-core.jar!/webapps\dfs
> Changing File.separator to "/" enables the test to be run, and unit tests run 
> from ant on the command line still work.

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