summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/shell (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update to include binding URIs in the service outputantelder2010-11-231-0/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1038091 13f79535-47bb-0310-9956-ffa450edef68
* Filter out some more cglib operationsantelder2010-11-201-6/+11
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1037134 13f79535-47bb-0310-9956-ffa450edef68
* Update to support service operation completionantelder2010-11-193-5/+84
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1036827 13f79535-47bb-0310-9956-ffa450edef68
* Update to not show the initial help when starting up with an installed ↵antelder2010-11-191-6/+5
| | | | | | contribution git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1036802 13f79535-47bb-0310-9956-ffa450edef68
* Update to support passing in an intial contribution to install and start, ↵antelder2010-11-191-2/+39
| | | | | | and also to support pointing at a Maven project contribution without needing to have the target/classes suffix git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1036795 13f79535-47bb-0310-9956-ffa450edef68
* Do better printout for array response typesantelder2010-11-181-2/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1036634 13f79535-47bb-0310-9956-ffa450edef68
* Add a command completor for the invoke commandantelder2010-11-182-0/+58
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1036406 13f79535-47bb-0310-9956-ffa450edef68
* Fix build breaks and MFsrfeng2010-11-171-2/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1036159 13f79535-47bb-0310-9956-ffa450edef68
* Get the Shell invoke function working and add a services command to show the ↵antelder2010-11-171-11/+71
| | | | | | available services git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1036030 13f79535-47bb-0310-9956-ffa450edef68
* Start adding invoke function to the Shellantelder2010-11-161-0/+60
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1035589 13f79535-47bb-0310-9956-ffa450edef68
* Start of the comand compeltor for teh install commandantelder2010-10-042-2/+128
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1004186 13f79535-47bb-0310-9956-ffa450edef68
* Correct help outputantelder2010-10-011-6/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1003496 13f79535-47bb-0310-9956-ffa450edef68
* Remove old or currently unused commandsantelder2010-10-012-39/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1003490 13f79535-47bb-0310-9956-ffa450edef68
* Add start of save command, all the shell bits but still need to implement ↵antelder2010-10-012-1/+27
| | | | | | the actual writing of the state git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1003487 13f79535-47bb-0310-9956-ffa450edef68
* Add a run command that runs shell commands saved in a text fileantelder2010-09-302-2/+44
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1002991 13f79535-47bb-0310-9956-ffa450edef68
* Add a ***running*** string to the output to show which composites in an ↵antelder2010-09-291-1/+3
| | | | | | installed contribution are running git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1002699 13f79535-47bb-0310-9956-ffa450edef68
* Update the Shell with a 'load' command that can load a node from an xml fileantelder2010-09-292-1/+29
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1002652 13f79535-47bb-0310-9956-ffa450edef68
* Fix typo in method name. slaws2010-09-031-4/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@992287 13f79535-47bb-0310-9956-ffa450edef68
* Update to by default start in a domain named 'default'. Add a 'domains' ↵antelder2010-09-021-8/+31
| | | | | | command to show the currently defined domains. Change install command parameter -norun to be -start which seems more consistent with the command names. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@991940 13f79535-47bb-0310-9956-ffa450edef68
* Change start command to use -duris to match the install commandantelder2010-08-081-10/+27
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@983367 13f79535-47bb-0310-9956-ffa450edef68
* Update to have jline call bye not stopantelder2010-08-071-6/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@983187 13f79535-47bb-0310-9956-ffa450edef68
* Start updates to support multiple domains and standalone nodes as being ↵antelder2010-08-075-134/+297
| | | | | | discussed on the ML. Some of the JLine completors aren't now working perfectly so they still need to be fixed up. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@983181 13f79535-47bb-0310-9956-ffa450edef68
* CHange the noarg stop command to be bye and change addDeploymentComposite to ↵antelder2010-08-031-60/+42
| | | | | | be another form of the start command git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@981847 13f79535-47bb-0310-9956-ffa450edef68
* Update shell for node api changesantelder2010-08-021-30/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@981563 13f79535-47bb-0310-9956-ffa450edef68
* Improve default uri calculationantelder2010-07-081-13/+16
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@961826 13f79535-47bb-0310-9956-ffa450edef68
* Fix exception when when no command enteredantelder2010-07-071-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@961452 13f79535-47bb-0310-9956-ffa450edef68
* Add some more helpantelder2010-07-071-5/+16
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@961344 13f79535-47bb-0310-9956-ffa450edef68
* Avoid any empty tokensantelder2010-07-071-1/+8
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@961323 13f79535-47bb-0310-9956-ffa450edef68
* Avoid not founds due to extra whitespaceantelder2010-07-071-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@961321 13f79535-47bb-0310-9956-ffa450edef68
* Update installed command to show all composites in a contribution with the ↵antelder2010-07-071-17/+16
| | | | | | status command showing the deployed composites git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@961319 13f79535-47bb-0310-9956-ffa450edef68
* More help updatesantelder2010-07-071-17/+14
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@961312 13f79535-47bb-0310-9956-ffa450edef68
* Remove addToDomainLevelComposite/removeFromDomainLevelComposite as they're ↵antelder2010-07-072-44/+2
| | | | | | the same as start/stop git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@961296 13f79535-47bb-0310-9956-ffa450edef68
* Add some more help and remove listInstalledContributions and ↵antelder2010-07-072-55/+19
| | | | | | listDeployedComposites commands as they're the same as installed and status git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@961292 13f79535-47bb-0310-9956-ffa450edef68
* Add bye commandantelder2010-07-071-0/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@961274 13f79535-47bb-0310-9956-ffa450edef68
* Move all JLine classes into a sub packageantelder2010-07-075-7/+10
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@961270 13f79535-47bb-0310-9956-ffa450edef68
* Update to use a Tuscany specific completor that can complete each command ↵antelder2010-07-072-0/+234
| | | | | | argument git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@961259 13f79535-47bb-0310-9956-ffa450edef68
* Update to use a Tuscany specific completor that can complete each command ↵antelder2010-07-071-3/+5
| | | | | | argument git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@961257 13f79535-47bb-0310-9956-ffa450edef68
* Add a JLine COmpletor for installed contribution URIsantelder2010-07-061-0/+47
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@961030 13f79535-47bb-0310-9956-ffa450edef68
* Add help for installed and remove commandsantelder2010-07-061-3/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@961011 13f79535-47bb-0310-9956-ffa450edef68
* accept command in any caseantelder2010-07-061-16/+16
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@961009 13f79535-47bb-0310-9956-ffa450edef68
* Update install to not require the -uri flag to specify a uri but instead ↵antelder2010-07-061-15/+38
| | | | | | just use positional uri url parameters git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@961005 13f79535-47bb-0310-9956-ffa450edef68
* Start adding help detailantelder2010-07-061-23/+215
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@960996 13f79535-47bb-0310-9956-ffa450edef68
* Update to configure the registry from the domainURIantelder2010-07-061-3/+14
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@960881 13f79535-47bb-0310-9956-ffa450edef68
* Correct addDeploymentComposite help infoantelder2010-07-051-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@960685 13f79535-47bb-0310-9956-ffa450edef68
* Add help for installedantelder2010-07-051-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@960683 13f79535-47bb-0310-9956-ffa450edef68
* Add installed commandantelder2010-07-051-1/+26
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@960680 13f79535-47bb-0310-9956-ffa450edef68
* Add a start command thatdoes the same as addToDomainLevelCompositeantelder2010-07-051-1/+10
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@960668 13f79535-47bb-0310-9956-ffa450edef68
* Update stop command to support stopping individual contributions and compositesantelder2010-07-052-8/+26
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@960660 13f79535-47bb-0310-9956-ffa450edef68
* Updates to status command and outputantelder2010-07-051-11/+30
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@960657 13f79535-47bb-0310-9956-ffa450edef68
* Update to also support using JLine for a more powerful command line and tab ↵antelder2010-07-053-29/+183
| | | | | | completion, and support all the API install contribution parameters git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@960610 13f79535-47bb-0310-9956-ffa450edef68