The current issue is that ../../anything means one thing if you are in the flex root directory and another thing if you are in {flex-home}/frameworks. /abosolute/path/anything means the same thing in any of the flex subdirectories.
The checkintests ant task needs the flashplayer to run the tests. If you are building the sdk presumably that means you are doing development which means you should run checkintests before submitting code or a patch. If you will never run checkintests then you don't need to set FLASHPLAYER_DEBUGGER. Carol On 5/7/12 1 :50PM, "olegsivo...@gmail.com" <olegsivo...@gmail.com> wrote: >Sorry to be a bore (could it be worth than that?), but wouldn't fixing the >program such as to accept relative paths be a better option? I didn't have >the time to look into what Flex Ant task does exactly, but I wouldn't be >surprised that instead of some sort of Path.combine() it does simple >string >concatenation / trims the strings. > >Besides, I'm not certain, but why does it need to set flash player >location? > >Best. > >Oleg