Uploaded image for project: 'Dolteng'
  1. Dolteng
  2. DOLTENG-32

S2Flex2を選択した際に、SDKのバージョンが指定されていない。

XMLWordPrintable

    • Type: Icon: Bug Bug
    • Resolution: Fixed
    • Priority: Icon: Major Major
    • 0.32.0
    • Affects Version/s: None
    • None

      プレゼンテーションにS2Flex2を選択した際に生成される.actionScript.PropertiesでFlex SDKのバージョンを指定していないので
      Flex Builder 3でそのままコンパイルすると、S2Flex2-componentsの互換性の問題でエラーになってしまう。

      SDKのバージョン指定(Flex 2.0.1 Hotfix 3)
      通常設定されるコンパイラオプションの指定がない(-locale ja_JP)
      Flash Player のバージョン指定が古い(9.0.28)

      上記3点
      org.seasar.dolteng.projectsのtemplate/s2flex2/.actionScript.Propertiesを修正することで対応可能。

      <compiler additionalCompilerArguments="-locale ja_JP" copyDependentFiles="true" enableModuleDebug="false"
      flexSDK="Flex 2.0.1 Hotfix 3" generateAccessible="false" htmlExpressInstall="true" htmlGenerate="true" htmlHistoryManagement="true"
      htmlPlayerVersion="9.0.28" htmlPlayerVersionCheck="true" outputFolderPath="${webAppRoot}/bin"
      rootURL="http://localhost:8080/${projectName}/bin" sourceFolderPath="src/main/flex"
      strict="true" useApolloConfig="false" verifyDigests="true" warn="true">

            Assignee:
            Unassigned Unassigned
            Reporter:
            nod nod
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: