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

Antonio Goncalves (JIRA) issues at jboss.org
Wed Jan 22 12:02:28 EST 2014


     [ https://issues.jboss.org/browse/FORGE-1392?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Antonio Goncalves resolved FORGE-1392.
--------------------------------------

    Resolution: Out of Date


Works with the latest SNAPSHOT
                
> 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
>             Fix For: 2.x Future
>
>
> 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