|
View:
New views
3 Messages
—
Rating Filter:
Alert me
|
|
|
bjam - individual projectsHi, On Linux, in my Jamroot file, I have: If I run ‘bjam’, everything is fine i.e., both
projects However, I want to run individual projects. That is, with the same Jamroot file, I want to issue
something like: bjam ParserProcessor or bjam NearDup Is it possible? If so, how? If not, is there an alternative
to achieve the same? Thanks so much, _______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost-build |
|
|
Re: bjam - individual projectsOn Sunday 25 October 2009 Anant Rao wrote:
> Hi, > > On Linux, in my Jamroot file, I have: > > build-project docservices/documentprocessors/ParserProcessor ; > build-project shared/nearDipClusters ; > > > If I run 'bjam', everything is fine i.e., both projects build fine. > However, I want to run individual projects. > That is, with the same Jamroot file, I want to issue something like: > > bjam ParserProcessor > or > bjam NearDup > > Is it possible? If so, how? If not, is there an alternative to achieve the same? First, you can just use: bjam docservices/documentprocessors/ParserProcessor Second, you can add this to Jamroot: alias ParserProcessor : docservices/documentprocessors/ParserProcessor ; and then use: bjam ParserProcessor Does this help? - Volodya > > Thanks so much, > _______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost-build |
|
|
Re: bjam - individual projectsIt does and it does it in flying colors.
THANKS so much!!! -----Original Message----- From: boost-build-bounces@... [mailto:boost-build-bounces@...] On Behalf Of Vladimir Prus Sent: Sunday, October 25, 2009 1:11 AM To: Boost.Build developer's and user's list Subject: Re: [Boost-build] bjam - individual projects On Sunday 25 October 2009 Anant Rao wrote: > Hi, > > On Linux, in my Jamroot file, I have: > > build-project docservices/documentprocessors/ParserProcessor ; > build-project shared/nearDipClusters ; > > > If I run 'bjam', everything is fine i.e., both projects build fine. > However, I want to run individual projects. > That is, with the same Jamroot file, I want to issue something like: > > bjam ParserProcessor > or > bjam NearDup > > Is it possible? If so, how? If not, is there an alternative to achieve the same? First, you can just use: bjam docservices/documentprocessors/ParserProcessor Second, you can add this to Jamroot: alias ParserProcessor : docservices/documentprocessors/ParserProcessor ; and then use: bjam ParserProcessor Does this help? - Volodya > > Thanks so much, > _______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost-build _______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost-build |
| Free embeddable forum powered by Nabble | Forum Help |