$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: john.groups_at_[hidden]
Date: 2008-02-03 13:49:39
Author: jtorjo
Date: 2008-02-03 13:49:39 EST (Sun, 03 Feb 2008)
New Revision: 43081
URL: http://svn.boost.org/trac/boost/changeset/43081
Log:
[logging]
v0.22.6, 3 feb 2008
- updated batches for building with bjam
Text files modified: 
   sandbox/logging/boost/logging/detail/raw_doc/changelog.hpp    |     2 +-                                      
   sandbox/logging/boost/logging/detail/raw_doc/miscelaneous.hpp |     6 ++++--                                  
   sandbox/logging/lib/logging/samples/scenarios/run_linux.sh    |     4 ++--                                    
   sandbox/logging/lib/logging/samples/scenarios/run_win.bat     |     4 ++--                                    
   sandbox/logging/lib/logging/tests/run_win.bat                 |     4 ++--                                    
   5 files changed, 11 insertions(+), 9 deletions(-)
Modified: sandbox/logging/boost/logging/detail/raw_doc/changelog.hpp
==============================================================================
--- sandbox/logging/boost/logging/detail/raw_doc/changelog.hpp	(original)
+++ sandbox/logging/boost/logging/detail/raw_doc/changelog.hpp	2008-02-03 13:49:39 EST (Sun, 03 Feb 2008)
@@ -1,7 +1,7 @@
 /** 
 @page page_changelog Changelog
 
-_at_section changelog_cur_ver Current Version: v0.22.5, 3 feb 2008
+@section changelog_cur_ver Current Version: v0.22.6, 3 feb 2008
 - made mul_levels_mul_logers run successfully on Fedora8
 - ts_posix.hpp - use BOOST_ASSERT instead of assert
 - solved bug in using_tags - delete_array used after logger destroyed
Modified: sandbox/logging/boost/logging/detail/raw_doc/miscelaneous.hpp
==============================================================================
--- sandbox/logging/boost/logging/detail/raw_doc/miscelaneous.hpp	(original)
+++ sandbox/logging/boost/logging/detail/raw_doc/miscelaneous.hpp	2008-02-03 13:49:39 EST (Sun, 03 Feb 2008)
@@ -33,6 +33,8 @@
 - gcc 3.4.2
 - gcc 4.1
 
+I've tested it under Windows, and ran the tests successfully on Fedora 8.
+
 
 @section misc_bjam Compiling with bjam
 
@@ -40,8 +42,8 @@
 
 - On Windows:
   - go the the scenarios or tests directory
-  - run @c run_win.bat @em path_to_boost
-  - example: <tt>run_win d:/boosts/boost_1_34_1/ </tt>
+  - run <tt>run_win.bat <em> path_to_boost toolset </em> </tt>
+  - example: <tt>run_win d:/boosts/boost_1_34_1/ msvc </tt>
 - On Linux
   - go the the scenarios or tests directory
   - run @c <tt>bash run_linux.sh <em> path_to_boost toolset</em> </tt>
Modified: sandbox/logging/lib/logging/samples/scenarios/run_linux.sh
==============================================================================
--- sandbox/logging/lib/logging/samples/scenarios/run_linux.sh	(original)
+++ sandbox/logging/lib/logging/samples/scenarios/run_linux.sh	2008-02-03 13:49:39 EST (Sun, 03 Feb 2008)
@@ -1,4 +1,4 @@
 export BOOST_ROOT_DIR="$1"
-echo Output is redirected to out.txt
-bjam --v2 --boost="$1" --toolset=$2 > out.txt 2>&1
+echo Output is redirected to results.txt
+bjam --v2 --boost="$1" --toolset=$2 > results.txt 2>&1
 
Modified: sandbox/logging/lib/logging/samples/scenarios/run_win.bat
==============================================================================
--- sandbox/logging/lib/logging/samples/scenarios/run_win.bat	(original)
+++ sandbox/logging/lib/logging/samples/scenarios/run_win.bat	2008-02-03 13:49:39 EST (Sun, 03 Feb 2008)
@@ -1,3 +1,3 @@
 set BOOST_ROOT_DIR="%1"
-echo Output is redirected to out.txt
-bjam --v2 --boost="%1" --toolset=msvc > out.txt
+echo Output is redirected to results.txt
+bjam --v2 --boost="%1" --toolset=%2 > results.txt
Modified: sandbox/logging/lib/logging/tests/run_win.bat
==============================================================================
--- sandbox/logging/lib/logging/tests/run_win.bat	(original)
+++ sandbox/logging/lib/logging/tests/run_win.bat	2008-02-03 13:49:39 EST (Sun, 03 Feb 2008)
@@ -1,3 +1,3 @@
 set BOOST_ROOT_DIR="%1"
-echo Output is redirected to out.txt
-bjam --v2 --boost="%1" --toolset=msvc > out.txt
+echo Output is redirected to results.txt
+bjam --v2 --boost="%1" --toolset=%2 > results.txt