In trying to build a ant script for my Flex project i’ve come across a couple of properties that seem to be available by default such as ${DOCUMENTS} and ${PROJECT_FRAMEWORKS}. Does anybody know where these variables are defined and are there any more that maybe useful to me? Is there a list of variables that are created by default?
Thanks
J
In Eclipse they are called
Linked Resourcesand can be found inWindow (menu) -> Preferences -> General -> Workspace -> Linked ResourcesPROJECT_FRAMEWORKS, however, is “special” in that it is provided by the FlexBuilder plugin on a per-project basis. (FB-16815)