https://bz.apache.org/bugzilla/show_bug.cgi?id=64927

--- Comment #4 from Cosmin Duna <cosmin_d...@sync.ro> ---
It seems that it's a problem from my build file:
https://stackoverflow.com/questions/6376113/how-do-i-use-spaces-in-the-command-prompt

It's working if I modify the file like this:
<?xml version="1.0" encoding="UTF-8"?>
<project basedir="" name="Buid DITA Project" default="dist">
    <target name="dist" xmlns:if="ant:if" xmlns:unless="ant:unless">    
        <exec executable="cmd" failonerror="yes">
            <arg line="/c &quot; &quot;${script.location}&quot; --project
&quot;${project.file}&quot;  &quot;"/>
        </exec>
    </target>
</project>

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to