Skip to content
Snippets Groups Projects
Commit 34710a43 authored by Kuang-Ching Wang's avatar Kuang-Ching Wang
Browse files

Merge pull request #346 from brownsys/space-fix

another fix for directories with spaces
parents 93ec6572 addc6881
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