Opened 20 years ago

Closed 18 years ago

#67 closed defect (duplicate)

"--help-all" is silent, goes into indefinate loop.

Reported by: grafik@… Owned by: somebody
Priority: minor Milestone: C++ Boost maintenance
Component: component1 Version:
Keywords: Cc:

Description (last modified by ghost)

"--help <something>" no longer shows anything. Perhaps the changes to implement the local Jamfile help broke it.

--help-all, produces amoung other things, the following:

* targets: +------------------------+ |abstract-target |
  +========================+ |name | |project | | | |generate(properties) = 0|
  +-----------+------------+ | ^ / \ +-+-+ | |
  +------------------------+------+------------------------------+ | | | | | |
  +----------+-----------+ +------+------+ +------+-------+ | project-target |
  | main-target | | basic-target | +======================+ 1 * +=============+
  alternatives +==============+ | generate(properties) |o-----------+ generate
  |<>------------->| generate | | main-target | +-------------+ | construct =
  0| +----------------------+ +--------------+ | ^ / \ +-+-+ | | .

Change History (7)

comment:1 by ghost, 20 years ago

Also --help-all does not produce anything. I'm not sure what's up. The changes to implement local Jamfile help included moving call to 'options.process' to build-system.jam, line 144 in my copy. However, I've no idea why this should break anything.

comment:2 by grafik@…, 20 years ago

Resolution: fixed
Status: newclosed

comment:3 by grafik@…, 20 years ago

Priority: criticalminor
Resolution: fixed
Status: closedreopened
Summary: "--help *" is silent."--help-all" is silent, goes into indefinate loop.

Forgot one aspect which is not fixed. --help-all now goes into some form of infinite loop no clue why yet.

comment:4 by ghost, 19 years ago

Description: modified (diff)

comment:5 by jurko dot gospodnetic at docte dot hr, 18 years ago

bjam --help-all does nothing in bjam 3.1.17. There is no handling for it in the source code so I guess this issue should be closed.

comment:6 by jurko dot gospodnetic at docte dot hr, 18 years ago

As I see it in the source code, --help-all seems to have been renamed to --help-internal.

comment:7 by Md Abdur Rahim, 18 years ago

Resolution: duplicate
Status: reopenedclosed

Tested with SVN revision 42484 and there is no indefinite loop with --help-internal on the main boost trunk. There is a problem with most Boost Build modules not getting their documentation displayed correctly but that has been added as a separate issue #164.

Note: See TracTickets for help on using tickets.