summaryrefslogtreecommitdiff
path: root/java
diff options
context:
space:
mode:
Diffstat (limited to 'java')
-rw-r--r--java/broker-plugins/experimental/slowconsumerdetection/build.xml8
1 files changed, 7 insertions, 1 deletions
diff --git a/java/broker-plugins/experimental/slowconsumerdetection/build.xml b/java/broker-plugins/experimental/slowconsumerdetection/build.xml
index aee7162400..4893de6886 100644
--- a/java/broker-plugins/experimental/slowconsumerdetection/build.xml
+++ b/java/broker-plugins/experimental/slowconsumerdetection/build.xml
@@ -57,7 +57,13 @@ nn - or more contributor license agreements. See the NOTICE file
<target name="gen_logging" depends="check_velocity_deps" unless="velocity.notRequired">
<mkdir dir="${generated.dir}"/>
<java classname="org.apache.qpid.server.logging.GenerateLogMessages" fork="true" dir="${gentools.home}/src" failonerror="true">
- <arg line="-j -o ${generated.dir} -t ${project.root}/broker/src/velocity/templates/org/apache/qpid/server/logging/messages -r org.apache.qpid.server.virtualhost.plugin.logging.LogMessages"/>
+ <arg value="-j"/>
+ <arg value="-o"/>
+ <arg value="${generated.dir}"/>
+ <arg value="-t"/>
+ <arg value="${project.root}/broker/src/velocity/templates/org/apache/qpid/server/logging/messages"/>
+ <arg value="-r"/>
+ <arg value="org.apache.qpid.server.virtualhost.plugin.logging.LogMessages"/>
<classpath>
<pathelement path="${project.root}/broker-plugins/experimental/slowconsumerdetection/src/main/java"/>
<pathelement path="${velocity.compile.dir}" />