Bug 3908 - help doesn't work from build tree
Summary: help doesn't work from build tree
Status: RESOLVED FIXED
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Unassigned
URL:
Keywords:
Depends on:
Blocks: 3398
  Show dependency treegraph
 
Reported: 2007-01-23 17:27 UTC by Andrew Cagney
Modified: 2007-01-26 14:57 UTC (History)
0 users

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Cagney 2007-01-23 17:27:13 UTC
Clicking on the HELP button from the build tree doesn't work.

The problem here is that Config.getHelpDir() returns the install-tree help path.
 The FryskGui binary needs to instead provide the build tree help path.

At present FryskGui / frysk do this by passing the applicable path to Gui.java,
which then notifies relevant code of the correct path.
Comment 1 Rick Moseley 2007-01-26 14:57:16 UTC
Modified Gui.java to pass the correct path to FryskGui.java and frysk.java. 
This path is passed to FryskHelpManager now.