R – these ant properties defined? (FlexBuilder/Eclipse)

antapache-flexeclipseflexbuilder

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

Best Answer

In Eclipse they are called Linked Resources and can be found in Window (menu) -> Preferences -> General -> Workspace -> Linked Resources

PROJECT_FRAMEWORKS, however, is "special" in that it is provided by the FlexBuilder plugin on a per-project basis. (FB-16815)

Related Topic