[JBoss JIRA] (FORGE-85) Shell cannot parse command values containing '!' exclaimation points
by George Gastaldi (JIRA)
[ https://issues.jboss.org/browse/FORGE-85?page=com.atlassian.jira.plugin.s... ]
George Gastaldi updated FORGE-85:
---------------------------------
Comment: was deleted
(was: Or we could test if the exclamation point is the first character in the input. That should resolve this issue)
> Shell cannot parse command values containing '!' exclaimation points
> --------------------------------------------------------------------
>
> Key: FORGE-85
> URL: https://issues.jboss.org/browse/FORGE-85
> Project: Forge
> Issue Type: Bug
> Components: Shell
> Affects Versions: 1.0.0.Beta2
> Reporter: Lincoln Baxter III
> Labels: HackNight
> Fix For: 2.0.0.Alpha1
>
> Attachments: Forge-85.patch
>
>
> {code}
> [pfdemo] pfdemo $ echo sdfdf!
> sdfdf !
> [pfdemo] pfdemo $ echo sdfdf!sdf
> ***ERROR*** Exception encountered: !sdf: event not found (type "set VERBOSE true" to enable stack traces)
> [pfdemo] pfdemo $
> [pfdemo] pfdemo $ echo 'asdf!asdf`
> ***ERROR*** Exception encountered: !asdf`: event not found (type "set VERBOSE true" to enable stack traces)
> [pfdemo] pfdemo $
> {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
12 years, 1 month
[JBoss JIRA] (FORGE-85) Shell cannot parse command values containing '!' exclaimation points
by George Gastaldi (JIRA)
[ https://issues.jboss.org/browse/FORGE-85?page=com.atlassian.jira.plugin.s... ]
George Gastaldi commented on FORGE-85:
--------------------------------------
Or we could test if the exclamation point is the first character in the input. That should resolve this issue
> Shell cannot parse command values containing '!' exclaimation points
> --------------------------------------------------------------------
>
> Key: FORGE-85
> URL: https://issues.jboss.org/browse/FORGE-85
> Project: Forge
> Issue Type: Bug
> Components: Shell
> Affects Versions: 1.0.0.Beta2
> Reporter: Lincoln Baxter III
> Labels: HackNight
> Fix For: 2.0.0.Alpha1
>
> Attachments: Forge-85.patch
>
>
> {code}
> [pfdemo] pfdemo $ echo sdfdf!
> sdfdf !
> [pfdemo] pfdemo $ echo sdfdf!sdf
> ***ERROR*** Exception encountered: !sdf: event not found (type "set VERBOSE true" to enable stack traces)
> [pfdemo] pfdemo $
> [pfdemo] pfdemo $ echo 'asdf!asdf`
> ***ERROR*** Exception encountered: !asdf`: event not found (type "set VERBOSE true" to enable stack traces)
> [pfdemo] pfdemo $
> {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
12 years, 1 month
[JBoss JIRA] (FORGE-709) Calculate addon dependency graph
by George Gastaldi (JIRA)
George Gastaldi created FORGE-709:
-------------------------------------
Summary: Calculate addon dependency graph
Key: FORGE-709
URL: https://issues.jboss.org/browse/FORGE-709
Project: Forge
Issue Type: Task
Reporter: George Gastaldi
Assignee: George Gastaldi
Forge should calculate the dependency graph based on the addons it depends on. When installing an addon, it should be possible to fetch the dependent addons and install them one-by-one before installing the requested addon.
--
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
12 years, 1 month
[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, 1 month