Update of /cvsroot/objecthandler/ObjectHandler/Docs/pages
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv25784/Docs/pages
Modified Files:
design.docs history.docs installation.docs
Log Message:
merge branch and increment version number
Index: history.docs
===================================================================
RCS file: /cvsroot/objecthandler/ObjectHandler/Docs/pages/history.docs,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** history.docs 11 Oct 2006 13:28:25 -0000 1.3
--- history.docs 14 Dec 2006 12:27:35 -0000 1.4
***************
*** 33,44 ****
LOG4CXX
! No changes to the log4cxx environment. ObjectHandler 0.1.5 continues
! to rely on the customized log4cxx "0.9.7a" package which shipped
! with ObjectHandler version 0.1.4 (see below).
REQUIRED PACKAGES
- Boost version 1.31.0 or later
! - log4cxx version 0.9.7.a
- gensrc version 0.1.5
--- 33,44 ----
LOG4CXX
! - a couple of minor fixes to makefiles
! - repackaged as version 0.9.7b (see below for explanation of
! log4cxx version numbers)
REQUIRED PACKAGES
- Boost version 1.31.0 or later
! - log4cxx version 0.9.7.b
- gensrc version 0.1.5
Index: design.docs
===================================================================
RCS file: /cvsroot/objecthandler/ObjectHandler/Docs/pages/design.docs,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** design.docs 3 Oct 2006 21:08:38 -0000 1.3
--- design.docs 14 Dec 2006 12:27:35 -0000 1.4
***************
*** 71,75 ****
</dl>
\section sec_1 1. Design
! <div class="center"><img src="quep011a.png"></div>
\section sec_1_1 1.1 ObjectHandler
\par
--- 71,75 ----
</dl>
\section sec_1 1. Design
! <div class="center"><img src="images/quep011a.png"></div>
\section sec_1_1 1.1 ObjectHandler
\par
***************
*** 320,324 ****
}
\endcode
! <div class="center"><img src="quep011b.png"></div>
\section sec_3 3 Proposed Enhancements
\subsection sec_3_1 3.1 ohMethodValue
--- 320,324 ----
}
\endcode
! <div class="center"><img src="images/quep011b.png"></div>
\section sec_3 3 Proposed Enhancements
\subsection sec_3_1 3.1 ohMethodValue
Index: installation.docs
===================================================================
RCS file: /cvsroot/objecthandler/ObjectHandler/Docs/pages/installation.docs,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** installation.docs 11 Oct 2006 13:28:25 -0000 1.3
--- installation.docs 14 Dec 2006 12:27:35 -0000 1.4
***************
*** 36,43 ****
<a href="http://logging.apache.org/log4cxx/index.html">log4cxx</a>,
the logging framework for the Apache project. ObjectHandler uses a customized
! copy of log4cxx version 0.9.7, called "log4cxx 0.9.7a", amended to provide a
boost compliant build process and other minor enhancements.
! ObjectHandler and log4cxx 0.9.7a are available for download from the
<a href="http://sourceforge.net/project/showfiles.php?group_id=12740&package_id=141162">QuantLib downloads page on sourceforge</a>
--- 36,43 ----
<a href="http://logging.apache.org/log4cxx/index.html">log4cxx</a>,
the logging framework for the Apache project. ObjectHandler uses a customized
! copy of log4cxx version 0.9.7, called "log4cxx 0.9.7b", amended to provide a
boost compliant build process and other minor enhancements.
! ObjectHandler and log4cxx 0.9.7b are available for download from the
<a href="http://sourceforge.net/project/showfiles.php?group_id=12740&package_id=141162">QuantLib downloads page on sourceforge</a>
***************
*** 75,82 ****
\subsection inst_win_prerequisites Prerequisites
! Before building ObjectHandler you need to build log4cxx 0.9.7a.
<ul>
! <li>download the log4cxx 0.9.7a zip from the QuantLib downloads page</li>
<li>log4cxx should be unzipped to a path containing no spaces as the
library seems to complain otherwise</li>
--- 75,82 ----
\subsection inst_win_prerequisites Prerequisites
! Before building ObjectHandler you need to build log4cxx 0.9.7b.
<ul>
! <li>download the log4cxx 0.9.7b zip from the QuantLib downloads page</li>
<li>log4cxx should be unzipped to a path containing no spaces as the
library seems to complain otherwise</li>
***************
*** 85,89 ****
to directory <tt>log4cxx-0.9.7\\msvc\\Lib</tt></li>
<li>you need to manually set environment variable \c LOG4CXX_DIR to the
! top level log4cxx directory e.g. <tt>C:\\log4cxx-0.9.7</tt></li>
<li>if VC is running you need to restart it to pick up the new environment
variable.</li>
--- 85,89 ----
to directory <tt>log4cxx-0.9.7\\msvc\\Lib</tt></li>
<li>you need to manually set environment variable \c LOG4CXX_DIR to the
! top level log4cxx directory e.g. <tt>C:\\log4cxx-0.9.7b</tt></li>
<li>if VC is running you need to restart it to pick up the new environment
variable.</li>
***************
*** 107,112 ****
NB: The ohxll build of ObjectHandler requires a DLL version of the
! VC runtime library (i.e. <b>Debug Multithreaded DLL</b> or <b>Release
! Multithreaded DLL</b>).
\subsection inst_win_usage Usage
--- 107,112 ----
NB: The ohxll build of ObjectHandler requires a DLL version of the
! VC runtime library (i.e. <b>Debug CRTDLL</b> or <b>Release
! CRTDLL</b>).
\subsection inst_win_usage Usage
***************
*** 249,254 ****
tar file from the QuantLib downloads page and install as follows:
\verbatim
! tar zxfv log4cxx-0.9.7a.tar.gz
! cd log4cxx-0.9.7a
./autogen.sh
./configure
--- 249,254 ----
tar file from the QuantLib downloads page and install as follows:
\verbatim
! tar zxfv log4cxx-0.9.7b.tar.gz
! cd log4cxx-0.9.7b
./autogen.sh
./configure
***************
*** 264,269 ****
\verbatim
! tar zxfv ObjectHandler-0.1.5.tar.gz
! cd ObjectHandler-0.1.5
./configure
make
--- 264,269 ----
\verbatim
! tar zxfv ObjectHandler-0.2.0.tar.gz
! cd ObjectHandler-0.2.0
./configure
make
|