How can I use relative-paths in Flash Builder's “-load-config=…” compiler argument?

好久不见. 提交于 2019-12-23 04:43:33

问题


Not sure if this is a Windows 8/8.1 issue only, but seems like any "../" relative-paths gets stripped out of the resolved path when Flash Builder attempts to compile a project.

Is there a special syntax to include relative paths? Is there one way to set it so it works both on a Mac and Windows system?


回答1:


I'm not sure if this was pre-configured by another developer on our team, but seems like this Linked-Resource path is auto-generated PER projects (not created at the Workspace level), so you can use PROJECT_LOC and PARENT_LOC.

Someone can correct me if I'm wrong, this may have been a ${tag} that was manually created, but I can't see how that would happen since it works on two separate systems (Mac and Windows) with quite varying root folders.

Hope this can help others too!



来源:https://stackoverflow.com/questions/24293459/how-can-i-use-relative-paths-in-flash-builders-load-config-compiler-argu

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!