YHaxen
YHaxen copied to clipboard
escaping command line arguments
neko 2.0.0 does not pass command line arguments properly escaped into Sys.command, so passing -Da=b=c as an argument into ant cmd would fail.
Current solution is to not use build.mergeArguments
.