[
https://issues.jboss.org/browse/FORGE-559?page=com.atlassian.jira.plugin....
]
Lincoln Baxter III commented on FORGE-559:
------------------------------------------
Hey Dan! Great idea, and this is also a fantastic intro issue! Labeling as starter :)
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
Labels: Starter
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