|
| Apache Geronimo > Discussion Forums | User List | Dev List | Wiki | Issue Tracker |
|
View:
New views
10 Messages
—
Rating Filter:
Alert me
|
|
|
No longer provide gshell command "execute-alias" in Geronimo v2.1.2?
Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now. |
||
|
|
Re: No longer provide gshell command "execute-alias" in Geronimo v2.1.2?All of the Geronimo-specific alias commands were dropped from trunk, pending native GShell alias and unalias commands.
--jason On May 6, 2008, at 10:15 AM, YunFeng Ma wrote:
|
||
|
|
Re: No longer provide gshell command "execute-alias" in Geronimo v2.1.2?
Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now. |
||
|
|
Re: No longer provide gshell command "execute-alias" in Geronimo v2.1.2?Aliases where never intended to be invoked via a command, instead alias, as they work in Bash, simply become a new command.
--jason On May 6, 2008, at 4:17 PM, YunFeng Ma wrote:
|
||
|
|
Re: No longer provide gshell command "execute-alias" in Geronimo v2.1.2?Hello Yun Feng,
Are you currently using the execute-alias command? If yes, then Jason you will have to plug-in native gshell support before 2.1.2. Thanks, Gianny On 06/05/2008, at 7:25 PM, Jason Dillon wrote: > Aliases where never intended to be invoked via a command, instead > alias, as they work in Bash, simply become a new command. > > --jason > > > On May 6, 2008, at 4:17 PM, YunFeng Ma wrote: > >> Will this command be available in G v2.1.2? or v2.2. No this >> command, users can not execute an alias. >> >> --Yun Feng >> >> --- On Tue, 5/6/08, Jason Dillon <jason@...> wrote: >> From: Jason Dillon <jason@...> >> Subject: Re: No longer provide gshell command "execute-alias" in >> Geronimo v2.1.2? >> To: dev@... >> Date: Tuesday, May 6, 2008, 12:15 AM >> >> All of the Geronimo-specific alias commands were dropped from >> trunk, pending native GShell alias and unalias commands. >> >> --jason >> >> >> On May 6, 2008, at 10:15 AM, YunFeng Ma wrote: >> >>> There is a gshell command "execute-alias" in G v2.1.1, but it >>> disappeared in V2.1.2. Should we no longer provide it in V2.1.2? >>> >>> I noticed the this groovy script is removed in V2.1.2: framework >>> \modules\geronimo-commands\src\main\groovy\org\apache\geronimo >>> \commands\ExecuteAliasCommand.groovy >>> >>> Be a better friend, newshound, and know-it-all with Yahoo! >>> Mobile. Try it now. >> >> >> Be a better friend, newshound, and know-it-all with Yahoo! Mobile. >> Try it now. > |
||
|
|
Re: No longer provide gshell command "execute-alias" in Geronimo v2.1.2?
Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now. |
||
|
|
Re: No longer provide gshell command "execute-alias" in Geronimo v2.1.2?I removed this to match the change in trunk (2.2) as the conclusion on
another thread was that this was never implemented and not working in Geronimo 2.1 nor 2.2. Jason would have to answer if your specific scenario/example is still valid or not. -Donald YunFeng Ma wrote: > Hi Jason, > > The following is my usecase: > > > set username=system > > set password=manager > > set login="deploy/connect -u $username -w $password " > > Then how do I execute $login? I've tried the following one: > > $login > > but failed with error message: > ERROR NotFoundException: deploy/connect -u system -w manager > > Thanks a lot. > > -- Yun Feng > > --- On *Tue, 5/6/08, Gianny Damour /<gianny.damour@...>/* wrote: > > From: Gianny Damour <gianny.damour@...> > Subject: Re: No longer provide gshell command "execute-alias" in > Geronimo v2.1.2? > To: dev@... > Date: Tuesday, May 6, 2008, 2:32 AM > > Hello Yun Feng, > > Are you currently using the execute-alias command? > > If yes, then Jason you will have to plug-in native gshell support > before 2.1.2. > > Thanks, > Gianny > > On 06/05/2008, at 7:25 PM, Jason Dillon wrote: > > > Aliases where never intended to be invoked via a command, instead > > alias, as they work in Bash, simply become a new command. > > > > --jason > > > > > > On May 6, 2008, at 4:17 PM, YunFeng Ma wrote: > > > >> Will this command be available in G v2.1.2? or v2.2. No this > >> command, users can not execute an alias. > >> > >> --Yun Feng > >> > >> --- On Tue, 5/6/08, Jason Dillon <jason@...> wrote: > >> From: Jason Dillon <jason@...> > >> Subject: Re: No longer provide gshell command > "execute-alias" in > >> Geronimo v2.1.2? > >> To: > dev@... > >> Date: Tuesday, May 6, 2008, 12:15 AM > >> > >> All of the Geronimo-specific alias commands were dropped from > >> trunk, pending native GShell alias and unalias commands. > >> > >> --jason > >> > >> > >> On May 6, 2008, at 10:15 AM, YunFeng Ma wrote: > >> > >>> There is a gshell command "execute-alias" in G v2.1.1, > but it > >>> disappeared in V2.1.2. Should we no longer provide it in V2.1.2? > >>> > >>> I noticed the this groovy script is removed in V2.1.2: framework > >>> > \modules\geronimo-commands\src\main\groovy\org\apache\geronimo > > >>> \commands\ExecuteAliasCommand.groovy > >>> > >>> Be a better friend, newshound, and know-it-all with Yahoo! > >>> Mobile. Try it now. > >> > >> > >> Be a better friend, newshound, and > know-it-all with Yahoo! Mobile. > >> Try it now. > > > > > ------------------------------------------------------------------------ > Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try > it now. > <http://us.rd.yahoo.com/evt=51733/*http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ > > |
||
|
|
Re: No longer provide gshell command "execute-alias" in Geronimo v2.1.2?Hello Donald,
This was certainly not the conclusion as execute-alias was implemented and was working. The conclusion was that gshell native alias support supersedes execute-alias. Thanks, Gianny On 08/05/2008, at 2:59 AM, Donald Woods wrote: > I removed this to match the change in trunk (2.2) as the conclusion > on another thread was that this was never implemented and not > working in Geronimo 2.1 nor 2.2. > > Jason would have to answer if your specific scenario/example is > still valid or not. > > > -Donald > > > YunFeng Ma wrote: >> Hi Jason, >> The following is my usecase: >> > set username=system >> > set password=manager >> > set login="deploy/connect -u $username -w $password " >> Then how do I execute $login? I've tried the following one: >> > $login >> but failed with error message: >> ERROR NotFoundException: deploy/connect -u system -w manager >> Thanks a lot. >> -- Yun Feng >> --- On *Tue, 5/6/08, Gianny Damour / >> <gianny.damour@...>/* wrote: >> From: Gianny Damour <gianny.damour@...> >> Subject: Re: No longer provide gshell command "execute-alias" in >> Geronimo v2.1.2? >> To: dev@... >> Date: Tuesday, May 6, 2008, 2:32 AM >> Hello Yun Feng, >> Are you currently using the execute-alias command? >> If yes, then Jason you will have to plug-in native gshell >> support before 2.1.2. >> Thanks, >> Gianny >> On 06/05/2008, at 7:25 PM, Jason Dillon wrote: >> > Aliases where never intended to be invoked via a command, >> instead > alias, as they work in Bash, simply become a new >> command. >> > >> > --jason >> > >> > >> > On May 6, 2008, at 4:17 PM, YunFeng Ma wrote: >> > >> >> Will this command be available in G v2.1.2? or v2.2. No >> this >> command, users can not execute an alias. >> >> >> >> --Yun Feng >> >> >> >> --- On Tue, 5/6/08, Jason Dillon <jason@...> wrote: >> >> From: Jason Dillon <jason@...> >> >> Subject: Re: No longer provide gshell command >> "execute-alias" in >> Geronimo v2.1.2? >> >> To: >> dev@... >> >> Date: Tuesday, May 6, 2008, 12:15 AM >> >> >> >> All of the Geronimo-specific alias commands were dropped >> from >> trunk, pending native GShell alias and unalias commands. >> >> >> >> --jason >> >> >> >> >> >> On May 6, 2008, at 10:15 AM, YunFeng Ma wrote: >> >> >> >>> There is a gshell command "execute-alias" in G v2.1.1, >> but it >>> disappeared in V2.1.2. Should we no longer >> provide it in V2.1.2? >> >>> >> >>> I noticed the this groovy script is removed in V2.1.2: >> framework >>> >> \modules\geronimo-commands\src\main\groovy\org\apache\geronimo >> >>> \commands\ExecuteAliasCommand.groovy >> >>> >> >>> Be a better friend, newshound, and know-it-all with >> Yahoo! >>> Mobile. Try it now. >> >> >> >> >> >> Be a better friend, newshound, and >> know-it-all with Yahoo! Mobile. >> Try it now. >> > >> --------------------------------------------------------------------- >> --- >> Be a better friend, newshound, and know-it-all with Yahoo! Mobile. >> Try it now. <http://us.rd.yahoo.com/evt=51733/*http:// >> mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ > |
||
|
|
Re: No longer provide gshell command "execute-alias" in Geronimo v2.1.2?So, should I put the old code back in and we'll put the "native" support
in 2.2 only? -Donald Gianny Damour wrote: > Hello Donald, > > This was certainly not the conclusion as execute-alias was implemented > and was working. The conclusion was that gshell native alias support > supersedes execute-alias. > > Thanks, > Gianny > > On 08/05/2008, at 2:59 AM, Donald Woods wrote: > >> I removed this to match the change in trunk (2.2) as the conclusion on >> another thread was that this was never implemented and not working in >> Geronimo 2.1 nor 2.2. >> >> Jason would have to answer if your specific scenario/example is still >> valid or not. >> >> >> -Donald >> >> >> YunFeng Ma wrote: >>> Hi Jason, >>> The following is my usecase: >>> > set username=system >>> > set password=manager >>> > set login="deploy/connect -u $username -w $password " >>> Then how do I execute $login? I've tried the following one: >>> > $login >>> but failed with error message: >>> ERROR NotFoundException: deploy/connect -u system -w manager >>> Thanks a lot. >>> -- Yun Feng >>> --- On *Tue, 5/6/08, Gianny Damour /<gianny.damour@...>/* >>> wrote: >>> From: Gianny Damour <gianny.damour@...> >>> Subject: Re: No longer provide gshell command "execute-alias" in >>> Geronimo v2.1.2? >>> To: dev@... >>> Date: Tuesday, May 6, 2008, 2:32 AM >>> Hello Yun Feng, >>> Are you currently using the execute-alias command? >>> If yes, then Jason you will have to plug-in native gshell >>> support before 2.1.2. >>> Thanks, >>> Gianny >>> On 06/05/2008, at 7:25 PM, Jason Dillon wrote: >>> > Aliases where never intended to be invoked via a command, >>> instead > alias, as they work in Bash, simply become a new command. >>> > >>> > --jason >>> > >>> > >>> > On May 6, 2008, at 4:17 PM, YunFeng Ma wrote: >>> > >>> >> Will this command be available in G v2.1.2? or v2.2. No >>> this >> command, users can not execute an alias. >>> >> >>> >> --Yun Feng >>> >> >>> >> --- On Tue, 5/6/08, Jason Dillon <jason@...> wrote: >>> >> From: Jason Dillon <jason@...> >>> >> Subject: Re: No longer provide gshell command >>> "execute-alias" in >> Geronimo v2.1.2? >>> >> To: >>> dev@... >>> >> Date: Tuesday, May 6, 2008, 12:15 AM >>> >> >>> >> All of the Geronimo-specific alias commands were dropped >>> from >> trunk, pending native GShell alias and unalias commands. >>> >> >>> >> --jason >>> >> >>> >> >>> >> On May 6, 2008, at 10:15 AM, YunFeng Ma wrote: >>> >> >>> >>> There is a gshell command "execute-alias" in G v2.1.1, >>> but it >>> disappeared in V2.1.2. Should we no longer >>> provide it in V2.1.2? >>> >>> >>> >>> I noticed the this groovy script is removed in V2.1.2: >>> framework >>> >>> \modules\geronimo-commands\src\main\groovy\org\apache\geronimo >>> >>> \commands\ExecuteAliasCommand.groovy >>> >>> >>> >>> Be a better friend, newshound, and know-it-all with >>> Yahoo! >>> Mobile. Try it now. >>> >> >>> >> >>> >> Be a better friend, newshound, and >>> know-it-all with Yahoo! Mobile. >> Try it now. >>> > >>> ------------------------------------------------------------------------ >>> Be a better friend, newshound, and know-it-all with Yahoo! Mobile. >>> Try it now. >>> <http://us.rd.yahoo.com/evt=51733/*http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ >>> > > > |
||
|
|
Re: No longer provide gshell command "execute-alias" in Geronimo v2.1.2?I'd personally rather not need to support this, and if no one is using
it, then I'd just let it go. --jason On May 9, 2008, at 9:54 PM, Donald Woods wrote: > So, should I put the old code back in and we'll put the "native" > support in 2.2 only? > > > -Donald > > > Gianny Damour wrote: >> Hello Donald, >> This was certainly not the conclusion as execute-alias was >> implemented and was working. The conclusion was that gshell native >> alias support supersedes execute-alias. >> Thanks, >> Gianny >> On 08/05/2008, at 2:59 AM, Donald Woods wrote: >>> I removed this to match the change in trunk (2.2) as the >>> conclusion on another thread was that this was never implemented >>> and not working in Geronimo 2.1 nor 2.2. >>> >>> Jason would have to answer if your specific scenario/example is >>> still valid or not. >>> >>> >>> -Donald >>> >>> >>> YunFeng Ma wrote: >>>> Hi Jason, >>>> The following is my usecase: >>>> > set username=system >>>> > set password=manager >>>> > set login="deploy/connect -u $username -w $password " >>>> Then how do I execute $login? I've tried the following one: >>>> > $login >>>> but failed with error message: >>>> ERROR NotFoundException: deploy/connect -u system -w manager >>>> Thanks a lot. >>>> -- Yun Feng >>>> --- On *Tue, 5/6/08, Gianny Damour / >>>> <gianny.damour@...>/* wrote: >>>> From: Gianny Damour <gianny.damour@...> >>>> Subject: Re: No longer provide gshell command "execute-alias" in >>>> Geronimo v2.1.2? >>>> To: dev@... >>>> Date: Tuesday, May 6, 2008, 2:32 AM >>>> Hello Yun Feng, >>>> Are you currently using the execute-alias command? >>>> If yes, then Jason you will have to plug-in native gshell >>>> support before 2.1.2. >>>> Thanks, >>>> Gianny >>>> On 06/05/2008, at 7:25 PM, Jason Dillon wrote: >>>> > Aliases where never intended to be invoked via a command, >>>> instead > alias, as they work in Bash, simply become a new >>>> command. >>>> > >>>> > --jason >>>> > >>>> > >>>> > On May 6, 2008, at 4:17 PM, YunFeng Ma wrote: >>>> > >>>> >> Will this command be available in G v2.1.2? or v2.2. No >>>> this >> command, users can not execute an alias. >>>> >> >>>> >> --Yun Feng >>>> >> >>>> >> --- On Tue, 5/6/08, Jason Dillon <jason@...> wrote: >>>> >> From: Jason Dillon <jason@...> >>>> >> Subject: Re: No longer provide gshell command >>>> "execute-alias" in >> Geronimo v2.1.2? >>>> >> To: >>>> dev@... >>>> >> Date: Tuesday, May 6, 2008, 12:15 AM >>>> >> >>>> >> All of the Geronimo-specific alias commands were dropped >>>> from >> trunk, pending native GShell alias and unalias >>>> commands. >>>> >> >>>> >> --jason >>>> >> >>>> >> >>>> >> On May 6, 2008, at 10:15 AM, YunFeng Ma wrote: >>>> >> >>>> >>> There is a gshell command "execute-alias" in G v2.1.1, >>>> but it >>> disappeared in V2.1.2. Should we no longer >>>> provide it in V2.1.2? >>>> >>> >>>> >>> I noticed the this groovy script is removed in V2.1.2: >>>> framework >>> >>>> \modules\geronimo-commands\src\main\groovy\org\apache\geronimo >>>> >>> \commands\ExecuteAliasCommand.groovy >>>> >>> >>>> >>> Be a better friend, newshound, and know-it-all with >>>> Yahoo! >>> Mobile. Try it now. >>>> >> >>>> >> >>>> >> Be a better friend, newshound, and >>>> know-it-all with Yahoo! Mobile. >> Try it now. >>>> > >>>> ------------------------------------------------------------------------ >>>> Be a better friend, newshound, and know-it-all with Yahoo! >>>> Mobile. Try it now. <http://us.rd.yahoo.com/evt=51733/*http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ >>>> > |
| Free Forum Powered by Nabble | Forum Help |
