[JBoss JIRA] (FORGE-559) Add support for listing or navigating the contents of a jar file
by Dan Allen (JIRA)
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
12 years
[JBoss JIRA] Created: (SEAMFORGE-289) Scan plugins for potential problematic dependencies
by Paul Bakker (JIRA)
Scan plugins for potential problematic dependencies
---------------------------------------------------
Key: SEAMFORGE-289
URL: https://issues.jboss.org/browse/SEAMFORGE-289
Project: Seam Forge
Issue Type: Enhancement
Components: Plugin API
Reporter: Paul Bakker
Due to JBM some dependencies can brake Forge. Most problems have to do with the way Weld currently works. If a class is reimported that is used by the core Weld sees two classes for a injection point. If the cdi api is imported as a compile scoped dependency, this will brake injection in the plugin all together. Forge should scan for these kind of dependencies.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years
[JBoss JIRA] Created: (SEAMFORGE-300) Usage: dark blue on black background?
by Martin Dames (JIRA)
Usage: dark blue on black background?
-------------------------------------
Key: SEAMFORGE-300
URL: https://issues.jboss.org/browse/SEAMFORGE-300
Project: Seam Forge
Issue Type: Bug
Affects Versions: 1.0.0.Beta2
Environment: Windows 7
Reporter: Martin Dames
Priority: Minor
Hi,
im trying Seam Forge 1.0.0Beta2 on my windows machine and it really makes no fun. I can rarely see the "holding" text and its driving me crazy... I tried to change the cmd shell background and text colors.. but besides this is not a task a normal user should do... this does not work.
So, please change your colors a little bit more exe friendly! :)
I would add a screenshot if I could....
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 1 month