From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2008-05-09 12:18:51


AMDG

John Maddock wrote:
> Steven Watanabe wrote:
>
>> Try
>>
>> import profile_templates : : .. ;
>>
>> I think that it fails because I removed the Jamfile from the
>> top level directory which contains profile_templates.jam
>>
>
> That results in the even more cryptic:
>
 Oops. I was looking at modules.load instead of import.

This seems to work:

import modules ;
modules.load profile_templates : ../profile_templates.jam ;

In Christ,
Steven Watanabe