summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/shell (unfollow)
Commit message (Expand)AuthorFilesLines
2011-09-06TUSCANY-3938 - Correct various manifest mistakes to bring runtime up in OSGi ...slaws1-2/+2
2011-07-18Remove unused importsantelder1-3/+0
2011-07-11Correct args in helpantelder1-1/+1
2011-07-11Update to support remote startsantelder1-4/+9
2011-07-09Move the invoke command to a separate class and remove from the Shell class a...antelder3-244/+147
2011-07-08Add a stop commandantelder2-0/+79
2011-07-08Add a start commandantelder2-0/+81
2011-07-08Add an uninstall command classantelder2-0/+69
2011-07-08Update gen'd help to also include the short one line descriptionantelder1-0/+2
2011-07-08Update the Shell to use the AddComposite class and have no code within Shell ...antelder3-28/+37
2011-07-07Start adding a way to have pluggable Shell commands. And start refactoring co...antelder4-1/+171
2011-06-09Update for Node start parameter order changeantelder1-1/+1
2011-06-08Add a completor for the names of remote nodes and use that with the start com...antelder3-2/+53
2011-06-07Rename 'member' to 'node' as it seems too confusing to try to have a differen...antelder1-18/+18
2011-06-07Change member arg to be the last instead of the first argument which makes it...antelder1-1/+1
2011-06-07Fix NPE with remote services by simplify code to just use node.getService to ...antelder1-19/+24
2011-06-06Update to use a distributed domain by defaultantelder1-1/+1
2011-05-26Start some clean up of the Shell commands to match what the runtime is doingantelder1-6/+19
2011-05-25Rename InstalledContribution to ContributionDescriptionantelder1-10/+10
2011-05-20Add an addComposite command to match the Node API and fix the installed comma...antelder1-24/+37
2011-05-20Remove remoteStart/Stop commands to simplify - don't need remoteStop as stop ...antelder1-22/+8
2011-05-19Add a way to run commands on remote nodes and add Node API and Shell commands...antelder1-1/+24
2011-05-19Update for latest APIs to explicitly start the deployable composites of a pas...antelder1-3/+4
2011-05-19Update to add APIs to get at which composites are running whereantelder1-2/+14
2011-05-19Add a method to get the domain membersantelder1-1/+14
2011-05-18Fix Shell started command to not rely on the installed contributions (which m...antelder1-16/+16
2011-05-18Updates to match the DomainRegistry changes to rename addListener/removeListe...antelder1-9/+5
2011-05-17Update Shell for the latest domain node changesantelder2-34/+39
2011-05-16Update shell to show contributions importsantelder1-0/+13
2011-05-16Rename EndpointRegistry to DomainRegistry. Doing this has been brought up lot...antelder3-6/+6
2011-05-15Update the detailed installed contribution command to show more information a...antelder1-5/+20
2011-05-11Update Shell installed and start commands to work with the latest Node/regist...antelder1-39/+33
2011-05-11Change the Shell command 'installed' to by default just show the URIs of inst...antelder1-8/+14
2011-05-10Start adding info about installed contributions to the registry so that distr...antelder1-1/+1
2011-05-09Start looking at support for a Shell command to show the domain level composi...antelder1-7/+18
2011-03-17Simplify help output by only including the version not the build revision and...antelder1-6/+1
2011-02-15Update shell to show the command text when installing an initial contributionantelder1-5/+7
2011-02-09Add a -help arg so the help can be shown at startupantelder1-1/+6
2011-02-06Udate jline versionantelder1-1/+1
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