Never mind. I was missing Documents from the path. Removing the space helps, but it is still not working:
check-playerglobal-home: [echo] PLAYERGLOBAL_HOME is ${env.PLAYERGLOBAL_HOME} [echo] playerglobal.version is 11.1 BUILD FAILED /Users/harbs/Documents/ApacheFlex/git/Flex SDK/build.xml:168: The environment variable PLAYERGLOBAL_HOME is not set to a directory Total time: 0 seconds Gavriels-MacBook-Air:Flex SDK harbs$ ls $PLAYERGLOBAL_HOME 11.1 Gavriels-MacBook-Air:Flex SDK harbs$ ls $PLAYERGLOBAL_HOME/11.1 playerglobal.swc On Sep 1, 2013, at 4:08 PM, Harbs wrote: > Bah. Removing the space did not help: > > check-playerglobal-home: > [echo] PLAYERGLOBAL_HOME is ${env.PLAYERGLOBAL_HOME} > [echo] playerglobal.version is 11.1 > > BUILD FAILED > /Users/harbs/Documents/ApacheFlex/git/Flex SDK/build.xml:168: The environment > variable PLAYERGLOBAL_HOME is not set to a directory > > Total time: 0 seconds > > Gavriels-MacBook-Air:Flex SDK harbs$ echo $PLAYERGLOBAL_HOME > /Users/harbs/ApacheFlex/Dependencies/player/ > > I have other work I need to do. I'll come back to this later… > > On Sep 1, 2013, at 4:00 PM, Justin Mclean wrote: > >> Hi, >> >> Your structure looks fine, double check the env variable are full paths not >> relative, otherwise it may be that there's still an issue with spaces in >> paths in the build files. >> >> Justin >