Dear Wiki user, You have subscribed to a wiki page or wiki category on "Lucene-hadoop Wiki" for change notification.
The following page has been changed by DougCutting: http://wiki.apache.org/lucene-hadoop/HowToRelease The comment on the change is: add eclipse plugin to build instructions ------------------------------------------------------------------------------ {{{svn commit -m "Merge -r R1:R2 from trunk to X.Y branch. Fixes: HADOOP-A, HADOOP-B."}}} = Building = - 1. Build the release & run unit tests. Note that releases are normally built on 32-bit Linux, so that they include the native code for that platform. + 1. Build the release & run unit tests. Note that releases are normally built on 32-bit Linux, so that they include the native code for that platform. Also, folks who build releases should install eclipse, so that the eclipse plugin can be included in releases, pre-compiled. - {{{ant -Dversion=X.Y.Z -Dcompile.native=true -Dcompile.c++=true clean tar test}}} + {{{ant -Dversion=X.Y.Z -Dcompile.native=true -Dcompile.c++=true -Declipse.home=/usr/lib/eclipse clean tar test}}} 1. Check that release file looks ok - e.g. install it and run examples from tutorial. 1. Tag the release: {{{svn copy https://svn.apache.org/repos/asf/lucene/hadoop/branches/branch-X.Y \}}} {{{https://svn.apache.org/repos/asf/lucene/hadoop/tags/release-X.Y.Z -m "Hadoop X.Y.Z release." }}}