Re: Release build and spaces in path

2012-12-06 Thread Justin Mclean
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.

Re: Release build and spaces in path

2012-12-06 Thread Justin Mclean
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

Re: Release build and spaces in path

2012-12-06 Thread Alex Harui
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

Re: Release build and spaces in path

2012-12-06 Thread Carol Frampton
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