Uploaded image for project: 'Apache Flex'
  1. Apache Flex
  2. FLEX-25774

The libs/player directory was removed from the library path in flex-config.xml which will break compilation of LCDS apps that use playerfds.swc.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • Adobe Flex SDK Previous
    • None
    • None
    • Affected OS(s): All OS Platforms
      Affected OS(s): All OS Platforms
      Language Found: English

    Description

      The libs/player directory was recently removed from the library path in flex-config.xml. LCDS puts playerfds.swc in this directory which is used for applications that use the offline feature. Now applications that use playerfds.swc won't compile unless flex-config.xml is modified. Ideally we'd like libs/player added back to the library path so compilation will work the same as it did before out of the box.

      SDK: 4.5.0.18322

      <library-path>
      <path-element>libs</path-element>
      <path-element>libs/mx</path-element>
      <path-element>locale/

      {locale}</path-element>
      </library-path>

      SDK: 4.5.0.18241

      <library-path>
      <path-element>libs</path-element>
      <path-element>libs/mx</path-element>
      <path-element>libs/player</path-element>
      <path-element>libs/player/{targetPlayerMajorVersion}.{targetPlayerMinorVersion}</path-element>
      <path-element>locale/{locale}

      </path-element>
      </library-path>

      Attachments

        Activity

          People

            adobejira Adobe JIRA
            adobejira Adobe JIRA
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: