$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2006-02-26 12:03:08
On Sunday 26 February 2006 16:15, Juergen Hunold wrote:
> Please find to testcases against latest anon-CVS attached...
>
> custon-feature-path:
> When running "bjam --v2" in the project root, I get
In fact, not a bug. When you write:
feature.feature customized : off on : propagated path ;
and then use
<customized>on
in 'app', V2 automatically adds the path to Jamfile where <customized>on
occurs to the value. In fact, that's the only semantics of 'path' attribute.
So, you get "app/on" where 'app' is the path to the Jamfile containing
'<customized>on'. And "app/on" is clearly not a valid feature name. I guess
I'l modify the 'feature' rule so that it rejects 'path' features with a
fixed set of values.
- Volodya