[
https://issues.apache.org/jira/browse/FLEX-18?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13209185#comment-13209185
]
Justin Mclean commented on FLEX-18:
-----------------------------------
Fixed by a simple change to the create-description task in build_framework.xml.
Looks like build.xml is missing this target and should be added.
<target name="create-description" description="This file is used by
FlashBuilder to identify the SDK">
<echo file="${FLEX_HOME}/flex-sdk-description.xml"><?xml
version="1.0"?>
<flex-sdk-description>
<name>${release} FP${playerglobal.version} ${locale}</name>
<version>${release.version}</version>
<build>${build.number}</build>
</flex-sdk-description>
</echo>
</target>
> flex-sdk-description.xml description not descriptive enough
> -----------------------------------------------------------
>
> Key: FLEX-18
> URL: https://issues.apache.org/jira/browse/FLEX-18
> Project: Apache Flex
> Issue Type: Improvement
> Reporter: Justin Mclean
> Assignee: Bertrand Delacretaz
> Priority: Trivial
>
> The name element in flex-sdk-description.xml should include the flash player
> version and locale that the Flex SDK was compiled with.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira