You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by al...@apache.org on 2015/09/23 12:23:35 UTC

[8/8] incubator-brooklyn git commit: This closes #917

This closes #917


Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/93f6f0f6
Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/93f6f0f6
Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/93f6f0f6

Branch: refs/heads/master
Commit: 93f6f0f6a835152588a1128a01b7db6610bcbe7f
Parents: 2995471 178ee9b
Author: Aled Sage <al...@gmail.com>
Authored: Wed Sep 23 11:23:16 2015 +0100
Committer: Aled Sage <al...@gmail.com>
Committed: Wed Sep 23 11:23:16 2015 +0100

----------------------------------------------------------------------
 docs/guide/yaml/winrm/index.md                  | 175 +++++-
 .../AbstractSoftwareProcessWinRmDriver.java     |  20 +-
 .../software/base/SoftwareProcessImpl.java      |   2 +
 .../base/lifecycle/WinRmExecuteHelper.java      |  31 +-
 ...laWindowsProcessWinrmExitStatusLiveTest.java | 291 ++++++++++
 ...nillaWindowsProcessWinrmStreamsLiveTest.java |  80 ++-
 .../location/WinRmMachineLocationLiveTest.java  | 563 ++++++++++++++++++-
 .../base/test/location/WindowsTestFixture.java  |  71 +++
 usage/camp/pom.xml                              |   6 +
 .../camp/brooklyn/WindowsYamlLiveTest.java      | 410 ++++++++++++++
 .../apache/brooklyn/camp/brooklyn/echoArg.bat   |  19 +
 .../camp/brooklyn/echoFreemarkerMyarg.bat       |  18 +
 .../camp/brooklyn/echoFreemarkerMyarg.ps1       |  18 +
 .../apache/brooklyn/camp/brooklyn/echoMyArg.ps1 |  22 +
 .../org/apache/brooklyn/camp/brooklyn/exit0.bat |  18 +
 .../org/apache/brooklyn/camp/brooklyn/exit0.ps1 |  18 +
 .../org/apache/brooklyn/camp/brooklyn/exit1.bat |  18 +
 .../org/apache/brooklyn/camp/brooklyn/exit1.ps1 |  19 +
 .../blueprints/AbstractBlueprintTest.java       |  38 +-
 .../Windows7zipBlueprintLiveTest.java           | 100 ++++
 .../src/test/resources/7zip-catalog.yaml        |  42 ++
 .../launcher/src/test/resources/install7zip.ps1 |  35 ++
 22 files changed, 1929 insertions(+), 85 deletions(-)
----------------------------------------------------------------------