Hi,
> Just curious. Are you using a Unix shell on Windows and escaping Unix
> style?
On OSX - everything now works with spaces except ant unzip.
Event tried the write the property to a file and do a replace on it (replacing
" " with " " in ant should do the job btw) and read it back trick.
HI,
> Did adding quotes around the whole path not work either?
Nope. Tried in the property, and in the unzip call using both "'.'" and
'""'.
Justin
On 12/6/12 1:46 PM, "Justin Mclean" wrote:
> Hi,
>
> Seems the unzip ant task dislike spaces even when escaped. So I had to come up
> with another solution.
Did adding quotes around the whole path not work either?
>
> You can create another directory (without spaces) that's a soft link to th
On 12/6/12 4 :46PM, "Justin Mclean" wrote:
>Hi,
>
>Seems the unzip ant task dislike spaces even when escaped. So I had to
>come up with another solution.
Just curious. Are you using a Unix shell on Windows and escaping Unix
style?
Carol
>
>You can create another directory (without spaces) t