teknokrat wrote:
I am using ant 1.7. I need to pass urls as properties. Unfortunately these have parameters in them i.e. -Dtest.url=http://x.y.z?a=b&c=d

ant barfs on these - is there any way this can be done

Not ant; your shell. escape them according to the specific rules of your shell

--
Steve Loughran                  http://www.1060.org/blogxter/publish/5
Author: Ant in Action           http://antbook.org/

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to