Move build/webapps deeper in directory heirarchy to aid eclipse users
---------------------------------------------------------------------

                 Key: HDFS-1980
                 URL: https://issues.apache.org/jira/browse/HDFS-1980
             Project: Hadoop HDFS
          Issue Type: Improvement
          Components: build
    Affects Versions: 0.22.0
            Reporter: Todd Lipcon
            Assignee: Todd Lipcon
             Fix For: 0.22.0
         Attachments: hdfs-1980.txt

Currently in order to successfully run unit tests in Eclipse, you have to add 
the "build/" directory to the classpath, or else the tests won't be able to 
find the "webapps" dir. This is really annoying because Eclipse then often 
confuses the classes in build/classes with the source during operations like 
"go to definition of class".

If we move it into another directory, eg build/web/webapps then we can add 
build/web to the eclipse classpath and have tests work by default without also 
having two copies of every class.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to