summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/shell (unfollow)
Commit message (Expand)AuthorFilesLines
2011-01-20Manifest updates for package renamesantelder1-2/+2
2011-01-20Fix split package by renaming packages, for now to org.apache.tuscany.sca to ...antelder3-5/+5
2011-01-19Commite name change missed in previous commitantelder1-8/+7
2011-01-19Thiss seems to be mid change. Am hoping this will get the build going at least.slaws1-0/+6
2011-01-17Correct parsing of quoted strings in the argument listantelder1-1/+1
2011-01-12Update to use getService from Nodeantelder1-16/+3
2011-01-12Update to create a service proxy directly instead of using the sca client fac...antelder3-6/+6
2011-01-11Adjust printing of blank lines so the Shell output is clearerantelder1-2/+1
2010-12-02Update to support entering quoted strings conatining spacesantelder1-9/+36
2010-11-30Fix the passing in of an initial contribution url, and add the start of a sta...antelder1-4/+26
2010-11-27Update for API changes and rename 'status' command to be 'started' to match t...antelder3-20/+20
2010-11-25Update Shell for API changesantelder1-4/+4
2010-11-23Update to include binding URIs in the service outputantelder1-0/+7
2010-11-20Filter out some more cglib operationsantelder1-6/+11
2010-11-19Update to support service operation completionantelder3-5/+84
2010-11-19Update to not show the initial help when starting up with an installed contri...antelder1-6/+5
2010-11-19Update to support passing in an intial contribution to install and start, and...antelder1-2/+39
2010-11-18Do better printout for array response typesantelder1-2/+5
2010-11-18Add a command completor for the invoke commandantelder2-0/+58
2010-11-17Fix build breaks and MFsrfeng1-2/+3
2010-11-17Get the Shell invoke function working and add a services command to show the ...antelder1-11/+71
2010-11-16Start adding invoke function to the Shellantelder1-0/+60
2010-10-04Start of the comand compeltor for teh install commandantelder2-2/+128
2010-10-01Correct help outputantelder1-6/+6
2010-10-01Remove old or currently unused commandsantelder2-39/+1
2010-10-01Add start of save command, all the shell bits but still need to implement the...antelder2-1/+27
2010-09-30Add a run command that runs shell commands saved in a text fileantelder2-2/+44
2010-09-29Add a ***running*** string to the output to show which composites in an insta...antelder1-1/+3
2010-09-29Update the Shell with a 'load' command that can load a node from an xml fileantelder2-1/+29
2010-09-03Fix typo in method name. slaws1-4/+4
2010-09-02Update to by default start in a domain named 'default'. Add a 'domains' comma...antelder1-8/+31
2010-08-08Change start command to use -duris to match the install commandantelder1-10/+27
2010-08-07Update to have jline call bye not stopantelder1-6/+1
2010-08-07Start updates to support multiple domains and standalone nodes as being discu...antelder5-134/+297
2010-08-03CHange the noarg stop command to be bye and change addDeploymentComposite to ...antelder1-60/+42
2010-08-02Update shell for node api changesantelder1-30/+5
2010-07-08Improve default uri calculationantelder1-13/+16
2010-07-07Fix exception when when no command enteredantelder1-1/+1
2010-07-07Add some more helpantelder1-5/+16
2010-07-07Avoid any empty tokensantelder1-1/+8
2010-07-07Avoid not founds due to extra whitespaceantelder1-0/+1
2010-07-07Update installed command to show all composites in a contribution with the st...antelder1-17/+16
2010-07-07More help updatesantelder1-17/+14
2010-07-07Remove addToDomainLevelComposite/removeFromDomainLevelComposite as they're th...antelder2-44/+2
2010-07-07Add some more help and remove listInstalledContributions and listDeployedComp...antelder2-55/+19
2010-07-07Add bye commandantelder1-0/+3
2010-07-07Move all JLine classes into a sub packageantelder5-7/+10
2010-07-07Update to use a Tuscany specific completor that can complete each command arg...antelder2-0/+234
2010-07-07Update to use a Tuscany specific completor that can complete each command arg...antelder1-3/+5
2010-07-06Add a JLine COmpletor for installed contribution URIsantelder1-0/+47