
I've just moved tools/jam into tools/build/v2/engine. This is a technical step towards unified packaging and release management of what is essentially a single tool, not two independent things. There are not other changes for now, but given that many folks might have tools/jam written in some scripts, I though I'd mention this. The change is on trunk only, so should not affect testing. Anyway, let me know if something breaks. Thanks, -- Vladimir Prus http://vladimir_prus.blogspot.com Boost.Build: http://boost.org/boost-build2

I'm getting an error when running the release branch regression tests on VC10: /////////////////////////////////////////////////////// # Preinstalled "C:\boost\bjam.exe" is not found; building one... # Found "bjam.exe" source directory "C:\boost\tools_bjam" # Building "bjam.exe" (build.bat )... C:\boost>cd "C:\boost\tools_bjam" C:\boost\tools_bjam>build.bat 'build.bat' is not recognized as an internal or external command, operable program or batch file. /////////////////////////////////////////////////////// That was after i deleted the existing tools_bjam directory to avoid a subversion error about it contatining a working copy of a different source tree. Seems ok if i manually build bjam and put it in c:\boost.

Richard Webb wrote:
I'm getting an error when running the release branch regression tests on VC10:
/////////////////////////////////////////////////////// # Preinstalled "C:\boost\bjam.exe" is not found; building one... # Found "bjam.exe" source directory "C:\boost\tools_bjam" # Building "bjam.exe" (build.bat )...
C:\boost>cd "C:\boost\tools_bjam"
C:\boost\tools_bjam>build.bat 'build.bat' is not recognized as an internal or external command, operable program or batch file. ///////////////////////////////////////////////////////
I've checked in fix -- could you try again? Thanks, Volodya

The bjam path in regression.py has been changed from 'tags/tools/jam/Boost_Jam_3_1_18/src' to 'trunk/tools/build/v2/engine'. Should that be 'engine/src' ?
participants (3)
-
Richard Webb
-
Vladimir Prus
-
Vladimir Prus