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

--- Comment #18 from Stefan Bodewig <[email protected]> ---
many thanks

Your output contains

++ ant -f ./build.xml -Dprp.noninternedstrings=true --execdebug installapp
'-Dwsadmin.extra.args="-javaoption' -Xmx1024m -appendtrace 'true"'

which is how your build.sh invokes the ant wrapper script. As you can see it
seems to cut the wsadmin.extra.args parameter into four different pieces (two
of which contain an embedded double-quote).

I'm not exactly sure how the wrapper script managed to deal with an invocation
like this before :-)

To me this looks as if your build.sh script contained a bug that the older
wrapper script managed to handle gracefully while the newer one has become more
strict and fails now. I don't see how we would make things work for you again
without reverting to a state that was broken.

In this case build.sh tells Ant to use four arguments and the old behavior of
ignoring build.sh's wish is wrong.

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

Reply via email to