You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bu...@apache.org on 2016/06/07 20:29:02 UTC

[Bug 59321] bootstrap/bin/ant script fails when building ant with syntax error, possibly an un-matched quote

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

--- Comment #5 from Daniel I Lebovitz <da...@hilton.com> ---
Resolved, recommnd moving back to 1.9.6

1.9.7 has an unmatched double quote in the ant script.

 ant_exec_args="$ant_exec_args \"$(printf '%s' "$arg" | sed -e 's@"\|\\@\\\0@g'
)\""

Not sure how I got this in my distribution, but I moved to 1.9.6 with no
problem.  In 1.9.6 the line reads.

ant_exec_args="$ant_exec_args \"$arg\""

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