Author: marrs
Date: Tue Apr 23 21:41:37 2013
New Revision: 1471160
URL: http://svn.apache.org/r1471160
Log:
Added missing build instruction.
Modified:
ace/site/trunk/content/dev-doc/release-guide.mdtext
Modified: ace/site/trunk/content/dev-doc/release-guide.mdtext
URL:
http://svn.apache.org/viewvc/ace/site/trunk/content/dev-doc/release-guide.mdtext?rev=1471160&r1=1471159&r2=1471160&view=diff
==============================================================================
--- ace/site/trunk/content/dev-doc/release-guide.mdtext (original)
+++ ace/site/trunk/content/dev-doc/release-guide.mdtext Tue Apr 23 21:41:37 2013
@@ -25,10 +25,11 @@ Staging a release starts by checking out
:::sh
$ svn co https://svn.apache.org/repos/asf/ace/tags/ace-sources-X.Y.Z
ace-sources-X.Y.Z
-The next step is to create the archives:
+The next step is to build the software and create the archives:
:::sh
$ cd ace-sources-X.Y.Z/build
+ $ ant
$ ant package
Then you sign archives by invoking the following target: