summaryrefslogtreecommitdiff
path: root/qpid/java/module.xml
diff options
context:
space:
mode:
authorMartin Ritchie <ritchiem@apache.org>2010-07-14 15:02:42 +0000
committerMartin Ritchie <ritchiem@apache.org>2010-07-14 15:02:42 +0000
commitc5a630db3a6f825b7f50636397b9821d37fe9298 (patch)
treec50d486c2c84b5502a55f51c514dcdd465a060f4 /qpid/java/module.xml
parentd459038ca4dd232a48e553754f25fb7a17c1a0cb (diff)
downloadqpid-python-c5a630db3a6f825b7f50636397b9821d37fe9298.tar.gz
QPID-2526 : Applied patch to module.xml that quotes LogMessage files for processing in GenerateLogMessages, allowing builds with spaces in the full path to work
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@964073 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/module.xml')
-rw-r--r--qpid/java/module.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/qpid/java/module.xml b/qpid/java/module.xml
index b750b3f793..76e6228e9b 100644
--- a/qpid/java/module.xml
+++ b/qpid/java/module.xml
@@ -748,12 +748,12 @@ qpid.name=${project.name}
<pathconvert property="logmessages"
refid="logmessages.path"
- pathsep=" "/>
+ pathsep="' '"/>
<echo message="logmessages is ${logmessages}"/>
<java classname="org.apache.qpid.server.logging.GenerateLogMessages" fork="true" dir="${gentools.home}/src" failonerror="true">
- <arg line="${logmessages}"/>
+ <arg line="'${logmessages}'"/>
<arg value="-j"/>
<arg value="-o"/>
<arg value="${generated.dir}"/>