Author: rleigh
Date: Mon Sep 10 16:42:38 2018
New Revision: 1840478
URL: http://svn.apache.org/viewvc?rev=1840478&view=rev
Log:
Update release procedure to match 3.2.x versioning and build changes
Modified:
xerces/c/admin/release-procedure.txt
Modified: xerces/c/admin/release-procedure.txt
URL:
http://svn.apache.org/viewvc/xerces/c/admin/release-procedure.txt?rev=1840478&r1=1840477&r2=1840478&view=diff
==============================================================================
--- xerces/c/admin/release-procedure.txt (original)
+++ xerces/c/admin/release-procedure.txt Mon Sep 10 16:42:38 2018
@@ -12,17 +12,8 @@ doc/secadv.xml and the doc/html/secadv/
if the minor version increases, not just the patch version):
configure.ac
- version.incl
xerces-c.spec
- doc/Doxyfile
doc/style/dtd/entities.ent
- projects/Win32/VC7.1/xerces-all/XercesLib/XercesLib.vcproj
- projects/Win32/VC8/xerces-all/XercesLib/XercesLib.vcproj
- projects/Win32/VC9/xerces-all/XercesLib/XercesLib.vcproj
- projects/Win32/VC10/xerces-all/XercesLib/XercesLib.vcxproj
- projects/Win32/VC11/xerces-all/XercesLib/XercesLib.vcxproj
- projects/Win32/VC12/xerces-all/XercesLib/XercesLib.vcxproj
- src/xercesc/util/XercesVersion.hpp
src/xercesc/util/MsgLoaders/ICU/ICUMsgLoader.cpp
2. Update the release documentation in (at least) the following files:
@@ -39,12 +30,20 @@ doc/secadv.xml and the doc/html/secadv/
should be explicitly, and only, that produced by the make dist command.
4. Build the web site and API docs by running the following commands from
within
- the distribution (note that both Oracle's Java and doxygen must be
installed):
+ the distribution (note that both Oracle's Java 6 and doxygen must be
+ installed):
- $ cd tools
- $ ./createdocs.sh
- $ cd ../doc
- $ doxygen
+ $ cmake .
+ $ make createdocs
+ $ make createapidocs
+
+ or
+
+ $ autoreconf -fvi
+ $ ./configure
+ $ cd doc
+ $ make createdocs
+ $ make createapidocs
You should be able to open the web site from doc/html/index.html and verify
the content.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]