Boost logo

Boost-Build :

Subject: [Boost-build] Need an example of JAMSHELL usage with run.py
From: Antony Polukhin (antoshkka_at_[hidden])
Date: 2013-06-18 11:14:53


Hi,

Offcical documentation contains information and example for JAMSHELL
variable http://www.boost.org/boost-build2/doc/html/jam/language.html#jam.language.variables.builtins.jamshell
. But all my attempts to use it with run.py failed.

I've tried `run.py
"--bjam-options=-sJAMSHELL=d:/testing_boost_android/run_on_android.bat"`
and adding `JAMSHELL = d:/testing_boost_android/run_on_android.bat %
;` to user-config.jam.

run_on_android.bat contains `echo "Input argumentas are %*"`

So, how can I use JAMSHELL with run.py?

--
Best regards,
Antony Polukhin

Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk