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

LCDS webtier needs to install flex-compiler-oem.jar and flex-sdk-description.xml

    XMLWordPrintableJSON

Details

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

    Description

      Please note that I have not actually verified that this is currently broken, but I'm pretty sure it is. Please assign to Cristian Ivascu.

      The webtier needs to install flex-compiler-oem.jar alongside mxmlc.jar. This file is needed by Flex Builder.

      In addition, it needs to install flex-sdk-description.xml. It is very important that the version information in this file be correctly maintained. Here is what it should look like:

      <?xml version="1.0"?>
      <flex-sdk-description>
      <name>
      Human-readable name for this SDK, shown in Flex Builder UI
      </name>
      <version>
      Machine-readable version number, optionally followed by
      a space and then arbitrary text
      </version>
      <build>
      Machine-readable build number
      </build>
      </flex-sdk-description>

      For example:

      <?xml version="1.0"?>
      <flex-sdk-description>
      <name>Flex 3 M3 (Beta 2)</name>
      <version>3.0 Moxie M3</version>
      <build>186692</build>
      </flex-sdk-description>

      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: