Github user clebertsuconic commented on a diff in the pull request:

    https://github.com/apache/activemq-artemis/pull/2140#discussion_r195413408
  
    --- Diff: 
artemis-cli/src/main/java/org/apache/activemq/artemis/cli/process/ProcessBuilder.java
 ---
    @@ -64,7 +65,7 @@ public static void cleanupProcess() {
         * @return
         * @throws Exception
         */
    -   public static Process build(String logname, File location, boolean 
hook, String... args) throws Exception {
    +   public static Process build(String logname, File location, boolean 
hook, String[] args, String[] properties) throws Exception {
    --- End diff --
    
    How do you use this?



---

Reply via email to