[
https://issues.jboss.org/browse/FORGE-1418?page=com.atlassian.jira.plugin...
]
George Gastaldi commented on FORGE-1418:
----------------------------------------
The problem is indeed in Aesh. This is the offending code in ManFileParser:
{code}
@Override
public List<String> loadPage(int columns) throws IOException {
//we already have the file loaded
if(!sections.isEmpty())
return getAsList();
{code}
Once a man page has been displayed, no other man pages may be
displayed (It gets stuck)
---------------------------------------------------------------------------------------
Key: FORGE-1418
URL:
https://issues.jboss.org/browse/FORGE-1418
Project: Forge
Issue Type: Feature Request
Components: UI - Shell
Affects Versions: 2.0.0.Beta4
Reporter: Lincoln Baxter III
Fix For: 2.x Future
Once a man page has been displayed, even if a separate command manual page is requested,
the original man page from the first command will be displayed.
Steps to reproduce:
{code}
man ls
man faces-setup
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira