Your browser was unable to load all of the resources. They may have been blocked by your firewall, proxy or browser configuration.
Press Ctrl+F5 or Ctrl+Shift+R to have your browser try again.

Ant Step build properties with spaces #3713

jclx ·
On the Ant Step we have a build property whose value has a space in it.
Setting it to "some thing" fails with Ant cannot find target "thing".

What is the best way to wrap a property with quotes. It seems QB strips out the quotes.
  • replies 3
  • views 488
  • stars 0
robinshen ADMIN ·
Just set the value as:
some thing
jclx ·
wrapping in quotes, qb removes them and then ant thinks the second word is the target.
Other ideas?
robinshen ADMIN ·
The quotes are stripped by JVM command execution facilities. However in this case, you do not need to place quotes even if the value contains spaces.