[ 
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">&lt;?xml 
version="1.0"?&gt;
&lt;flex-sdk-description&gt;
&lt;name&gt;${release} FP${playerglobal.version} ${locale}&lt;/name&gt;
&lt;version&gt;${release.version}&lt;/version&gt;
&lt;build&gt;${build.number}&lt;/build&gt;
&lt;/flex-sdk-description&gt;
        </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

        

Reply via email to