Hi,

I've been writing my own task class. In the implementation of the execute()
method I build up the command line to pass to the Execute object. However,
it appears from my tests that the Commandline object surrounds arguments
with quotes which is causing the invoked executable to fail to launch as it
hates quoted arguments. How can I turn this quoting off or must I manually
remove them?

Paul

Reply via email to