Antonio Goncalves created FORGE-1853:
----------------------------------------
Summary: Commands run and touch disappearing after entering a class
Key: FORGE-1853
URL:
https://issues.jboss.org/browse/FORGE-1853
Project: Forge
Issue Type: Bug
Components: UI - Shell
Affects Versions: 2.6.0.Final
Reporter: Antonio Goncalves
Fix For: 2.x Future
Both commands {{touch}} and {{run}} disapear on completion using TAB when inside a class
(entity, CDI bean, java class....). You need to {{cd ..}} to bring it back :
{code}
[temp]$ press TAB the commands touch/run appear
[temp]$ project-new --named test
[test]$ press TAB the commands touch/run appear
[test]$ jpa-new-entity --named Speaker
[Speaker.java] press TAB the commands touch/run have disapeared
[Speaker.java] cd ..
[test]$ press TAB the commands touch/run appear
[model]$ cdi-new-bean --named MyBean
[MyBean.java]$ press TAB the commands touch/run have disapeared
{code}
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)