[ http://issues.apache.org/jira/browse/HADOOP-371?page=all ]
Nigel Daley updated HADOOP-371: ------------------------------- Attachment: contribbuild.patch The attached patch to build.xml does 2 things: 1) Modifies the javadoc target to include the contrib javadoc along with the regular javadoc. The overview-summary.html is created to mimic lucene's: http://lucene.apache.org/java/docs/api/overview-summary.html Suggestion: perhaps the contrib javadoc should be entirely separate from the core javadoc, say in contrib/docs ??? 2) Modifies the package target to include the contrib jar files in contrib/streaming/hadoop-streaming.jar contrib/smallJobsBenchmark/MRBenchmark.jar Suggestion: perhaps the contrib jar files should be in either contrib/lib/hadoop-streaming.jar contrib/lib/MRBenchmark.jar or contrib/hadoop-streaming.jar contrib/MRBenchmark.jar ??? Any thoughts on the above suggestions or other alternatives? > ant tar should package contrib jars > ----------------------------------- > > Key: HADOOP-371 > URL: http://issues.apache.org/jira/browse/HADOOP-371 > Project: Hadoop > Issue Type: Improvement > Reporter: Michel Tourn > Attachments: build.tarcontrib.patch, contribbuild.patch > > > From Hadoop-356: > >I note that the contrib packages are not included in distributions (the > >"tar" target). > >They probably should be. Michel, would you like to modify "tar" to include > >the contrib code? > >This should be done in a separate bug. > OK. > This packaging is done in target deploy-contrib. > So I can just add a dependency to the top-level tar target: > <!-- Make release tarball(s) --> > <target name="tar" depends="package, deploy-contrib"> -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira