On May 11, 2012, at 12:00 AM, Justin Mclean wrote:
> 
> If you look carefully you see that "Flash\ Player\ Debugger.app" in the 
> environment variable becomes "Flash/ Player/ Debugger.app" in the error. ie 
> slashes have been changed.
> 

Ant will localize slashes because it thinks it's dir separator.  It's probably 
checked in as a windows dir sep \ and when run on Mac ant swaps them for /.

Reply via email to