[forge-issues] [JBoss JIRA] (FORGE-559) Add support for listing or navigating the contents of a jar file

Dan Allen (JIRA) jira-events at lists.jboss.org
Sun Apr 29 16:49:17 EDT 2012


Dan Allen created FORGE-559:
-------------------------------

             Summary: Add support for listing or navigating the contents of a jar file
                 Key: FORGE-559
                 URL: https://issues.jboss.org/browse/FORGE-559
             Project: Forge
          Issue Type: Feature Request
          Components: Builtin Plugins
    Affects Versions: 1.0.3.Final
            Reporter: Dan Allen
            Priority: Minor


Currently it's possible to step into a jar file.

{code}
[project] project $ cd sample.jar
[project] sample.jar $
{code}

However, an attempt to use ls to list the contents results in this error:

{code}
***ERROR*** [ls] Plugin is not usable in current scope or project.
{code}

I would expect it to list the contents of the jar file:

{code}
META-INF/                
META-INF/MANIFEST.MF     
org/                     
org/arquillian/          
org/arquillian/example/   
org/arquillian/example/MySimpleBean.class   
META-INF/forge.xml       
META-INF/beans.xml
{code}

If ls should only list the top-level files and directory, then I would expect find to display the contents recursively.

If neither of those make sense, then the command "list" may be appropriate.

I would expect that I can continue to navigate and cat files inside the jar file as well.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the forge-issues mailing list