https://bz.apache.org/bugzilla/show_bug.cgi?id=58898
Bug ID: 58898
Summary: ANT wrapper script can not handle double-quote or
backslash characters in arguments
Product: Ant
Version: unspecified
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Wrapper scripts
Assignee: [email protected]
Reporter: [email protected]
Passing arguments containing double-quote or backslash characters results in
errors in ant shell script.
Examples:
$ ant '-Dx="'
/home/jwa/.sdkman/candidates/ant/current/bin/ant: 1: eval: Syntax error:
Unterminated quoted string
$ ant "-Dx=\\"
/home/jwa/.sdkman/candidates/ant/current/bin/ant: 1: eval: Syntax error:
Unterminated quoted string
--
You are receiving this mail because:
You are the assignee for the bug.