[Boost-bugs] [Boost C++ Libraries] #2233: Incorrect path when copying accumulators images

Subject: [Boost-bugs] [Boost C++ Libraries] #2233: Incorrect path when copying accumulators images
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2008-08-20 12:24:43


#2233: Incorrect path when copying accumulators images
--------------------------+-------------------------------------------------
 Reporter: danieljames | Owner: eric_niebler
     Type: Bugs | Status: new
Milestone: Boost 1.37.0 | Component: accumulator
  Version: Boost 1.36.0 | Severity: Problem
 Keywords: |
--------------------------+-------------------------------------------------
 When building the accumulators documentation on windows without cygwin,
 the images get correctly generated, but then when copying them the
 following commands are used:

 {{{
     mkdir .\html\images\accumulators
     mkdir ..\..\..\bin.v2\libs\accumulators\doc\msvc-8.0express\debug
 \threading-multi\images\accumulators
     copy /y ..\..\..\bin.v2\libs\accumulators\doc\msvc-8.0express\debug
 \threading-multi\..\..\html\statsdoc\*.png .\html\images\accumulators
     copy /y ..\..\..\bin.v2\libs\accumulators\doc\msvc-8.0express\debug
 \threading-multi\..\..\html\statsdoc\*.png
 ..\..\..\bin.v2\libs\accumulators\doc\msvc-8.0express\debug\threading-
 multi\images\accumulators
 }}}

 `..\..\..\bin.v2\libs\accumulators\doc\msvc-8.0express\debug\threading-
 multi\..\..\html\statsdoc\*.png` should be
 `..\..\..\bin.v2\libs\accumulators\doc\msvc-8.0express\debug\threading-
 multi\..\..\..\html\statsdoc\*.png`.

-- 
Ticket URL: <http://svn.boost.org/trac/boost/ticket/2233>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.

This archive was generated by hypermail 2.1.7 : 2017-02-16 18:49:58 UTC