diff options
| author | Daniil Fedotov <dfedotov@pivotal.io> | 2016-11-03 11:44:26 +0000 |
|---|---|---|
| committer | Daniil Fedotov <dfedotov@pivotal.io> | 2016-11-03 11:44:26 +0000 |
| commit | f58e6d857dbef0f3d5f267d9276dfac54b737f3d (patch) | |
| tree | 78a8dd823e46127c2cbaf1a01303de0bcf31a450 /scripts/rabbitmq-plugins.bat | |
| parent | 81a67aecf1a256256ee35997bd2da7135ad425d5 (diff) | |
| download | rabbitmq-server-git-f58e6d857dbef0f3d5f267d9276dfac54b737f3d.tar.gz | |
Windows integration for plugins and diagnostics
Diffstat (limited to 'scripts/rabbitmq-plugins.bat')
| -rw-r--r-- | scripts/rabbitmq-plugins.bat | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/scripts/rabbitmq-plugins.bat b/scripts/rabbitmq-plugins.bat index c270d5d945..471987cd57 100644 --- a/scripts/rabbitmq-plugins.bat +++ b/scripts/rabbitmq-plugins.bat @@ -46,15 +46,16 @@ if not defined ERL_CRASH_DUMP_SECONDS ( )
"!ERLANG_HOME!\bin\erl.exe" ^
--pa "!RABBITMQ_HOME!\ebin" ^
--noinput ^
--hidden ^
-!RABBITMQ_CTL_ERL_ARGS! ^
--s rabbit_plugins_main ^
--enabled_plugins_file "!RABBITMQ_ENABLED_PLUGINS_FILE!" ^
--plugins_dist_dir "!RABBITMQ_PLUGINS_DIR:\=/!" ^
--nodename !RABBITMQ_NODENAME! ^
--extra !STAR!
+"%RABBITMQ_HOME%\escript\rabbitmq-plugins" --formatter=plugins !STAR!
+rem -pa "!RABBITMQ_HOME!\ebin" ^
+rem -noinput ^
+rem -hidden ^
+rem !RABBITMQ_CTL_ERL_ARGS! ^
+rem -s rabbit_plugins_main ^
+rem -enabled_plugins_file "!RABBITMQ_ENABLED_PLUGINS_FILE!" ^
+rem -plugins_dist_dir "!RABBITMQ_PLUGINS_DIR:\=/!" ^
+rem -nodename !RABBITMQ_NODENAME! ^
+rem -extra !STAR!
endlocal
endlocal
|
