[DOLTENG-32] S2Flex2を選択した際に、SDKのバージョンが指定されていない。 Created: 2008-08-31  Updated: 2008-09-05  Resolved: 2008-09-05

Status: Resolved
Project: Dolteng
Component/s: None
Affects Version/s: None
Fix Version/s: 0.32.0

Type: Bug Priority: Major
Reporter: nod Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None


 Description   

プレゼンテーションに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">



 Comments   
Comment by nod [ 2008-09-05 ]

対応しました。
http://svn.seasar.org/browse/?view=rev&root=sandbox.dolteng&revision=102

Generated at Fri Apr 19 16:41:14 JST 2024 using Jira 9.15.0#9150000-sha1:9ead8528714127d8cfabf2446010d7e62c0a195c.