Skip to content
Snippets Groups Projects
Commit addc6881 authored by Andrew Ferguson's avatar Andrew Ferguson
Browse files

another fix for directories with spaces

parent 0989c6bc
No related branches found
No related tags found
No related merge requests found
......@@ -138,7 +138,7 @@
</pathconvert>
<echo message="Running thrift generator on ${thrift.file.list}"/>
<exec executable="thrift" dir="${basedir}" failonerror="true">
<arg line="--strict -v --gen java -o ${thrift.out.dir}/.. ${thrift.file.list}"/>
<arg line="--strict -v --gen java -o ${thrift.out.dir}/.. '${thrift.file.list}'"/>
</exec>
<!-- Get rid of annoying warnings in thrift java: at annotations -->
<echo message="Adding @SuppressWarning annotations"/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment