是否真的需要旧版本的flex SDK?
我正在我的系统上配置一个已经完成的项目,该项目使用旧的 Flex sdk。以下是我的 POM
<FLEX_HOME>${build.flex3sdk.path}</FLEX_HOME>
<flash.player.version>10</flash.player.version>
<flex.sdk.version>4.1.0.16248</flex.sdk.version>
我有最新的 Flex SDK,该 Flex 的版本是“版本 4.5.1 build 21328”。我收到编译时错误。 Flex Mojo 是否依赖于 Flex SDK 的版本? 为什么即使将上面的 POM 更改为以下也不能帮助我解决错误?
<FLEX_HOME>${build.flex3sdk.path}</FLEX_HOME>
<flash.player.version>10</flash.player.version>
<flex.sdk.version>4.5.1.21328</flex.sdk.version>
在哪里可以找到旧的 sdk 版本 4.1.0.16248? 有点卡住了..PLz帮助
I am configuring one already done project on my system which uses old flex sdk. following is my POM
<FLEX_HOME>${build.flex3sdk.path}</FLEX_HOME>
<flash.player.version>10</flash.player.version>
<flex.sdk.version>4.1.0.16248</flex.sdk.version>
I have latest flex SDK the version for this flex is "Version 4.5.1 build 21328". I am getting compile time error. Does a flex Mojo is dependent on the version of flex SDK ?
why even changing the above POM to following is not helping me resolve the error?
<FLEX_HOME>${build.flex3sdk.path}</FLEX_HOME>
<flash.player.version>10</flash.player.version>
<flex.sdk.version>4.5.1.21328</flex.sdk.version>
Where can I find old sdk Version 4.1.0.16248? Kind of stuck .. PLz help
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
要下载旧版本,您可以使用以下网站中提供的链接:
http://joshblog.net/2014/download-legacy-adobe- flex-sdk-versions/
HTH
For downloading legacy versions, you can use the links provided in the below website:
http://joshblog.net/2014/download-legacy-adobe-flex-sdk-versions/
HTH
Adobe Open Source 包括低至版本 3 的 Flex。
http://opensource.adobe.com /wiki/display/flexsdk/Flex+SDK
他们确实有 Flex SDK 版本 4.1.0.X。如果您无法找到所需的版本,也许您可以从 Adobe Flex SDK 论坛找人与您分享:
http://forums.adobe.com/community/opensource/flexsdk
Adobe Open Source includes Flex down to version 3.
http://opensource.adobe.com/wiki/display/flexsdk/Flex+SDK
They do have Flex SDK version 4.1.0.X. If you unable to find the version you need, perhaps you could get someone to share it with you from the Adobe Flex SDK Forum:
http://forums.adobe.com/community/opensource/flexsdk
Adobe 仍保留可下载的存档的 Adobe AIR 运行时和版本 SDK 的列表1.5 到 3.5。当 SDK 开源并且 Flex 从 Adobe 移至 Apache 基金会时,最新版本的 SDK 现在可在 SourceForge 上找到,网址为:
如果您想下载 Flex 4.1A(Build 4.1.0.16076A),可以在以下位置完成:
您要查找的版本 (4.1.0.16248)似乎不在那里(也不在其他地方)。在这种情况下,您可能只需要使用他们提供的东西即可。但是,根据您看到的编译器错误,这可能是也可能不是 Flex SDK 的问题。
Adobe still maintains a list of downloadable archived Adobe AIR runtimes and SDKs for versions 1.5 through 3.5. When the SDK was made open source and Flex was moved from Adobe to the Apache foundation, the later version SDKs are now available on SourceForge at:
If you want to download Flex 4.1A (Build 4.1.0.16076A), that can be done at:
The version you are looking for (4.1.0.16248) doesn't seem to be there (nor elsewhere). You may just have to use what is available from them in that case. However, depending on what compiler error you are seeing, this may or may not be an issue with the Flex SDK.