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:
build c++ libs too

------------------------------------------------------------------------------
  = 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.
-                {{{ant -Dversion=X.Y.Z -Dcompile.native=true clean tar test}}}
+                {{{ant -Dversion=X.Y.Z -Dcompile.native=true 
-Dcompile.c++=true 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." }}}

Reply via email to