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

[localfix] error when compiling using flex tasks and library-path containes locales/en_US

    XMLWordPrintableJSON

Details

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

    Description

      Steps to reproduce:
      1. Compile attached test case using ant:

      ant -DsdkDir=<path to sdk root> -DflexTaskPath=<path to folder containing flexTasks.jar>

      Actual Results:
      [compc] Error: unable to load SWC metadata.properties: frameworks/locale/en_US/metadata.properties is not a SWC file.
      [compc]

      Expected Results:
      No compile error.

      Workaround (if any):
      change <library-path dir="${flexlib}" includes="locale/en_US/" />

      to

      <library-path dir="${flexlib}" includes="locale/en_US/" >
      <include name="*.swc" />
      </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: