[
https://issues.apache.org/jira/browse/GSHELL-98?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12560218#action_12560218
]
Jason Warner commented on GSHELL-98:
------------------------------------
Sure. I ran across it when trying to use the script command. This was when
using the full assembly. I'm not sure if I was doing something wrong that
caused it so let me just explain how i got to that point to see if maybe I did
something incorrectly. I checked out the latest revision. I then ran an mvn
install. I used tar -xvf (after gunzip) on the full assembly. I then changed
to the bin directory in the recently untarred assembly and ran "./gsh". I then
used help to verify that the commands were listed in the layout. After
verifying that script existed and was part of this assembly I tried to run
script using "script -l javascript". I received a NotFoundException for
script. This also occurred with the commands listed under optional (wait,
sleep, etc...). It might have occurred with the rsh commands but I didn't
check.
> NotFoundException when trying to use non-builtin commands in full assembly
> --------------------------------------------------------------------------
>
> Key: GSHELL-98
> URL: https://issues.apache.org/jira/browse/GSHELL-98
> Project: GShell
> Issue Type: Bug
> Security Level: public(Regular issues)
> Components: Core
> Affects Versions: 1.0-alpha-2
> Reporter: Jason Warner
> Assignee: Jason Dillon
> Fix For: 1.0-alpha-2
>
> Attachments: GShell-98.patch
>
>
> The full assembly of gshell includes all the available commands by default.
> When trying to use one of the commands included outside of builtins, a
> NotFoundException is received. This seems to be caused by the groupings in
> the layout.xml file. When the groupings were removed, all the commands could
> be used successfully. Ideally, we'd like to be able to keep the groupings,
> though.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.