[forge-issues] [JBoss JIRA] (FORGE-1392) more command does not always work

Antonio Goncalves (JIRA) issues at jboss.org
Tue Dec 31 00:37:32 EST 2013


Antonio Goncalves created FORGE-1392:
----------------------------------------

             Summary: more command does not always work
                 Key: FORGE-1392
                 URL: https://issues.jboss.org/browse/FORGE-1392
             Project: Forge
          Issue Type: Sub-task
          Components: UI - Shell
    Affects Versions: 2.0.0.Beta4
            Reporter: Antonio Goncalves


When I create a project, I can do a {{more}} on the {{pom.xml}}. But then, after creating a few entities, I cannot do a {{more}} on the entity I've created. 

{code}
[model]$ more Country.java
/Users/antoniombp/Documents/Code/temp/Country.java: No such file or directory
[model]$ pwd
/Users/antoniombp/Documents/Code/temp/agoncal-application-petstore-ee7/src/main/java/org/agoncal/application/petstore/model
{code}

In this example I am on the {{model}} subdirectory, when I type {{more}} and hit TAB, the completion works for my entity {{Country}}, but then, the directory is not right : 

{code}
/Users/antoniombp/Documents/Code/temp/Country.java
{code}

Instead of 

{code}
/Users/antoniombp/Documents/Code/temp/agoncal-application-petstore-ee7/src/main/java/org/agoncal/application/petstore/model/Country.java
{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


More information about the forge-issues mailing list