Relative paths should not be used for any of the new environment variables. They are used by the ant scripts at various levels of the Flex tree so even if they work at the top-level they won't work at other levels.
I will fix the documentation to specify this and add more information about what each variable should point to. Carol On 5/5/12 5 :17AM, "olegsivo...@gmail.com" <olegsivo...@gmail.com> wrote: >OK, finally, it appears that > > <external-library-path dir="${env.PLAYERGLOBAL_HOME}"> > <include name="playerglobal.swc"/> > </external-library-path> > >doesn't understand relative path. I.e. >if env.PLAYERGLOBAL_HOME=../../anything then it will simply strip leading >parent directories and combine the rest to the current directory. This >looks more like Flex Ant task's bug rather then compiler bug though. > >Best. > >Oleg