merge PR #252 - Improvements on CLI and Bootstrap
Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/d1b317b9 Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/d1b317b9 Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/d1b317b9 Branch: refs/heads/master Commit: d1b317b9755053885b7c4ab1f9e1f3c0edf55bd7 Parents: dfaef58 321c601 Author: Andy Taylor <[email protected]> Authored: Wed May 13 11:50:07 2015 +0100 Committer: Andy Taylor <[email protected]> Committed: Wed May 13 11:50:07 2015 +0100 ---------------------------------------------------------------------- .../apache/activemq/artemis/boot/Artemis.java | 21 ++- artemis-cli/pom.xml | 2 +- .../apache/activemq/artemis/cli/Artemis.java | 4 +- .../activemq/artemis/cli/commands/Create.java | 134 ++++++++++++++++++- .../activemq/artemis/cli/commands/Kill.java | 41 ++++++ .../activemq/artemis/cli/commands/Run.java | 41 ++++++ .../bootstrap/ActiveMQBootstrapLogger.java | 4 + .../activemq/artemis/cli/commands/bin/artemis | 3 +- .../cli/commands/bin/artemis-service.xml | 16 +-- .../artemis/cli/commands/bin/artemis.cmd | 1 - .../artemis/cli/commands/etc/artemis.profile | 5 +- .../cli/commands/etc/artemis.profile.cmd | 2 +- .../artemis/cli/commands/etc/bootstrap.xml | 2 +- 13 files changed, 248 insertions(+), 28 deletions(-) ----------------------------------------------------------------------
