Boost logo

Boost Testing :

From: Vladimir Prus (ghost_at_[hidden])
Date: 2006-04-07 10:07:03


Hi Stefan,

> IIRC, the build monitor was built automatically if it didn't exist in
> V1. This seems not to be the case anymore in V2, correct?

Here's the relevant code (that I never touched):

def setup(
          comment
        , **unused
        ):
    import_utils()

    if monitored:
        if sys.platform == 'win32':
            download_if_needed( 'build_monitor.exe', build_monitor_url,...

So, it seems that build_monitor.exe should be downloaded, not build, and it
should happen regardless of build system used. Do you see
'build_monitor.exe' in the current directory?

- Volodya


Boost-testing list run by mbergal at meta-comm.com