build-contrib.xml unnecessarily enforces that contrib projects be located in contrib/ dir -----------------------------------------------------------------------------------------
Key: HADOOP-6267 URL: https://issues.apache.org/jira/browse/HADOOP-6267 Project: Hadoop Common Issue Type: Improvement Components: build Reporter: Todd Lipcon Assignee: Todd Lipcon Priority: Minor build-contrib.xml currently sets hadoop.root to ${basedir}/../../../. This path is relative to the contrib project which is assumed to be inside src/contrib/. We occasionally work on contrib projects in other repositories until they're ready to contribute. We can use the <dirname> ant task to do this more correctly. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.